diff options
Diffstat (limited to 'player.tscn')
| -rw-r--r-- | player.tscn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/player.tscn b/player.tscn new file mode 100644 index 0000000..7e25da2 --- /dev/null +++ b/player.tscn @@ -0,0 +1,19 @@ +[gd_scene format=3 uid="uid://dydy08duw2lhf"] + +[ext_resource type="Texture2D" uid="uid://cuoc77romff78" path="res://icon.svg" id="1_4flbx"] +[ext_resource type="Script" uid="uid://6s17dw3nj0ne" path="res://Player.cs" id="1_onrkg"] +[ext_resource type="PackedScene" uid="uid://cchdwhewroga8" path="res://Bullet.tscn" id="2_i3pqv"] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_0m7y3"] +size = Vector2(119, 123) + +[node name="Player" type="CharacterBody2D" unique_id=312289746] +script = ExtResource("1_onrkg") +BulletScene = ExtResource("2_i3pqv") + +[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1627277964] +position = Vector2(-0.5, 0.5) +shape = SubResource("RectangleShape2D_0m7y3") + +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1865687544] +texture = ExtResource("1_4flbx") |
