From 1eeef68f5b395f2de2afbde2dba6cae650120668 Mon Sep 17 00:00:00 2001 From: ne_mene Date: Thu, 2 Apr 2026 12:24:51 +0200 Subject: specks: initial velocity variation --- src/scenes/speck_editor.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/scenes') 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}, -- cgit v1.3-2-g0d8e