diff options
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/areas.db | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/db/areas.db b/src/db/areas.db index 6c79bbf..03ddfe4 100644 --- a/src/db/areas.db +++ b/src/db/areas.db @@ -5,8 +5,8 @@ "rect": { "x": 0, "y": 0, - "w": -1, - "h": -1 + "w": 1080, + "h": 1920 } }, { @@ -14,8 +14,8 @@ "rect": { "x": 0, "y": 218, - "w": -1, - "h": -433 + "w": 1080, + "h": 1488 } }, { @@ -23,7 +23,7 @@ "rect": { "x": 0, "y": 218, - "w": -1, + "w": 1080, "h": 744 } }, @@ -32,7 +32,7 @@ "rect": { "x": 0, "y": 962, - "w": -1, + "w": 1080, "h": 744 } }, @@ -41,7 +41,7 @@ "rect": { "x": 0, "y": 962, - "w": -1, + "w": 1080, "h": 744 } }, @@ -50,8 +50,8 @@ "rect": { "x": 0, "y": 218, - "w": -1, - "h": -433 + "w": 1080, + "h": 1488 } }, { @@ -59,7 +59,7 @@ "rect": { "x": 0, "y": 218, - "w": -1, + "w": 1080, "h": 744 } }, @@ -68,7 +68,7 @@ "rect": { "x": 0, "y": 962, - "w": -1, + "w": 1080, "h": 744 } }, @@ -77,8 +77,8 @@ "rect": { "x": 0, "y": 218, - "w": -1, - "h": -433 + "w": 1080, + "h": 1488 } } ] |