Skip to content

Commit edd09ec

Browse files
authored
updated hiddenblock min size (#356)
1 parent b7c9e03 commit edd09ec

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
### Fixed
8+
- Reduced HiddenBlock minimum size from 16 to 4
9+
710
## [2.4.3] 2026-05-25
811
### Fixed
912
- Character selector previews now render NPCs facing south.

webapp/src/assets/entities.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,11 @@
488488
"drawBox": true,
489489
"scalableX": true,
490490
"scalableY": true,
491+
"scalableStep": 2,
492+
"size": {
493+
"x": 4,
494+
"y": 4
495+
},
491496
"boxColor": "rgba(0,255,255, 0.5)",
492497
"frontColor": "rgba(0,120,120, 0.8)"
493498
},

0 commit comments

Comments
 (0)