Jump to content

GUI Welcome Screen


CapY

Recommended Posts

Do it on all windows: here is an explanation:

local screenWidth, screenHeight = guiGetScreenSize() 
local windowWidth, windowHeight = 1279, 1023 
local x = screenWidth/2 - windowWidth/2 
local y = screenHeight/2 - windowHeight/2 
guiFgWelcomeWindow = guiCreateWindow(x,y,windowWidth,windowHeight," R   U   L   E   S   ! ",false) 

Now do the same with changing the window Width and height to the window's width and height.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...