-Secció "files" del game.ini obsoleta. Ara sempre obri "main.lua". Els demes arxius s'inclouen amb "require()"

This commit is contained in:
2023-08-04 14:04:26 +02:00
parent 4fd9a443f2
commit 040697fcbd
6 changed files with 24 additions and 36 deletions

View File

@@ -3,4 +3,3 @@ config=minitest
width=160
height=120
zoom=3
files=game.lua

View File

@@ -1,4 +1,4 @@
other = require("other")
other = require "other"
x=0