25 lines
939 B
Plaintext
25 lines
939 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://ck6kbxrx52wkf"]
|
|
|
|
[ext_resource type="Script" uid="uid://bmi4qx2gojy2y" path="res://pelururifle.gd" id="1_2m1qq"]
|
|
[ext_resource type="Texture2D" uid="uid://dhotbl63n5iks" path="res://png-clipart-bullets-bullets-removebg-preview.png" id="1_sv6me"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_2m1qq"]
|
|
radius = 5.0990195
|
|
|
|
[node name="pelururifle" type="Area2D"]
|
|
script = ExtResource("1_2m1qq")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(10.000003, 5.9604645e-08)
|
|
scale = Vector2(0.045283027, 0.078025475)
|
|
texture = ExtResource("1_sv6me")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(14, 0)
|
|
shape = SubResource("CircleShape2D_2m1qq")
|
|
|
|
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
|
|
position = Vector2(10, 0)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|