add main menu and scene manager
This commit was merged in pull request #20.
This commit is contained in:
@@ -3,7 +3,7 @@ extends Node
|
||||
signal on_collectible_unlocked(collectible_id: StringName)
|
||||
signal on_photo_saved(filePath: String)
|
||||
|
||||
var collectibles_library: CollectibleLibrary = preload("res://core/photo_mode/data/collectible_library.tres")
|
||||
@export var collectibles_library: CollectibleLibrary
|
||||
|
||||
var unlocked_collectibles_ids: Array[StringName] = []
|
||||
var saved_photos: Array[String] = []
|
||||
|
||||
Reference in New Issue
Block a user