Class: Bagel::Graphic::Scoreboard::Games
- Inherits:
-
Score
- Object
- Score
- Bagel::Graphic::Scoreboard::Games
show all
- Defined in:
- lib/bagel/graphic/scoreboard/games.rb
Constant Summary
Constants inherited
from Score
Score::HEIGHT, Score::WIDTH
Instance Method Summary
collapse
Methods inherited from Score
#draw, #initialize
Instance Method Details
#color_bg ⇒ Object
4
5
6
|
# File 'lib/bagel/graphic/scoreboard/games.rb', line 4
def color_bg
COLOR_ORANGE
end
|
#color_text ⇒ Object
8
9
10
|
# File 'lib/bagel/graphic/scoreboard/games.rb', line 8
def color_text
COLOR_BLACK
end
|