Class: Pacman::GameOver::ShowView
- Inherits:
-
Charming::View
- Object
- Charming::View
- Pacman::GameOver::ShowView
- Defined in:
- app/views/game_over/show_view.rb
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
6 7 8 9 10 11 12 |
# File 'app/views/game_over/show_view.rb', line 6 def render Charming::UI.center( column(, summary, high_score_table, hint, gap: 1), width: layout_screen.width, height: layout_screen.height ) end |