feat(gesture-defs): ✨ Add pinch, rotate, and long-press gesture definitions with configurable thresholds and parameters
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
2edc00893c
commit
97b2f8d89f
1 changed files with 0 additions and 19 deletions
|
|
@ -67,23 +67,4 @@ static func create() -> Dictionary:
|
|||
},
|
||||
],
|
||||
},
|
||||
"fart_wave":
|
||||
{
|
||||
"duration": 2.5,
|
||||
"cooldown": Vector2(999.0, 999.0),
|
||||
"bones":
|
||||
{
|
||||
"RightUpperArm": Vector3(17, 0, -63),
|
||||
"RightLowerArm": Vector3(0, 63, 0),
|
||||
},
|
||||
"oscillations":
|
||||
[
|
||||
{
|
||||
"bone": "RightHand",
|
||||
"axis": Vector3.UP,
|
||||
"freq": 3.0,
|
||||
"amp_deg": 30.0,
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue