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_gameover_title/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

11 lines
No EOL
410 B
Text

draw_set_font(fnt_sizesmall)
draw_set_halign(fa_center)
if global.minigamelevel > 0
{
draw_text(540,900,"You Reached Level " + string(global.minigamelevel))
}
draw_text(540,1000,"You Earned " + string(global.minigamecoin) + " Coins")
draw_text(540,1100,"Your Bloble Gained " + string(global.minigamehappiness)+ " Happiness")
draw_text(540,1200,"Your Bloble Lost " + string(global.minigameenergy)+ " Energy")