Weapon Sprites

This commit is contained in:
MaddoScientisto 2025-02-09 23:20:49 +01:00
commit f4f193af7a
19 changed files with 321 additions and 42 deletions

View file

@ -0,0 +1,13 @@
[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")