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:
parent
a7803bf5e4
commit
4bfd423efb
@ -32,6 +32,8 @@ class Mod extends shapez.Mod {
|
||||
0
|
||||
);
|
||||
context.closePath();
|
||||
context.fill();
|
||||
context.stroke();
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@ -4,6 +4,7 @@ export const CHANGELOG = [
|
||||
date: "unreleased",
|
||||
entries: [
|
||||
"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",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user