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