2d Overlay man Guest |
Quote
|
2023-07-12 21:35:43 |
|
So I was wondering, because my gun in the game is a 2d overlay, but when I change the screen's resolution everything moves around. Is there any way to lock them in place so it looks consistent everywhere?
|
Guest Guest |
Quote
|
2023-07-13 00:47:24 |
|
You can go to Tools > Publish Settings > Windows.exe > Window Mode and change it from Dynamic to Exclusive so the window can't be resized.
|
SamGrady Guest |
Quote
|
2023-07-13 02:42:50 |
|
this happened because you use position mode in pixels, if you use percent this problem will be fixed, but if you need pixels use js
|
2d Overlay man Guest |
Quote
|
2023-07-13 05:07:05 |
|
I have everything on percent and always have and I have it set to 1920 by 1080 but it's very restricting in a fixed size and I don't want to limit people
I appreciate yall replying tho
|
SamGrady Guest |
Quote
|
2023-07-13 05:17:06 |
|
you use percents and it has problem with position? interesting, i always use pixels but i use js for update position relative to screen
|