13 lines
426 B
GDScript
13 lines
426 B
GDScript
class_name AssembledArchive extends Resource
|
|
|
|
@export var archive_id := 0
|
|
@export var current_scene := ""
|
|
@export var entrance_portal := ""
|
|
@export var player_global_position := Vector2(0, 0)
|
|
@export var player_direction := Vector2(0, 0)
|
|
@export var current_chapter := 0
|
|
@export var current_section := 0
|
|
@export var game_seconds_all := 0
|
|
@export var game_seconds_current := 0
|
|
|
|
@export var created_time := "2024-12-24 00:00:00" |