module FindingMaya
Defined in:
constants.crentity.cr
entity/table.cr
finding_maya.cr
game.cr
helpers/user_input.cr
inventory.cr
item.cr
level.cr
player.cr
Constant Summary
-
SCREEN_HEIGHT =
Raylib.get_screen_height
-
SCREEN_WIDTH =
Raylib.get_screen_width
-
VERSION =
"0.1.0"
Class Method Summary
Class Method Detail
def self.user_text_input_window(texture : Raylib::Texture2D, text : String, x : Int32, y : Int32, clear_background : Bool = true) : String
#