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
2019-07-23 20:19:37 -06:00

6 lines
No EOL
375 B
Text

draw_set_font(fnt_Title)
draw_set_halign(fa_center)
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.statminigameenergy)+ " Energy")