Map works!

This commit is contained in:
2024-02-26 20:19:22 -08:00
parent 055b3dd7b1
commit 9ef88fb34d
4 changed files with 43 additions and 0 deletions

View File

@ -1,5 +1,11 @@
#ifndef CROCPARTY_GAME_MAP_H
#define CROCPARTY_GAME_MAP_H
#include "sys/sys.h"
extern sys_i32 game_map_player_start_x;
extern sys_i32 game_map_player_start_y;
extern sys_map game_map;
#endif