Method: MiniGL::Block#passable
- Defined in:
- lib/minigl/movement.rb
#passable ⇒ Object (readonly)
Whether a moving object can pass through this block when coming from below. This is a common feature of platforms in platform games.
22 23 24 |
# File 'lib/minigl/movement.rb', line 22 def passable @passable end |