overmap travel - needs refactoring urgently, but it works for now
This commit is contained in:
parent
00dea1a55e
commit
e1eae7efaf
15 changed files with 150 additions and 110 deletions
6
src/data/ids.rs
Normal file
6
src/data/ids.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pub const ID_PREVIOUS_LEVEL: i32 = -5;
|
||||
pub const ID_NEXT_LEVEL: i32 = -6;
|
||||
|
||||
pub const ID_OVERMAP: i32 = 1;
|
||||
pub const ID_TOWN: i32 = 10;
|
||||
pub const ID_TOWN2: i32 = ID_TOWN + 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue