removed chaos bag shuffling onload
This commit is contained in:
parent
67c9cf2643
commit
54f825a417
@ -1,3 +1,4 @@
|
|||||||
|
-- automatically add correct names to tokens that enter the chaos bag
|
||||||
function filterObjectEnter(obj)
|
function filterObjectEnter(obj)
|
||||||
local props = obj.getCustomObject()
|
local props = obj.getCustomObject()
|
||||||
if props ~= nil and props.image ~= nil then
|
if props ~= nil and props.image ~= nil then
|
||||||
@ -6,8 +7,3 @@ function filterObjectEnter(obj)
|
|||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
function onCollisionEnter(collision_info)
|
|
||||||
self.shuffle()
|
|
||||||
self.shuffle()
|
|
||||||
self.shuffle()
|
|
||||||
end
|
|
||||||
|
Loading…
Reference in New Issue
Block a user