Background color + Modules Save/Load WIP
This commit is contained in:
parent
bef15301cb
commit
db34682cf9
3 changed files with 17 additions and 15 deletions
|
|
@ -32,7 +32,11 @@ static func profile_save(scene : Node) -> void:
|
|||
"hp" : scene.ship.hull.hp,
|
||||
"fuel" : scene.ship.hull.fuel,
|
||||
"money" : scene.ship.money,
|
||||
"cargo" : scene.ship.hull.cargo
|
||||
"cargo" : scene.ship.hull.cargo,
|
||||
"hulls" : scene.ship.hulls,
|
||||
"engines" : scene.ship.engines,
|
||||
"shields" : scene.ship.shields,
|
||||
"weapons" : scene.ship.weapons
|
||||
}
|
||||
if !scene.ship.quest.new or scene.ship.quest_completed:
|
||||
profile.profile_meta['game']['quest'] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue