function _init() pal(11, 139, 1) -- module inits init_savegame"" init_sound"" init_world"" init_player"" init_debug"" load_game"" end function _update() handle_input"" end function _draw() cls"" draw_world(player_x, player_y) draw_player"" debug_print"" end