Files
MovementTests/addons/shaker/data/resources/shaker_earthquake3D.tres
Minimata af1f6da98d
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled
updating project files
2026-01-28 09:50:10 +01:00

27 lines
1.2 KiB
Plaintext

[gd_resource type="Resource" script_class="ShakerPreset3D" format=3 uid="uid://cvklw5ika1tao"]
[ext_resource type="Script" uid="uid://0tu2q57qqu4s" path="res://addons/shaker/data/Vector3/BaseShakerType3D.gd" id="1_d2tua"]
[ext_resource type="Script" uid="uid://sih7vd0uinav" path="res://addons/shaker/data/Vector3/ShakerTypeSineWave3D.gd" id="2_pfinc"]
[ext_resource type="Script" uid="uid://jyrxhux22cdm" path="res://addons/shaker/data/Vector3/ShakerTypeRandom3D.gd" id="3_ghpi8"]
[ext_resource type="Script" uid="uid://mlwdmecg12xd" path="res://addons/shaker/data/Vector3/ShakerPreset3D.gd" id="4_trx4m"]
[sub_resource type="Resource" id="Resource_pq027"]
script = ExtResource("2_pfinc")
frequency = Vector3(10, 10, 1)
amplitude = Vector3(0.25, 0.2, 0)
fade_out = 1e-05
[sub_resource type="Resource" id="Resource_won02"]
script = ExtResource("3_ghpi8")
amplitude = Vector3(0.25, 0.25, 0)
fade_out = 0.633041
[sub_resource type="Resource" id="Resource_twjh4"]
script = ExtResource("2_pfinc")
amplitude = Vector3(0.025, 0, 0.025)
[resource]
script = ExtResource("4_trx4m")
PositionShake = Array[ExtResource("1_d2tua")]([SubResource("Resource_pq027"), SubResource("Resource_won02")])
RotationShake = Array[ExtResource("1_d2tua")]([SubResource("Resource_twjh4")])