1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 18:21:51 +00:00

Fix mod examples

This commit is contained in:
tobspr 2022-01-18 20:49:11 +01:00
parent a7803bf5e4
commit 4bfd423efb
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,8 @@ class Mod extends shapez.Mod {
0 0
); );
context.closePath(); context.closePath();
context.fill();
context.stroke();
}, },
}); });

View File

@ -4,6 +4,7 @@ export const CHANGELOG = [
date: "unreleased", date: "unreleased",
entries: [ entries: [
"This version adds an official modloader! You can now load mods by placing it in the mods/ folder of the game.", "This version adds an official modloader! You can now load mods by placing it in the mods/ folder of the game.",
"When holding shift while placing a belt, the indicator now becomes red when crossing buildings",
], ],
}, },
{ {