v0.5 FlashVFX Fix

This commit is contained in:
Josef 2026-02-13 22:32:31 +01:00
parent e27d2e9ef1
commit 1f41614cd3
1 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ namespace Rokojori
[Export]
public FlashPreset preset;
[Export, ReadOnly]
public string test = "3";
// [Export, ReadOnly]
// public string test = "3";
[Export, NamedArray ]
public FlareLayer[] layers = [];
// [Export, NamedArray ]
// public FlareLayer[] layers = [];
[Export]
public Node[] targets;