mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 20:05:39 -04:00
Add a properties editor for custom objects (#4227)
* Don't show in changelogs
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user