Class: Bagel::Graphic::Scoreboard::Points
- Inherits:
-
Score
- Object
- Score
- Bagel::Graphic::Scoreboard::Points
show all
- Defined in:
- lib/bagel/graphic/scoreboard/points.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/points.rb', line 4
def color_bg
COLOR_WHITE
end
|
#color_text ⇒ Object
8
9
10
|
# File 'lib/bagel/graphic/scoreboard/points.rb', line 8
def color_text
COLOR_BLACK
end
|