pollen-not-included/scenes/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
..
bee_spawner.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
dog.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
drone_controls.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
drone_manager.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
high_scores.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
main_menu.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
pesticide.gd Adding death zone to pesticide 2024-05-05 16:04:07 +01:00
scene_manager.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
test_level.gd Removing a lot of logging 2024-05-05 18:08:50 +01:00
transition_scene.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00