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
rgrzanic 5aa633b041 blobleshoot with trampolines, code for balloons and pools too
blobleshoot now has trampolines which bounch the bloble higher , they are also randomly generated.
2019-07-25 15:32:51 -06:00

4 lines
164 B
Text

draw_set_font(fnt_Title)
draw_set_halign(fa_left)
draw_text(25,25,"Coins " + string(global.minigamecoin))
draw_text(550,25,"Level " + string(global.minigamelevel))