hpi-swa-lab / godot-pronto

https://hpi-swa-lab.github.io/godot-pronto/
18 stars 4 forks source link

PrototypingUI always overwrites Editor values of ValueBehavior #164

Open JulianEgbert opened 1 year ago

JulianEgbert commented 1 year ago

Currently, every change of values during runtime will overwrite the ValueBehaviors value in the editor. Meaning if you found great values for the prototype but then trying the game with different values, you may lose the previous ones since they get overwritten. Maybe we should add a Button to overwrite (either all or each individual value) from within the PUI so this doesn't happen.