aboutsummaryrefslogtreecommitdiff
path: root/src/scenes/speck_editor.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes/speck_editor.lua')
-rw-r--r--src/scenes/speck_editor.lua4
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/" },