feat: added game.tscn

This commit is contained in:
Sara 2025-08-10 16:37:18 +02:00
parent ed85b557a7
commit a4e158930d
2 changed files with 17 additions and 17 deletions

View file

@ -3,7 +3,7 @@
[sub_resource type="GDScript" id="GDScript_kvqlu"]
script/source = "extends Control
@onready var next_scene := preload(\"res://maps/industrial_area.tscn\")
@onready var next_scene := preload(\"res://maps/game.tscn\")
func _ready():
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE