Files
MovementTests/addons/shaker/data/resources/shaker_head_blob3D.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

20 lines
927 B
Plaintext

[gd_resource type="Resource" script_class="ShakerPreset3D" format=3 uid="uid://bgwupdyecxqic"]
[ext_resource type="Script" uid="uid://0tu2q57qqu4s" path="res://addons/shaker/data/Vector3/BaseShakerType3D.gd" id="1_ohc42"]
[ext_resource type="Script" uid="uid://sih7vd0uinav" path="res://addons/shaker/data/Vector3/ShakerTypeSineWave3D.gd" id="2_lj1xu"]
[ext_resource type="Script" uid="uid://mlwdmecg12xd" path="res://addons/shaker/data/Vector3/ShakerPreset3D.gd" id="3_1llgx"]
[sub_resource type="Resource" id="Resource_hui0g"]
script = ExtResource("2_lj1xu")
frequency = Vector3(0.75, 1, 1)
amplitude = Vector3(0.04, 0.08, 0)
[sub_resource type="Resource" id="Resource_usaqk"]
script = ExtResource("2_lj1xu")
phase = Vector3(1.5, 1, 1)
amplitude = Vector3(0.02, 0, 0)
[resource]
script = ExtResource("3_1llgx")
PositionShake = Array[ExtResource("1_ohc42")]([SubResource("Resource_hui0g"), SubResource("Resource_usaqk")])