From 36405f5394944e8f58f057826c5251f207b5bc45 Mon Sep 17 00:00:00 2001 From: Error430 Date: Mon, 28 Oct 2024 20:58:08 -0400 Subject: [PATCH 1/2] Bistream bump --- common/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/constants.ts b/common/src/constants.ts index 4248be635..e333cd3d9 100644 --- a/common/src/constants.ts +++ b/common/src/constants.ts @@ -25,7 +25,7 @@ const inventorySlotTypings = Object.freeze([ItemType.Gun, ItemType.Gun, ItemType export const GameConstants = freezeDeep({ // !!!!! NOTE: Increase this every time a bit stream change is made between latest release and master // or a new item is added to a definition list - protocolVersion: 28, + protocolVersion: 29, gridSize: 32, maxPosition: 1924, modeName: "fall" satisfies Mode as Mode, From 8c8a78336464ad221b7dac42477e8661b4372821 Mon Sep 17 00:00:00 2001 From: Error430 Date: Mon, 28 Oct 2024 21:07:04 -0400 Subject: [PATCH 2/2] sassy css --- client/src/scss/pages/news.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/scss/pages/news.scss b/client/src/scss/pages/news.scss index 1ccb221a9..c72eb0fe0 100644 --- a/client/src/scss/pages/news.scss +++ b/client/src/scss/pages/news.scss @@ -1,5 +1,6 @@ @import "../main.scss"; @import "../pages/client/splash.scss"; +@import "../palette.scss"; body { background: $bg;