summaryrefslogtreecommitdiffstats
path: root/core/resource.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-01-09 15:50:08 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-01-09 15:50:59 -0300
commite9bb65db815b593037a573c1c7a78e95b7550cb0 (patch)
tree3ccb0b04272cf36701028a1f662c39cc1bd9bdc1 /core/resource.h
parent0e635b683b84417b0970218ce720bbc553205ca6 (diff)
downloadredot-engine-e9bb65db815b593037a573c1c7a78e95b7550cb0.tar.gz
-All types have editable script now in properties
-Changed clip to a property in Control which can be set by the user
Diffstat (limited to 'core/resource.h')
-rw-r--r--core/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/resource.h b/core/resource.h
index 11f2c5ee2a..40b6dd78a0 100644
--- a/core/resource.h
+++ b/core/resource.h
@@ -62,7 +62,7 @@ class ResourceImportMetadata : public Reference {
StringArray _get_options() const;
protected:
- virtual bool _use_builtin_script() const { return false; }
+
static void _bind_methods();
public: