From b14229c2b3a7d7ae8e03c12cd51fac2f02c2bd0b Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 23 Sep 2018 16:37:05 -0400 Subject: Added a default client deviceinit script Added a default script to create the irrlicht window. --- bin/client/data/deviceinit.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/client/data') 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, } -- cgit v1.2.3-70-g09d2