class Game

Included Modules

Defined in:

game.cr

Instance Method Summary

Instance methods inherited from module Concern::World

world world

Instance methods inherited from module Concern::Fade

fading? fading?, start_fade start_fade, update_fade update_fade

Instance methods inherited from module Concern::Input

input? input?, mouse_position mouse_position, update_input update_input, window_size window_size

Instance methods inherited from module Concern::States

set_state(new_state_name : Symbol) set_state, update_state update_state

Instance methods inherited from module Concern::Assets

loaded? loaded?, rect(str) rect, texture texture

Instance Method Detail

def update #

[View source]