about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2025-05-13 22:03:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2025-05-13 22:03:41 -0700
commit03e5864b7ebd0d40ec23cb533bd381a1d99ef479 (patch)
tree1a3ea3008023878ad7562ac65b99869d745fa970
parentaba01abc23c791ece7607f167f3a98cb782dba53 (diff)
parent853c6c92a1c1eeb500341d1b97a3b5e177388351 (diff)
downloadview.love-03e5864b7ebd0d40ec23cb533bd381a1d99ef479.tar.gz
Merge lines.love
-rw-r--r--conf.lua3
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