godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.08k stars 21.18k forks source link

Some node names incorrectly appear yellow in the Scene tree dock #70541

Open TomCoursow opened 1 year ago

TomCoursow commented 1 year ago

Godot version

4.0.beta9.official e780dc332

System information

Linux (EndeavourOS) | NVIDIA GTX1080

Issue description

Aditional Info:

Steps to reproduce

Have a BattlerAnimation (Scene)

Have a Battler (Scene)

Have a Bear (Scene - Inherits Battler Scene)

Open Bear and Battler Scene in the Editor. Do the following... yellow_name_bug

Minimal reproduction project

TurnBasedBattleDemo_Godot4.zip

TomCoursow commented 1 year ago

I also noticed that the main demo scene "CombatDemo" uses wrong white colors as well when coming from battler or bear

SirLich commented 1 year ago

Reproduced on Godot4 stable.

Correct: image

Incorrect: (after switching tabs, switching back)

image

Ionus63 commented 1 year ago

I had a similar problem but it had lost the font for that scene. GODOT 4.1.2. Not sure if this helps.