allow wider stage editor zoom out

This commit is contained in:
Nilton Constantino 2026-06-21 08:51:29 +01:00
parent 77bc1dff51
commit 5886cc32d9
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ namespace Editor.GON.StageEditor
{
public sealed class StageMapCanvas : VisualElement
{
private const float MinCellPixels = 12f;
private const float MinCellPixels = 3f;
private const float MaxCellPixels = 96f;
private const float ResizeHandlePixels = 12f;