Godot Version 4 Question Hello everyone, I’m working on a 2D incremental game in Godot 4, and I’m facing an issue where my spawned objects are functionally present (I can click on them and they work) but they’re completely invisible. The objects spawn correctly, I can interact with them, but I cannot see their sprites. Here’s my setup: Game Structure: Main scene with GameManager, Cursor, Slime, and UI nodes ClickableObject scene that gets instantiated by GameManager The Problem: Objec...