From 5886cc32d9cea67b06dcf5663d40e5a7a3501074 Mon Sep 17 00:00:00 2001 From: Nilton Constantino Date: Sun, 21 Jun 2026 08:51:29 +0100 Subject: [PATCH] allow wider stage editor zoom out --- Assets/Scripts/Editor/GON/StageEditor/StageMapCanvas.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Editor/GON/StageEditor/StageMapCanvas.cs b/Assets/Scripts/Editor/GON/StageEditor/StageMapCanvas.cs index aaa27f8..dac1011 100644 --- a/Assets/Scripts/Editor/GON/StageEditor/StageMapCanvas.cs +++ b/Assets/Scripts/Editor/GON/StageEditor/StageMapCanvas.cs @@ -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;