diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-06-29 22:41:02 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-06-29 22:41:02 -0300 |
commit | 01632a824ee7e2326aa90b32d75c2fe09f61a37e (patch) | |
tree | 86d97af34596130fb69bf444781b7ca8fdc8c20d /tools/doc/doc_data.h | |
parent | 97731696c9e45a351d64660b46c6d027f3b0a25e (diff) | |
download | redot-engine-01632a824ee7e2326aa90b32d75c2fe09f61a37e.tar.gz |
Bug Fixes
-=-=-=-=-
-Documentation now shows overridable theme values (though this needs to be documented).
-Detect when object transform is flipped and flip normals too.
-TileMap can specify bounce and friction for collision.
-Removed limit of 4 lights per object
-Added is_hovered() to buttons.
Diffstat (limited to 'tools/doc/doc_data.h')
-rw-r--r-- | tools/doc/doc_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doc/doc_data.h b/tools/doc/doc_data.h index 59d6958aa5..018bd67aaf 100644 --- a/tools/doc/doc_data.h +++ b/tools/doc/doc_data.h @@ -77,6 +77,7 @@ public: Vector<MethodDoc> signals; Vector<ConstantDoc> constants; Vector<PropertyDoc> properties; + Vector<PropertyDoc> theme_properties; }; |