Initial Commit

This commit is contained in:
June
2026-03-24 22:00:03 -07:00
parent bf9620bbb6
commit 5533b95cff
73 changed files with 1647 additions and 293 deletions

View File

@@ -1,6 +1,6 @@
extends Node
var scene_office = "res://Levels/officeA.tscn"
var scene_office = "res://Levels/test.tscn"
func _ready() -> void:
pass