Starflight-The-Lost-Colony / tlc-remaster

Starflight: The Lost Colony (Remastered Edition)
GNU General Public License v3.0
0 stars 0 forks source link

Consolidate the planet code into a new class #27

Closed Aeneas137 closed 5 months ago

Aeneas137 commented 5 months ago

Interplanetary (solar system), planet orbit, and planet surface all use planet textures. each module loads the textures separately. modify them to use a new Planet class that encapsulates this functionality for reuse.