Set up framework for more advance pickup behaviours.
This commit is contained in:
parent
a0df0be862
commit
935b61bd3b
16 changed files with 485 additions and 20 deletions
8
resources/pickups/std_powerup.tres
Normal file
8
resources/pickups/std_powerup.tres
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="PickupBehavior" format=3 uid="uid://dflj31qle75ol"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d0l8e2ymk0lx1" path="res://resources/pickups/pickup_behavior.gd" id="1_behavior"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_behavior")
|
||||
shake_enabled = true
|
||||
fade_in_duration = 0.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue