2024-10-18 09:39:14 -06:00
|
|
|
# file containing the world state for the player
|
2024-10-18 11:25:29 -06:00
|
|
|
extends Node
|
|
|
|
|
|
|
|
|
|
|
|
@export var current_zone: Globals.World.Zones
|
|
|
|
@export var player_level: int
|
|
|
|
@export var player_exp: int
|
|
|
|
@export var last_played: Dictionary
|