Resulcan Posted May 26, 2020 Share Posted May 26, 2020 local screenW, screenH = DGS:dgsGetScreenSize() Wnd = DGS:dgsCreateWindow((screenW - 622) / 2, (screenH - 497) / 2, 622, 497, "Silah Panel", false) DGS:dgsWindowSetSizable(Wnd, false) how can i add color Link to comment
MrKAREEM Posted May 26, 2020 Share Posted May 26, 2020 local screenW, screenH = DGS:dgsGetScreenSize() Wnd = DGS:dgsCreateWindow((screenW - 622) / 2, (screenH - 497) / 2, 622, 497, "Silah Panel", false) DGS:dgsWindowSetSizable(Wnd, false) DGS:dgsSetProperty(Wnd,"textColor",tocolor(255, 0, 0, 255)) Link to comment
Resulcan Posted May 27, 2020 Author Share Posted May 27, 2020 19 hours ago, MrKAREEM said: local screenW, screenH = DGS:dgsGetScreenSize() Wnd = DGS:dgsCreateWindow((screenW - 622) / 2, (screenH - 497) / 2, 622, 497, "Silah Panel", false) DGS:dgsWindowSetSizable(Wnd, false) DGS:dgsSetProperty(Wnd,"textColor",tocolor(255, 0, 0, 255)) Thks Link to comment
MrKAREEM Posted May 28, 2020 Share Posted May 28, 2020 8 hours ago, Resulcan said: Thks np Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now