Class: Logic::Ground

Inherits:
BaseLogic show all
Defined in:
lib/games_and_rpg_paradise/games/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

Constructor Details

#initializeGround

Returns a new instance of Ground.



13
14
15
# File 'lib/games_and_rpg_paradise/games/flappy_bird/ruby2d/logic/ground.rb', line 13

def initialize
  super(width: 288, height: 110, y: 430)
end