diff options
| author | Alexander Pickering <alex@cogarr.net> | 2018-09-23 16:37:05 -0400 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2018-09-23 16:37:05 -0400 |
| commit | b14229c2b3a7d7ae8e03c12cd51fac2f02c2bd0b (patch) | |
| tree | 52b75098e7257db5921a684c24961852cb2a8a18 /bin/client/data | |
| parent | 8bbbba29e54e3f9a7d51d34385d6c0815811758b (diff) | |
| download | brokengine-b14229c2b3a7d7ae8e03c12cd51fac2f02c2bd0b.tar.gz brokengine-b14229c2b3a7d7ae8e03c12cd51fac2f02c2bd0b.tar.bz2 brokengine-b14229c2b3a7d7ae8e03c12cd51fac2f02c2bd0b.zip | |
Added a default client deviceinit script
Added a default script to create the irrlicht window.
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, } |
