Fixed output error ERROR: Script class can only be set together with base class name

This commit is contained in:
2025-07-31 21:44:17 +02:00
parent 0f246825fc
commit 18711776bb
5 changed files with 6 additions and 4 deletions
@@ -11,6 +11,7 @@ public partial class SpriteSwitcher2D : Node2D
[Export] private Sprite2D _inactiveSprite;
[Export] private bool _active = false;
public override void _Ready()
{
SetSprites();