first commit

This commit is contained in:
2026-07-21 16:28:15 +02:00
commit 75e32cffa3
17 changed files with 2487 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
function love.conf(t)
t.identity = "outpost_remote"
t.version = "11.4"
t.window.title = "Outpost Remote — avant-poste autonome"
t.window.width = 1280
t.window.height = 720
t.window.resizable = true
t.window.minwidth = 960
t.window.minheight = 600
t.console = false
end