Class: Logic::Ground
- Defined in:
- lib/games_paradise/flappy_bird/ruby2d/logic/ground.rb
Overview
Logic::Ground
Instance Attribute Summary
Attributes inherited from BaseLogic
#:game, #game, #height, #width, #x, #y
Instance Method Summary collapse
-
#initialize ⇒ Ground
constructor
A new instance of Ground.
Constructor Details
#initialize ⇒ Ground
Returns a new instance of Ground.
13 14 15 |
# File 'lib/games_paradise/flappy_bird/ruby2d/logic/ground.rb', line 13 def initialize super(width: 288, height: 110, y: 430) end |