summaryrefslogtreecommitdiff
path: root/src/modules/sparkler/burst_params.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/sparkler/burst_params.def')
-rw-r--r--src/modules/sparkler/burst_params.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modules/sparkler/burst_params.def b/src/modules/sparkler/burst_params.def
new file mode 100644
index 0000000..97d66ae
--- /dev/null
+++ b/src/modules/sparkler/burst_params.def
@@ -0,0 +1,7 @@
+#include "params_def.def"
+
+param(radius, 0.075f, BURST_PARAM_RADIUS_FLOAT, float, double) /* eventual radius of burst */
+param(force, 0.01f, BURST_PARAM_FORCE_FLOAT, float, double) /* how much to accelerate victims */
+param(duration, 7, BURST_PARAM_DURATION_UINT, unsigned, unsigned) /* how many steps to perform the burst */
+
+#include "params_undef.def"
© All Rights Reserved