fix: Bugs + temp push for bugfixing

This commit is contained in:
Mark Marks 2024-09-22 00:05:15 +02:00
parent 88ca58df9b
commit d34edf8d70
21 changed files with 2317 additions and 73 deletions

View file

@ -1,6 +1,6 @@
--!strict
--!optimize 2
local jecs = require("@pkg/jecs")
local jecs = require("./jecs")
local WORLD: jecs.World