aboutsummaryrefslogtreecommitdiff
path: root/bin/client/data/deviceinit.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bin/client/data/deviceinit.lua')
-rw-r--r--bin/client/data/deviceinit.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/client/data/deviceinit.lua b/bin/client/data/deviceinit.lua
index dd31a34..e54e859 100644
--- a/bin/client/data/deviceinit.lua
+++ b/bin/client/data/deviceinit.lua
@@ -1,3 +1,4 @@
+
return {
--[[
Anti-Alias
@@ -86,6 +87,6 @@ return {
Adjusts the size of the window.
Default: 640,480
]]
- ["Window Width"] = 640,
- ["Window Height"] = 480,
+ ["Window Width"] = 920,
+ ["Window Height"] = 720,
}