[GMS2] Draw text draws # SOLVED

V

VansiusProductions

Guest
Hi guys,
THIS IS DONE IN GAME MAKER STUDIO 2
This doesn't happen in game maker studio 1.4
this is my draw text code:
Code:
draw_text(x,bbox_bottom + 18,string(name) + "#" + string(diameter) + string(unit));
the variables all work fine and here's the result:

it literally draws the #
 

Hyomoto

Member
Hmm, report this as a bug if you haven't. I just checked and you are quite right. They updated the part about strings, but apparently not this.
 
Top