Items can no longer bounc past the end of level. Slight modification to item bounce speed, may need more adjustments.
This commit is contained in:
@@ -55,7 +55,10 @@ class CoffinObject(Object):
|
||||
self.yPos,
|
||||
item_type,
|
||||
self.sounds,
|
||||
direction
|
||||
direction,
|
||||
self.level.leftBoundary,
|
||||
self.level.rightBoundary
|
||||
)
|
||||
|
||||
return True
|
||||
return False
|
||||
|
Reference in New Issue
Block a user