fix: Enable tasks to generate proxy nodes

This commit is contained in:
h z
2025-02-10 15:20:57 +00:00
parent 0a8b275176
commit 3c1035bdfe
6 changed files with 58 additions and 15 deletions

View File

@@ -6,13 +6,13 @@ namespace Polonium.Scenes;
public partial class CameraScene : Scene
{
private Camera2D Camera { get; set; }
[Export(PropertyHint.Range)]
public float MaxZoom { get; set; }
[Export(PropertyHint.Range)]
public float MinZoom { get; set; }
[Export(PropertyHint.Range)]
public float ZoomRate { get; set; }
[Export(PropertyHint.Range)]
private float Zoom
{
get => Camera.Zoom.X;