diff options
| author | alex <[email protected]> | 2026-07-21 01:42:31 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-21 01:42:31 +0200 |
| commit | ddb50b0b66c838bc97e79c826ff5375e15f8f038 (patch) | |
| tree | a4c08f1571cbeff61f7f94f1f3510494729f30df /Bullet.tscn | |
| download | godot-testing-ddb50b0b66c838bc97e79c826ff5375e15f8f038.tar.xz godot-testing-ddb50b0b66c838bc97e79c826ff5375e15f8f038.zip | |
init
Diffstat (limited to 'Bullet.tscn')
| -rw-r--r-- | Bullet.tscn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Bullet.tscn b/Bullet.tscn new file mode 100644 index 0000000..016cb0e --- /dev/null +++ b/Bullet.tscn @@ -0,0 +1,16 @@ +[gd_scene format=3 uid="uid://cchdwhewroga8"] + +[ext_resource type="Script" uid="uid://r11kb2e6g3g6" path="res://Bullet.cs" id="1_4s4u5"] +[ext_resource type="Texture2D" uid="uid://cuoc77romff78" path="res://icon.svg" id="1_ayd6b"] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_0m7y3"] +size = Vector2(124, 126) + +[node name="Area2D" type="Area2D" unique_id=1047288677] +script = ExtResource("1_4s4u5") + +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=729865337] +texture = ExtResource("1_ayd6b") + +[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1673067562] +shape = SubResource("RectangleShape2D_0m7y3") |
