From 1bf54519e80c33c4007c044f4c060b109af9d530 Mon Sep 17 00:00:00 2001 From: ne_mene Date: Mon, 13 Apr 2026 12:54:40 +0200 Subject: speck rotation --- src/scenes/speck_editor.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/scenes') 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/" }, -- cgit v1.3-2-g0d8e