feat: added game.tscn
This commit is contained in:
parent
ed85b557a7
commit
a4e158930d
2 changed files with 17 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue