aboutsummaryrefslogtreecommitdiff
path: root/src/scenes
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes')
-rw-r--r--src/scenes/speck_editor.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/scenes/speck_editor.lua b/src/scenes/speck_editor.lua
index bdba449..c9a47e6 100644
--- a/src/scenes/speck_editor.lua
+++ b/src/scenes/speck_editor.lua
@@ -17,8 +17,10 @@ local PROPERTY_CUSTOM = {
forcex = {min = -2048, max = 2048},
forcey = {min = -2048, max = 2048},
damping = {min = 0, max = 128},
- initial_velx = {min = 0, max = 2048},
- initial_vely = {min = 0, max = 2048},
+ initial_velx_max = {min = 0, max = 2048},
+ initial_velx_min = {min = 0, max = 2048},
+ initial_vely_max = {min = 0, max = 2048},
+ initial_vely_min = {min = 0, max = 2048},
spread = {min = 0, max = 360},
lifetime_min = {min = 0, max = 32},
lifetime_max = {min = 0, max = 32},