Replaced some code vars for consistency, added start of teleport logics

This commit is contained in:
2024-08-21 23:10:29 +02:00
parent 4d326f24ac
commit 2211824832
7 changed files with 130 additions and 12 deletions

View File

@ -72,7 +72,7 @@ export type ZoneObject = {
export enum ZoneEventTileType {
BLOCK = 'BLOCK',
WARP = 'WARP',
TELEPORT = 'TELEPORT',
NPC = 'NPC',
ITEM = 'ITEM'
}