![enter image description here]()
![enter image description here]()
i created an object in gml with Draw GUI event, with the following code:
draw_self()draw_set_color(c_black)draw_text(x + 70,y + 50,string(obj_deafult.value))
why the object is initializing out of the object, but after some update, it goes to the correct position?