semi-idle-arpg/scripts/WorldState.gd

7 lines
145 B
GDScript3
Raw Normal View History

# file containing the world state for the player
extends Node
2024-10-20 16:44:08 -06:00
@export var current_zone: Globals.World.Zone
@export var last_played: Dictionary