Initial commit

This commit is contained in:
2026-01-17 18:33:45 -06:00
commit 673bdc0396
45 changed files with 856 additions and 0 deletions

20
Abilities/Fireballv3.tscn Normal file
View File

@@ -0,0 +1,20 @@
[gd_scene load_steps=4 format=3 uid="uid://b2u2xirxjo68h"]
[ext_resource type="Script" uid="uid://bwwxti5v178gx" path="res://Abilities/Fireballv3.cs" id="1_8c7o3"]
[ext_resource type="Texture2D" uid="uid://mesi0bfnca6y" path="res://Abilities/Fireball.png" id="2_aknci"]
[sub_resource type="CircleShape2D" id="CircleShape2D_nvq50"]
radius = 6.0
[node name="Fireballv3" type="Area2D"]
script = ExtResource("1_8c7o3")
TurnSpeed = 8.0
Speed = 500.0
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_aknci")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_nvq50")
[connection signal="body_entered" from="." to="." method="OnBodyEntered"]