add player to main scene
This commit is contained in:
parent
8ff9b5b206
commit
2f3d59302a
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
[gd_scene format=3 uid="uid://d3c6aioatcy20"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://d3c6aioatcy20"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://642nm6c4mpxx" path="res://scenes/Player.tscn" id="1_elqb8"]
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("1_elqb8")]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue