mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
Rename Variant TRANSFORM to TRANSFORM3D
Also _transform to _transform3d
This commit is contained in:
parent
de3f6699a5
commit
08a85352fb
48 changed files with 132 additions and 132 deletions
|
@ -390,7 +390,7 @@ static Color _color_from_type(Variant::Type p_type, bool dark_theme = true) {
|
|||
case Variant::BASIS:
|
||||
color = Color(0.89, 0.93, 0.41);
|
||||
break;
|
||||
case Variant::TRANSFORM:
|
||||
case Variant::TRANSFORM3D:
|
||||
color = Color(0.96, 0.66, 0.43);
|
||||
break;
|
||||
|
||||
|
@ -496,7 +496,7 @@ static Color _color_from_type(Variant::Type p_type, bool dark_theme = true) {
|
|||
case Variant::BASIS:
|
||||
color = Color(0.7, 0.73, 0.1);
|
||||
break;
|
||||
case Variant::TRANSFORM:
|
||||
case Variant::TRANSFORM3D:
|
||||
color = Color(0.96, 0.56, 0.28);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue