mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
-work in progress resourceparser and .tscn parser. Still non-functional
-fixed theora so it can compile theoralib but not theora -fixed generation of windows icon in .rc, which didn't previously work in 32 bits
This commit is contained in:
parent
85eedffbc7
commit
ccd40f76e8
12 changed files with 2375 additions and 40 deletions
|
|
@ -1408,7 +1408,6 @@ void EditorHelp::_bind_methods() {
|
|||
ObjectTypeDB::bind_method("_unhandled_key_input",&EditorHelp::_unhandled_key_input);
|
||||
ObjectTypeDB::bind_method("_search",&EditorHelp::_search);
|
||||
ObjectTypeDB::bind_method("_search_cbk",&EditorHelp::_search_cbk);
|
||||
|
||||
ObjectTypeDB::bind_method("_help_callback",&EditorHelp::_help_callback);
|
||||
|
||||
ADD_SIGNAL(MethodInfo("go_to_help"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue