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_Store_Toy_Ball/Draw_64.gml

3 lines
No EOL
110 B
Text

draw_set_font(fnt_sizesmall)
draw_set_halign(fa_left)
draw_text(100,100,"Price" + string(global.toyballprice))