Method: Core::GameWindow#update
- Defined in:
- lib/game_window.rb
#update ⇒ Object
38 39 40 41 42 |
# File 'lib/game_window.rb', line 38 def update @state.update unpress self.caption = "Essytas - v#{Core::VERSION} - #{Gosu.fps} FPS" end |