aboutsummaryrefslogtreecommitdiff
path: root/example/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'example/conf.lua')
-rw-r--r--example/conf.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/conf.lua b/example/conf.lua
new file mode 100644
index 0000000..33f1b9a
--- /dev/null
+++ b/example/conf.lua
@@ -0,0 +1,4 @@
+function love.conf(t)
+ t.title = "lua-star example"
+ t.identity = "lua-star"
+end