Move game settings to Globals.gd? #137

Open
opened 2022-01-03 15:38:27 +01:00 by unfa · 0 comments

To make implementing game settings easier, I think they should be accessible from Globals.gd. This way spawned nodes nad maps could quickly and easily look up specific paramters to adjust their content accordingly.

Without that, each node will have to find the menu scene and access that. Maybe it's not a big deal, but could be a good use for that singleton.

What od you think, @combustiblelemonade ?

To make implementing game settings easier, I think they should be accessible from Globals.gd. This way spawned nodes nad maps could quickly and easily look up specific paramters to adjust their content accordingly. Without that, each node will have to find the menu scene and access that. Maybe it's not a big deal, but could be a good use for that singleton. What od you think, @combustiblelemonade ?
combustiblelemonade was assigned by unfa 2022-01-03 15:38:27 +01:00
gilgamesh added the
enhancement
label 2022-01-04 18:40:40 +01:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unfa/liblast#137
There is no content yet.