scailing

  1. angelkof15

    HTML5 When exporting to HTLM5, my game doesn't scale properly and its added font is indivisible.

    Any ideas as to what causes this? Here you can play the game online and see what the problem is: https://angelkof15.itch.io/manuees-adventure. The game is playable, but the font is invisible, so you can not see any text, and the game doesn't go full screen properly.
  2. angelkof15

    GameMaker How can I make my game to scale properly when exporting to HTLM5?

    I just don't know how to get rid of those black bars on the sides and up and down.
  3. P

    GML Help With GUI_set_size Please

    global.VIEW_W = 960; global.VIEW_H = 540; global.VIEW_RES=global.VIEW_W/global.VIEW_H var camera_W=global.VIEW_W; var camera_H=global.VIEW_H; var screen_w=display_get_width(); var screen_h=display_get_height(); var screen_res=screen_w/screen_h; if(screen_res>global.VIEW_RES)//Screen is Wider...
Top