diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-27 13:43:49 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-27 13:46:41 +0000 |
commit | d0916d568a00f5171b96fbc3bfc19ff263affc27 (patch) | |
tree | ef007be582d2b872ff2ac407def9d0ad64e3bc86 /client/conf.lua | |
parent | 0eab09311f6634aefe0e79ecafd975ab68b2812c (diff) |
coords, hexagons, drawing, chunks
Diffstat (limited to 'client/conf.lua')
-rw-r--r-- | client/conf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/conf.lua b/client/conf.lua index 5c58cb3..e207e09 100644 --- a/client/conf.lua +++ b/client/conf.lua @@ -1,3 +1,3 @@ function love.conf(t) - t.window.title = "rectangle emulator" + t.window.title = "hexagon emulator" end |