add player scene
This commit is contained in:
12
scenes/game.tscn
Normal file
12
scenes/game.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cy3dg66pt8abt"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://3wumh6kpw3ai" path="res://scenes/player.tscn" id="1_uwrxv"]
|
||||
|
||||
[node name="Game" type="Node2D"]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("1_uwrxv")]
|
||||
position = Vector2(33, 49)
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
position = Vector2(39, 27)
|
||||
zoom = Vector2(4, 4)
|
||||
Reference in New Issue
Block a user