This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
Blobledoodes/objects/obj_bloblehop_player/Draw_64.gml
2019-07-23 20:19:37 -06:00

3 lines
139 B
Text

draw_set_font(fnt_Title)
draw_text(10,15,"Coins " + string(global.minigamecoin))
draw_text(300,15,"Level " + string(global.minigamelevel))