final is here
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[ext_resource type="Script" uid="uid://dsd0opfd8kyow" path="res://script/shoot.gd" id="1_vnmmp"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_yt1ub"]
|
||||
radius = 5.0
|
||||
radius = 4.0
|
||||
|
||||
[node name="shoot" type="RigidBody2D"]
|
||||
collision_layer = 2
|
||||
@@ -16,9 +16,8 @@ SPEED = 400.0
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture_filter = 1
|
||||
position = Vector2(0.4, 0.565)
|
||||
texture = ExtResource("1_ttj7r")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_yt1ub")
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
|
||||
Reference in New Issue
Block a user