21 lines
717 B
Plaintext
21 lines
717 B
Plaintext
[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"]
|