pollen-not-included/ui/scripts
Dan 2a9e78b52e Refactor: Added explicit typing and void return types
- Introduced explicit typing to variables and functions across multiple scripts for better code clarity.
- Specified 'void' as the return type for functions that do not return a value.
- Removed redundant code in some scripts.
2024-05-15 10:42:16 +01:00
..
game_over_component.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
level_complete_component.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
pause_menu.gd Add build directory to .gitignore, create export presets for Web and Windows Desktop, adjust z-index and mouse filter in level_1.tscn, add update_game_state function in level.gd, change main_scene path in project.godot, set rendering method to "gl_compatibility", add LevelSelect and related nodes in main_menu.tscn, create scene_manager.tscn with MainMenu node, implement functionality for menu button selection in main_menu.gd. 2024-05-10 14:39:24 +01:00
ui_component.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00