miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.
MIT License
363 stars 32 forks source link

Change `GOAT_ACTIONS` to a dict #315

Open miskatonicstudio opened 10 months ago

miskatonicstudio commented 10 months ago

Currently GOAT_ACTIONS are defined as a list of lists. Perhaps a dictionary would be a better format.

miskatonicstudio commented 1 month ago

With the conversion to main screen plugin, input actions will probably be editable in their corresponding tab. In that case, the list of actions will most likely be stored in the project settings file.