Basic laser integration

This commit is contained in:
MaddoScientisto 2026-01-31 10:23:10 +01:00
commit 4011a7c6f6
15 changed files with 1028 additions and 284 deletions

View file

@ -3,6 +3,7 @@
namespace Cirno.Scripts.Actors._3D;
[GlobalClass]
[Tool]
public partial class LaserConfig : Resource
{
[Export] public float MaxLength = 50f;