diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-24 03:20:44 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-24 03:20:44 +0000 |
commit | b5484fc37c1f93654f95f21483d52229a34e6330 (patch) | |
tree | 2ea5088bb3859f7afdef4b46c7027acf48b7d524 /client/conf.lua |
things
Diffstat (limited to 'client/conf.lua')
-rw-r--r-- | client/conf.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/conf.lua b/client/conf.lua new file mode 100644 index 0000000..5c58cb3 --- /dev/null +++ b/client/conf.lua @@ -0,0 +1,3 @@ +function love.conf(t) + t.window.title = "rectangle emulator" +end |