pleins de trucs

This commit is contained in:
Deadzi06
2026-07-10 06:10:33 +02:00
commit a55abbc5f7
51 changed files with 2235 additions and 0 deletions

12
mod.lua Normal file
View File

@@ -0,0 +1,12 @@
function Mod:init()
Game:registerEvent("squeak", function(data)
return Squeak(data.x, data.y, {data.width, data.height, data.polygon})
end)
print("Loaded " .. self.info.name .. "!")
end
function Mod:postInit()
end