Class: Pacman::GameOver::ShowView

Inherits:
Charming::View
  • Object
show all
Defined in:
app/views/game_over/show_view.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



6
7
8
9
10
11
12
# File 'app/views/game_over/show_view.rb', line 6

def render
  Charming::UI.center(
    column(banner, summary, high_score_table, hint, gap: 1),
    width: layout_screen.width,
    height: layout_screen.height
  )
end