Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions webapp/src/assets/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
},
Expand Down
Loading