For example:
planet = {
name = "Mars"
class = "pc_barren"
orbit_distance = 20
orbit_angle = 60
size = 15
has_ring = no
entity = "barren_planet_mars_entity"
}
I notice that these are associated with the planets that seem to have custom graphics.
I would like to try to make custom graphics for planets myself, but a search through the existing modding guides hasn't turned up how to do so, though I certainly could have missed something.
Can anyone point me in the right direction?
planet = {
name = "Mars"
class = "pc_barren"
orbit_distance = 20
orbit_angle = 60
size = 15
has_ring = no
entity = "barren_planet_mars_entity"
}
I notice that these are associated with the planets that seem to have custom graphics.
I would like to try to make custom graphics for planets myself, but a search through the existing modding guides hasn't turned up how to do so, though I certainly could have missed something.
Can anyone point me in the right direction?