Added effects manager and two effects to test attached to the player

scene.
This commit is contained in:
Henry Faber 2026-06-24 14:48:02 +01:00
parent 1200ac7e32
commit b4c4a66ce8
19 changed files with 322 additions and 40 deletions

View file

@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="BlinkerEffect" format=3 uid="uid://bld2k7san214b"]
[ext_resource type="Script" uid="uid://cj4grtaun2h5a" path="res://scripts/effects/blinker_effect.gd" id="1_blink"]
[resource]
script = ExtResource("1_blink")
blink_frequency = 12.0
blink_length = 0.2
min_alpha = 0.1
start_ease = 0.1
start_ease_mode = 0
end_ease_mode = 0
duration = 0.75