From 6e5ca1633c44031b4b537c83241b4b39f8f1b2ed Mon Sep 17 00:00:00 2001 From: cramerL Date: Fri, 17 Jul 2026 11:21:42 +0200 Subject: [PATCH] updated hiddenblock min size --- CHANGELOG.md | 3 +++ webapp/src/assets/entities.json | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cbdceb..43e15e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Fixed +- Reduced HiddenBlock minimum size from 16 to 4 + ## [2.4.3] 2026-05-25 ### Fixed - Character selector previews now render NPCs facing south. diff --git a/webapp/src/assets/entities.json b/webapp/src/assets/entities.json index dda228d2..a862d959 100644 --- a/webapp/src/assets/entities.json +++ b/webapp/src/assets/entities.json @@ -488,6 +488,11 @@ "drawBox": true, "scalableX": true, "scalableY": true, + "scalableStep": 2, + "size": { + "x": 4, + "y": 4 + }, "boxColor": "rgba(0,255,255, 0.5)", "frontColor": "rgba(0,120,120, 0.8)" },