14 lines
443 B
Text
14 lines
443 B
Text
[gd_resource type="Resource" script_class="PickupDriftBehavior" format=3 uid="uid://pickup_drift_leaf"]
|
|
|
|
[ext_resource type="Script" uid="uid://pickup_drift_uid" path="res://resources/pickups/pickup_drift_behavior.gd" id="1_drift"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_drift")
|
|
drift_type = 2
|
|
drift_speed = 30.0
|
|
fall_speed = 15.0
|
|
wave_amplitude = 40.0
|
|
wave_frequency = 1.0
|
|
drift_along_x = true
|
|
reverse_direction = false
|
|
randomize_origin = false
|