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:
Claude Code 2026-03-28 21:13:48 -07:00
parent 2edc00893c
commit 97b2f8d89f

View file

@ -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,
},
],
},
}