-Support for changing fonts
-Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes
This commit is contained in:
parent
35b84d2c85
commit
9f33134c93
47 changed files with 1599 additions and 268 deletions
|
|
@ -131,7 +131,9 @@ class CodeTextEditor : public Control {
|
|||
|
||||
Label *error;
|
||||
|
||||
void _complete_request(const String& p_request,int p_line);
|
||||
void _update_font();
|
||||
|
||||
void _complete_request(const String& p_request,int p_line);
|
||||
protected:
|
||||
|
||||
void set_error(const String& p_error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue