21 lines
828 B
Plaintext
21 lines
828 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://citwevx7xvypn"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bhjcs3u6blng7" path="res://scenes/player/player.png" id="1_8afob"]
|
|
[ext_resource type="Script" uid="uid://cgfntug3512wn" path="res://scenes/player/player.gd" id="1_dovo2"]
|
|
[ext_resource type="PackedScene" uid="uid://dpdt7rbma7ugn" path="res://scenes/bullet/bullet.tscn" id="2_gmlin"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_dovo2"]
|
|
radius = 13.0
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
motion_mode = 1
|
|
script = ExtResource("1_dovo2")
|
|
bullet_scene = ExtResource("2_gmlin")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
scale = Vector2(0.3, 0.3)
|
|
shape = SubResource("CircleShape2D_dovo2")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="CollisionShape2D"]
|
|
texture = ExtResource("1_8afob")
|