Moved vars in world state so it is more readable in the save
This commit is contained in:
parent
c255be1ead
commit
26e707f0e1
@ -2,6 +2,6 @@ class_name WorldState
|
||||
extends Resource
|
||||
|
||||
@export_storage var player_transform: Transform3D
|
||||
@export var instance_data: Dictionary[String, Variant] = {}
|
||||
@export var loaded_level_ids: Array[StringName] = []
|
||||
@export_file("*.tscn", "*.scn") var world_path: String
|
||||
@export var loaded_level_ids: Array[StringName] = []
|
||||
@export var instance_data: Dictionary[String, Variant] = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user