diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | bin/client/bin/.gitignore | 0 | ||||
| -rw-r--r-- | bin/client/data/deviceinit.lua | 5 | ||||
| -rw-r--r-- | bin/server/bin/.gitignore | 0 | ||||
| -rw-r--r-- | build/client/.gitignore | 1 | ||||
| -rw-r--r-- | build/server/.gitignore | 1 |
6 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,2 @@ vim.s *.exe -bin/* -build/* diff --git a/bin/client/bin/.gitignore b/bin/client/bin/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/bin/client/bin/.gitignore 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, } diff --git a/bin/server/bin/.gitignore b/bin/server/bin/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/bin/server/bin/.gitignore diff --git a/build/client/.gitignore b/build/client/.gitignore new file mode 100644 index 0000000..5761abc --- /dev/null +++ b/build/client/.gitignore @@ -0,0 +1 @@ +*.o diff --git a/build/server/.gitignore b/build/server/.gitignore new file mode 100644 index 0000000..5761abc --- /dev/null +++ b/build/server/.gitignore @@ -0,0 +1 @@ +*.o |
