Replaced some code vars for consistency, added start of teleport logics
This commit is contained in:
@ -72,7 +72,7 @@ export type ZoneObject = {
|
||||
|
||||
export enum ZoneEventTileType {
|
||||
BLOCK = 'BLOCK',
|
||||
WARP = 'WARP',
|
||||
TELEPORT = 'TELEPORT',
|
||||
NPC = 'NPC',
|
||||
ITEM = 'ITEM'
|
||||
}
|
||||
|
Reference in New Issue
Block a user