aboutsummaryrefslogtreecommitdiff
path: root/src/phys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/phys.lua')
-rw-r--r--src/phys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phys.lua b/src/phys.lua
index 08a610a..f9ae004 100644
--- a/src/phys.lua
+++ b/src/phys.lua
@@ -53,7 +53,7 @@ function phys.Box.new(
self.width = width
self.height = height
- self.layers = opts.layers or { "hard" }
+ self.layers = opts.layers or { "Hard" }
self.mask = opts.mask or {}
local scene = get_current_scene()