From 4bfd423efb6fe46eb2016449b1624c824ba2d4c0 Mon Sep 17 00:00:00 2001 From: tobspr Date: Tue, 18 Jan 2022 20:49:11 +0100 Subject: [PATCH] Fix mod examples --- mod_examples/custom_sub_shapes.js | 2 ++ src/js/changelog.js | 1 + 2 files changed, 3 insertions(+) diff --git a/mod_examples/custom_sub_shapes.js b/mod_examples/custom_sub_shapes.js index d44b84d9..afb901c0 100644 --- a/mod_examples/custom_sub_shapes.js +++ b/mod_examples/custom_sub_shapes.js @@ -32,6 +32,8 @@ class Mod extends shapez.Mod { 0 ); context.closePath(); + context.fill(); + context.stroke(); }, }); diff --git a/src/js/changelog.js b/src/js/changelog.js index a68c8ce4..9165be18 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -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", ], }, {