Class: Bagel::Graphic::Scoreboard::Points

Inherits:
Score
  • Object
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

Constructor Details

This class inherits a constructor from Bagel::Graphic::Scoreboard::Score

Instance Method Details

#color_bgObject



4
5
6
# File 'lib/bagel/graphic/scoreboard/points.rb', line 4

def color_bg
  COLOR_WHITE
end

#color_textObject



8
9
10
# File 'lib/bagel/graphic/scoreboard/points.rb', line 8

def color_text
  COLOR_BLACK
end