From ae34f0ea6f54df73f9609463027f6ba331eb9682 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Wed, 14 May 2025 13:30:49 -0400 Subject: [PATCH] add inheritance and dynamic background colors for the tile menu --- README.md | 2 +- index.html | 2 +- js/core_blocks.js | 6 ++++++ js/tile.js | 40 ++++++++++++++++++++++++++++------------ 4 files changed, 36 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cdaf2ca..a8bac6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# altboxels +# neoboxels A sandbox game inspired by https://sandboxels.r74n.com/, with a cleaner codebase and secure/simple modding support in mind. Some of the elements are derived from other games in the falling sand genre, especially Sandboxels. However, the physics engine and other backend code are custom and independently developed. \ No newline at end of file diff --git a/index.html b/index.html index cc6171c..c45de78 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@