Add a properties editor for custom objects (#4227)

* Don't show in changelogs
This commit is contained in:
D8H
2022-09-02 14:13:41 +02:00
committed by GitHub
parent 7f023e1a58
commit b8e9bc801a
110 changed files with 2036 additions and 947 deletions
+2 -3
View File
@@ -19,9 +19,8 @@ This project is released under the MIT License.
using namespace std;
TextObject::TextObject(gd::String name_)
: Object(name_),
text("Text"),
TextObject::TextObject()
: text("Text"),
characterSize(20),
fontName(""),
smoothed(true),