:memo::fire:🔨

- removed a lot of unnecessary code
- Made a minimal working version
- Added documentation
This commit is contained in:
2025-10-24 15:13:35 +02:00
parent 0e55394699
commit 8f097de476
9 changed files with 68 additions and 189 deletions
@@ -92,7 +92,7 @@ public partial class InteractionArea2D : Node2D
private void TryInteract()
{
if (_area.HasOverlappingBodies())
if (_area.HasOverlappingAreas())
{
_label.Hide();