cirnogodot/Scenes/Items/IcicleGun.tscn
2025-02-09 23:20:49 +01:00

13 lines
467 B
Text

[gd_scene load_steps=3 format=3 uid="uid://q7hau0tl3vsr"]
[ext_resource type="Texture2D" uid="uid://duwiasewxvcb5" path="res://Sprites/Items/Icicle_Gun.png" id="1_exv8g"]
[sub_resource type="CircleShape2D" id="CircleShape2D_jtwy2"]
[node name="IcicleGun" type="Area2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_exv8g")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_jtwy2")