From 4c051ec29256952d6800eabae35cb2c1bd0b493d Mon Sep 17 00:00:00 2001 From: ByteDice <165556900+ByteDice@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:24:53 +0100 Subject: [PATCH] Update Bde_particles.kt TODOs --- src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt b/src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt index 1cb671d..8c148f2 100644 --- a/src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt +++ b/src/main/kotlin/com/bytedice/bde_particles/Bde_particles.kt @@ -54,7 +54,9 @@ import kotlin.reflect.full.declaredMemberProperties // Cylinder and cone force field shape. // Copying particle params in-game. // Custom curve equation command args (parse from strings). -// force field "config" option. +// Force field "config" option. +// Better particle debug tools. + // Use more BDEs instead of particles, and show more values than origin and velocity. var ALL_PARTICLE_EMITTERS: Array = emptyArray() @@ -243,4 +245,4 @@ fun negativeFeedback(text: String, context: CommandContext) .setStyle(Style.EMPTY.withColor(Color(200, 0, 0).rgb)) context.source.sendFeedback({ feedback }, false) -} \ No newline at end of file +}