Go to file
Sara 51c9090d10 feat: added GameRoot::get_game_mode and a get_game_state shorthand 2024-03-20 09:43:48 +01:00
.gitignore feat: added .os files to gitignore 2024-02-19 01:25:15 +01:00
game_mode.cpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
game_mode.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
game_root.cpp feat: added GameRoot::get_game_mode and a get_game_state shorthand 2024-03-20 09:43:48 +01:00
game_root.hpp feat: added GameRoot::get_game_mode and a get_game_state shorthand 2024-03-20 09:43:48 +01:00
game_state.cpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
game_state.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
godot_macros.h feat: godot_macros, GDGAMEONLY and GDEDITORONLY now eat their semicolons 2024-02-25 19:46:49 +01:00
level.cpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
level.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
player.cpp feat: implemented IPlayer::get_player_id 2024-03-16 20:56:36 +01:00
player.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
player_input.cpp feat: added new constructor for Listener 2024-02-23 21:50:29 +01:00
player_input.hpp feat: added new constructor for Listener 2024-02-23 21:50:29 +01:00
spawn_point.cpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
spawn_point.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00