summaryrefslogtreecommitdiff
path: root/player.tscn
blob: 7e25da216f608222fe93a561dfb79d8b616af3e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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")