fix: Enable tasks to generate proxy nodes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user