semi-idle-arpg/scripts/WorldState.gd

8 lines
203 B
GDScript3
Raw Normal View History

# file containing the world state for the player
extends Node
@export var current_zone: Globals.World.Zones
@export var player_level: int
@export var player_exp: int
@export var last_played: Dictionary