blobleshoot now has trampolines which bounch the bloble higher , they are also randomly generated.
11 lines
No EOL
410 B
Text
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") |