Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Moving the Dialog window {RGSS}

Well I'm using a different resolution so my dialog doesn't show :dead: I was just wondering what script to edit so I can show it on a 320X240 screen, and also I was kinda wondering how would I make the font "arial" and size 10 without it being scrunched up, since allot of GBA/NDS games use that font and at that size.
 
Ok the arial text is an easy fix.
Just paste this right below begin in Main:
Code:
Font.default_name = 'Arial'
  Font.default_size = 10

and I'm not sure but I think you want to look in the Window_Base class and fiddle around
with the x and y coordinates and the size until u can see your message windows.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top