Fix black screen in Floorplan Editor#170
Fix black screen in Floorplan Editor#170sdnjr wants to merge 1 commit intobillsonnn:new-rendererfrom
Conversation
|
If you use a client before the v2 branch, use this file: floor_editor.zip |
Is the client supposed to support height > 26 or is that custom? |
answer discord 🙄 |
I made a typing mistake, it should actually be heights up to 29 (like flash) so, yes |
In that case @billsonnn should merge it. About why the base64 image is currently inside the source instead of an asset: when I recoded floorplan I think bill was doing something with asset loading and so I temporarily hardcoded it. If you want to load it as an asset then you can and you should address that in this same PR probably |
This PR fixes black screen when editing rooms with heights greater than 26.
It's weird to have a floor_editor.nitro but use values internally, that was a bit confusing