diff options
author | ubq323 <ubq323@ubq323.website> | 2023-02-20 15:29:00 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-02-20 15:29:00 +0000 |
commit | 415ec81e72bbf85cc81a6d2ce0f8c19335c844ec (patch) | |
tree | 95f2841026fda04431748440727321e438f52f00 /client/conf.lua | |
parent | a3af144dec34adf9e8ac047dd368bb102de40821 (diff) |
make window resizeable, remove big mode
Diffstat (limited to 'client/conf.lua')
-rw-r--r-- | client/conf.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/conf.lua b/client/conf.lua index e207e09..76459ff 100644 --- a/client/conf.lua +++ b/client/conf.lua @@ -1,3 +1,5 @@ function love.conf(t) t.window.title = "hexagon emulator" + t.window.resizable = true + end |