class Mallofneeds::Game
Defined in:
mallofneeds.cr
Constant Summary
-
BGM =
SF::Music.from_file("media/Fountain_Plaza.ogg")
-
FONT =
SF::Font.from_file("media/Hack-Regular.ttf")
-
INCOME_PER_STAGE =
300
-
SCREEN_HEIGHT =
480
-
SCREEN_WIDTH =
640
-
SE =
SF::SoundBuffer.from_file("media/Kaching.ogg")
-
SPRITESHEET =
SF::Texture.from_file("media/sprites/item_texture.png")
Constructors
Instance Method Summary
Constructor Detail
Instance Method Detail
def
create_game_over_intermission
#
def
create_intermission
#
def
increase_stage_number
#
def
reset_game_variables
#
def
update_game_variables
#