broken_seals/game/scripts/game_modules
2022-01-26 17:46:44 +01:00
..
DataManager.gd Now modules can be disabled. Also now player ui will automatically call set_player on windows (if the method exists). 2020-09-22 15:23:13 +02:00
DataManager.tscn Moved the module initialization code to a new DataManager autoload. Also added a new on_request_instance method to GameModule, and also added a request_instance method to the new DataManager. player_ui is requested through this new api. 2020-09-22 14:28:41 +02:00
GameModule.gd Added a description and a dependencies property to game module. 2022-01-26 17:46:44 +01:00
ui_gui_child_module.gd The touch controls are also a module now. 2020-09-22 16:32:21 +02:00
ui_window_module.gd Implement button index support for the in-game menu buttons. 2020-10-19 13:09:08 +02:00