Class: Bagel::Graphic::Scoreboard::Sets

Inherits:
Score
  • Object
show all
Defined in:
lib/bagel/graphic/scoreboard/sets.rb

Constant Summary

Constants inherited from Score

Bagel::Graphic::Scoreboard::Score::HEIGHT, Bagel::Graphic::Scoreboard::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/sets.rb', line 4

def color_bg
  COLOR_BLUE
end

#color_textObject



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

def color_text
  COLOR_WHITE
end