• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

stretched

  1. giraffeman210

    GML draw_sprite_stretched backwards?

    Hello, Does anyone know a way to use the "draw_sprite_stretched" function to stretch in the opposite direction? It's a great funtion but it always seems to strech the sprite from one side and I can't seem to find a way to reverse it or anything. Thanks!
  2. J

    Sprite gets stretchted when key pressed

    Hello, I have stumbled upon a problem where my sprite (and entire game view) gets strechted as I press a key and switch sprites. before i move (in idle state) after I have moved. My movement code (I have only written a movement code yet) is very basic and I'm pretty sure it has no impact on...
  3. smashencoo

    Need help drawing a rope sprite from one point to another

    So I just need a simple rope design where a rope sprite stretches from one object to another. I tried using the draw_sprite_general function so I could use the width and rotation to have it follow the objects: var angle; var distance; distance = distance_to_object(obj_Buck_Plane); angle =...
  4. S

    HTML5 SOLVED - HTML5 Custom Font display issues

    HTML5 seems to have a bug with custom font even after testing. Here you go: global.font = font_add_sprite_ext(spr_font, "my letters", true, 0); HTML5 Export messes up pixels and does some funky things on a lot of my custom letters WIN Export however works out just fine. The problem seems to...
  5. H

    Android Weird stretching when exporting to Android

    Edit: This has since been fixed! I just updated game maker and it works again.
  6. S

    GML Stretching the game contents down (without application_surface)

    Hey guys. With the following code, in the "Draw GUI" event, of a persistent, top-most object, created in the first room of your game, you can make your game contents stay the same resolution on your screen, regardless of whether the game is in fullscreen, and regardless of the window's size. Be...
  7. S

    Legacy GM Need help adding a sky backdrop (which fills the screen) to the back of a 3D game?

    (I'm working on a 2D platformer which has a 3D look to it) In my object which draws 3D projection stuff in its Draw event, I added a bit of code and the first line of it tells it to "draw_background_stretched" behind all of the other objects. Like so...
  8. G

    Android Screen Glitch

    Recently I've released my very first game on Google Play and haven't tried or got people to try it in many different devices yet. It just happens that a user who found my game through reddit reported a screen issue to me and I can't really understand what might be causing it. He is playing on...
Top