Files
MovementTests/scenes/player_controller/resources/forge/exploding_sword.tres
Minimata 7a787a36d6
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 24s
Create tag and build when new code gets to main / Export (push) Failing after 3m55s
Moved the exploding sword forge object from the code only hardcoded stuff to the resource based stuff
2026-04-04 12:06:48 +02:00

9 lines
433 B
Plaintext

[gd_resource type="Resource" script_class="ForgeExplodingSwordBehavior" format=3 uid="uid://ifeavnlps7hy"]
[ext_resource type="PackedScene" uid="uid://duju3atqgltkg" path="res://scenes/explosion/explosion.tscn" id="1_mnals"]
[ext_resource type="Script" uid="uid://bnee6amtc2bhj" path="res://forge/abilities/ForgeExplodingSwordBehavior.cs" id="1_ot53g"]
[resource]
script = ExtResource("1_ot53g")
Explosion = ExtResource("1_mnals")