Files
slapstick/Abilities/Fireball/Fireballv2.tscn

23 lines
769 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dhobg02glafch"]
[ext_resource type="Script" uid="uid://c4cmav4r8i83e" path="res://Abilities/Fireball/Fireballv2.cs" id="1_8mjwt"]
[ext_resource type="Texture2D" uid="uid://mesi0bfnca6y" path="res://Abilities/Fireball/Fireball.png" id="2_0w1e3"]
[sub_resource type="CircleShape2D" id="CircleShape2D_nvq50"]
radius = 6.0
[node name="Fireballv2" type="Area2D"]
script = ExtResource("1_8mjwt")
TurnRate = 8.0
OrbitStrength = 1.0
Speed = 500.0
Lifetime = 1.0
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_0w1e3")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_nvq50")
[connection signal="body_entered" from="." to="." method="OnBodyEntered"]