aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/objs/specks.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/objs/specks.lua b/src/objs/specks.lua
index 75e3a77..1d133e7 100644
--- a/src/objs/specks.lua
+++ b/src/objs/specks.lua
@@ -43,6 +43,8 @@ function Speck_Sys.new()
self.free_ids = {}
self.free_ids_size = 0
+ self.bounce = false
+
self.spawn_shape = "Point"
self.spawn_amount_min = 1
@@ -237,7 +239,8 @@ function export_speck_sys(sys, filename)
"lifetime_min",
"lifetime_max",
"interval",
- "texture_path"
+ "texture_path",
+ "bounce",
}
local exp = {}