diff options
| author | ne_mene <[email protected]> | 2026-04-13 12:54:40 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-04-13 12:54:40 +0200 |
| commit | 1bf54519e80c33c4007c044f4c060b109af9d530 (patch) | |
| tree | 02446e7caa54f3f911f9bbf2b353d62c7fd15732 /src/scenes/speck_editor.lua | |
| parent | 3ee034d0b6533be0e8cb1cb12ff10449641770d1 (diff) | |
speck rotation
Diffstat (limited to 'src/scenes/speck_editor.lua')
| -rw-r--r-- | src/scenes/speck_editor.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scenes/speck_editor.lua b/src/scenes/speck_editor.lua index 8ed4df9..2598c34 100644 --- a/src/scenes/speck_editor.lua +++ b/src/scenes/speck_editor.lua @@ -23,6 +23,10 @@ local PROPERTY_CUSTOM = { spread = { min = 0, max = 360 }, lifetime_min = { min = 0, max = 32 }, lifetime_max = { min = 0, max = 32 }, + angle_min = { min = -360, max = 360 }, + angle_max = { min = -360, max = 360 }, + angle_vel_min = { min = -720, max = 720 }, + angle_vel_max = { min = -720, max = 720 }, interval = { min = 0, max = 32, step = 0.01 }, texture_path = { is_file = true, directory = "res/img/" }, gradient = { is_file = true, directory = "res/img/" }, |
