Sleeping in bed now loads the new fight world scene #27

Merged
Jonathan merged 2 commits from feature/integrate_new_fight into develop 2025-11-11 14:49:32 +01:00
Showing only changes of commit 74096f2c71 - Show all commits
@@ -13,7 +13,7 @@ public partial class InteractionArea2D : Node2D
[Export] private bool _useOutline = true;
[Export] private ShaderMaterial _outlineMaterial;
[Export] private CanvasItem? _spriteToOutline; // keep to not break old usages. TODO: remove later
[Export] private CanvasItem[] _spritesToOutline;
[Export] private CanvasItem[] _spritesToOutline = [];
[Export] private bool _showLabel = true;
[Export] private int _id = -1; // TODO: remove