You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Reorganized core/ directory, it was too fatty already
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "rich_text_effect.h"
|
||||
|
||||
#include "core/script_language.h"
|
||||
#include "core/object/script_language.h"
|
||||
|
||||
void RichTextEffect::_bind_methods() {
|
||||
BIND_VMETHOD(MethodInfo(Variant::BOOL, "_process_custom_fx", PropertyInfo(Variant::OBJECT, "char_fx", PROPERTY_HINT_RESOURCE_TYPE, "CharFXTransform")));
|
||||
|
||||
Reference in New Issue
Block a user