aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/areas.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/areas.json')
-rw-r--r--src/config/areas.json85
1 files changed, 65 insertions, 20 deletions
diff --git a/src/config/areas.json b/src/config/areas.json
index cd54725..1fb85b7 100644
--- a/src/config/areas.json
+++ b/src/config/areas.json
@@ -206,16 +206,35 @@
}
},
{
- "name": "rse1.normal.full",
+ "name": "hud.normal.full",
"rect": {
"x": 0,
"y": 0,
"w": 1920,
- "h": 720
+ "h": 1080
}
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "rse1",
+ "screens": [
+ {
+ "id": 0,
+ "areas": [
+ {
+ "name": "fullscreen",
+ "rect": {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
},
{
- "name": "rse2.normal.full",
+ "name": "normal.full",
"rect": {
"x": 0,
"y": 0,
@@ -224,12 +243,12 @@
}
},
{
- "name": "hud.normal.full",
+ "name": "rse1.normal.full",
"rect": {
"x": 0,
"y": 0,
"w": 1920,
- "h": 720
+ "h": 1080
}
}
]
@@ -237,30 +256,29 @@
]
},
{
- "name": "rse1",
+ "name": "rse2",
"screens": [
{
"id": 0,
"areas": [
{
- "name": "rse1.normal.full",
+ "name": "fullscreen",
+ "rect": {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
+ },
+ {
+ "name": "normal.full",
"rect": {
"x": 0,
"y": 0,
"w": 1920,
"h": 720
}
- }
- ]
- }
- ]
- },
- {
- "name": "rse2",
- "screens": [
- {
- "id": 0,
- "areas": [
+ },
{
"name": "rse2.normal.full",
"rect": {
@@ -281,12 +299,39 @@
"id": 0,
"areas": [
{
+ "name": "fullscreen",
+ "rect": {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
+ },
+ {
+ "name": "normal.full",
+ "rect": {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
+ },
+ {
+ "name": "upper.left",
+ "rect": {
+ "x": 0,
+ "y": 0,
+ "w": 480,
+ "h": 180
+ }
+ },
+ {
"name": "hud.normal.full",
"rect": {
"x": 0,
"y": 0,
"w": 1920,
- "h": 720
+ "h": 1080
}
},
{
@@ -301,6 +346,6 @@
]
}
]
- },
+ }
]
}