drawing error

  1. Ponzalskov

    [SOLVED] Help with Sprites not drawing on super simple test project.

    As the title reads, its a project with 1 sprite (16x16) 1 object (with a Draw Event with 6 lines of code 1 room (with an Instances layer and Background layer) Any sprite is not showing, neither tiles (i've tried before but simplified to the minimum to show the basic and main problem). No error...
  2. N

    Isometric Tile Scaling

    Hello, This is the first time I've submitted a post in a very long time. Always try going though YoYo Games documents before making a post to assure it isn't something I can figure out. Recently I began making an old style isometric game. I've create a couple of tile sets to do this. Within...
  3. L

    GML Visual Drawing Lives

    I used Drag and Drop to draw lives for the game I'm making. No matter how many times I try to get the lives to be drawn at the bottom, they always show in the middle of the y position and x position is 0 (middle left basically). Do you know how to fix this? I've tried messing with the settings...
  4. A

    Legacy GM [SOLVED] Problem With Object Continuously Drawing

    Hello! I have reached a roadblock in my programming regarding making a speech indicator following on top of an npc that the player can speak to. My problem is the fact that the object won't stop drawing itself. A demonstration of what I mean is in the attached image. draw_self(); var...
Top