20 lines
747 B
Plaintext
20 lines
747 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://2fmcxd2b8ff3"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dg6dkalarcq2w" path="res://assets/Cursor_projectile_symbol.png" id="1_g08wh"]
|
|
[ext_resource type="Script" uid="uid://bmms1edsh26dp" path="res://cursor_bullet.gd" id="1_ln2dr"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_g08wh"]
|
|
size = Vector2(226, 168)
|
|
|
|
[node name="CursorBullet" type="Area2D"]
|
|
script = ExtResource("1_ln2dr")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_g08wh")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(-11, -2)
|
|
shape = SubResource("RectangleShape2D_g08wh")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|