Move UI down to prevent compass overlap?
hey, I was thinking the same. Maybe you have solved it by now but here it is.
Lets use the Design_3 default as example. You would alter the Message Container SIze to move the whole thing Ex:
"Main Container Size": {
"Horizontal End": 30.0,
"Horizontal Start": 9.0,
"Vertical End": 99.0,
"Vertical Start": 93.0
this would move it to the left (top). For the Design_3. You can do the same for Design_1 or Design_2 .Have fun
I went to "Design_3" and edited the location from there.
Oxide/Configs/SkipNightUI
-> Find Design_3
-> Look for:
"Main Container Size": {
"Horizontal End": 30.0,
"Horizontal Start": 9.0,
"Vertical End": 99.0,
"Vertical Start": 93.0
-> Change Vertical Start and Vertical End like so:
"Main Container Size": {
"Horizontal End": 30.0,
"Horizontal Start": 9.0,
"Vertical End": 85.0,
"Vertical Start": 80.0
That will move the ui down below the compass and any automated messages you have at the top.