diff options
Diffstat (limited to 'bin/client/data')
| -rw-r--r-- | bin/client/data/deviceinit.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/client/data/deviceinit.lua b/bin/client/data/deviceinit.lua index e54e859..5fb65a8 100644 --- a/bin/client/data/deviceinit.lua +++ b/bin/client/data/deviceinit.lua @@ -1,4 +1,4 @@ - +print("device init called") return { --[[ Anti-Alias @@ -87,6 +87,6 @@ return { Adjusts the size of the window. Default: 640,480 ]] - ["Window Width"] = 920, - ["Window Height"] = 720, + ["Window Width"] = 640, + ["Window Height"] = 480, } |
