@@ -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()
The note is not visible to the blocked user.