vaendryl / Sunrider

source code of the visual novel 'Sunrider'
http://sunrider-vn.com/
41 stars 21 forks source link

switched planet handling to a list based system #14

Closed EnderShadow closed 10 years ago

EnderShadow commented 10 years ago

planets are currently added in a python block in initialize.rpy, but it can be moved if you want. The planet class automatically adds the planet to the list on planet creation I recommend keeping planets in an "init python:" block, but I don't think the class matters.

EnderShadow commented 10 years ago

I already tested it. It works without "store."