Use Game Maker conventions for resource names

This commit is contained in:
2024-02-27 16:00:57 -08:00
parent 08f279e340
commit 407a984300
9 changed files with 14 additions and 14 deletions

View File

@ -5,7 +5,7 @@
extern sys_i32 game_map_player_start_x;
extern sys_i32 game_map_player_start_y;
extern sys_map game_map;
extern sys_map map_game_map;
#endif