Method: Core::GameWindow#update

Defined in:
lib/game_window.rb

#updateObject



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