summaryrefslogtreecommitdiff
path: root/src/modules/sparkler/xplode_params.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/sparkler/xplode_params.def')
-rw-r--r--src/modules/sparkler/xplode_params.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/modules/sparkler/xplode_params.def b/src/modules/sparkler/xplode_params.def
new file mode 100644
index 0000000..dacb920
--- /dev/null
+++ b/src/modules/sparkler/xplode_params.def
@@ -0,0 +1,8 @@
+#include "params_def.def"
+
+param(color, 0xffff00, XPLODE_PARAM_COLOR_UINT, unsigned, unsigned)
+param(decay_rate, rand_within_range(conf->seedp, 6, 10), XPLODE_PARAM_DECAY_INT, int, int)
+param(duration, rand_within_range(conf->seedp, 50, 150), XPLODE_PARAM_DURATION_INT, int, int)
+
+#include "params_undef.def"
+
© All Rights Reserved