mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-10 22:24:29 +00:00
Removal of Image from Variant, converted to a Resource.
This commit is contained in:
@@ -800,7 +800,6 @@ void GDTokenizerText::_advance() {
|
||||
{ Variant::BASIS, "Basis" },
|
||||
{ Variant::TRANSFORM, "Transform" },
|
||||
{ Variant::COLOR, "Color" },
|
||||
{ Variant::IMAGE, "Image" },
|
||||
{ Variant::_RID, "RID" },
|
||||
{ Variant::OBJECT, "Object" },
|
||||
{ Variant::INPUT_EVENT, "InputEvent" },
|
||||
|
||||
Reference in New Issue
Block a user