mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
-All types have editable script now in properties
-Changed clip to a property in Control which can be set by the user
This commit is contained in:
parent
0e635b683b
commit
e9bb65db81
20 changed files with 64 additions and 27 deletions
|
|
@ -24,8 +24,6 @@ friend class VisualScript;
|
|||
void validate_input_default_values();
|
||||
protected:
|
||||
|
||||
virtual bool _use_builtin_script() const { return false; }
|
||||
|
||||
void _notification(int p_what);
|
||||
void ports_changed_notify();
|
||||
static void _bind_methods();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue