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_blobleshoot_player/Draw_64.gml
rgrzanic 4702e9c906 clouds added, code simplified, bug fixed?
bug possibly fixed where the blobleshoot flys through
2019-07-25 16:27:12 -06:00

6 lines
169 B
Text

draw_set_font(fnt_sizesmall)
draw_set_halign(fa_left)
draw_text(50,100,"Distance " + string(round(x/100)))
draw_text(700,100,"Coins " + string(global.minigamecoin))