diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2025-05-13 22:03:41 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2025-05-13 22:03:41 -0700 |
commit | 03e5864b7ebd0d40ec23cb533bd381a1d99ef479 (patch) | |
tree | 1a3ea3008023878ad7562ac65b99869d745fa970 | |
parent | aba01abc23c791ece7607f167f3a98cb782dba53 (diff) | |
parent | 853c6c92a1c1eeb500341d1b97a3b5e177388351 (diff) | |
download | view.love-03e5864b7ebd0d40ec23cb533bd381a1d99ef479.tar.gz |
Merge lines.love
-rw-r--r-- | conf.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..d9878da --- /dev/null +++ b/conf.lua @@ -0,0 +1,3 @@ +function love.conf(t) + t.identity = 'text' +end |