GodotVR / godot-xr-template

Godot XR Template project containing needed plugins, XR Tools and a very simple demo game
MIT License
130 stars 15 forks source link

Debugging Load/Save Persistence #19

Closed Malcolmnixon closed 11 months ago

Malcolmnixon commented 12 months ago

This pull request improves the persistence mechanism by:

Note: After discussing with @DigitalN8m4r3 we found a simpler way of exposing the game settings. The game_state.tscn is added as a singleton with its populated properties. This lets the user edit its properties in the inspector: image

DigitalN8m4r3 commented 11 months ago

lgtm gotta say, incredible work @Malcolmnixon

BastiaanOlij commented 11 months ago

Note: After discussing with @DigitalN8m4r3 we found a simpler way of exposing the game settings. The game_state.tscn is added as a singleton with its populated properties. This lets the user edit its properties in the inspector:

I did not know you had access to that, that is super cool!