surface resize

  1. D

    Application surface resize broke point dir

    hey! i've resized my application surface to be four times as big as my camera, so that whenever a sprite rotates, it looks smooth, but then i got a pretty annoying problem with my weapon point_dir code, where it simply doesn't point straight at the player mouse anymore i've already tried...
  2. A

    Smooth pixel art rotation in surfaces?

    (Sorry for the bad English) Hello, I need to rotate pixel art and make them look smooth, I know this can be done using "surface_resize (application_surface, x, y)", but the surface I need to resize is not the application surface, try to use surface_resize but nothing changes example, i draw...
  3. Shadyman

    Pixelart sprite tearing

    Hi all! I am experimenting with some pixelart and I've run into this issue that in each row and column somehow the sprites have some issues, see picture below. I have tried resizing the application surface but this didnt really help. I have the feeling that I need to draw this stuff on the...
  4. R

    16:9 scaler script

    So I created this script to scale a game with 16:9 ratio. Basically it scales to edge for width then puts it to a 16:9 ratio via a surface scale. Works, I just thought I'd share for anyone interested and see if there's any additions or alterations anyone may have to suggest.
  5. F

    Problem with surface_resize + white lines while moving in the room

    Hello! I'm working on a little game and i have a really strange problem. Before starting, I premise that my game doesn't use any kind of resizing, but it uses views to implement the splitscreen. There are two cases: 1. If i start the game with the "game room", the players can play without...
Top