add newline feature to the text node, add about window with credits, add about menu with submenus
This commit is contained in:
@@ -81,6 +81,7 @@ enum class kWidget : uint16_t
|
||||
DialogCloudItem = const_hash("dialog-cloud-item"),
|
||||
ColorWheel = const_hash("colorwheel"),
|
||||
ColorPicker = const_hash("color-picker"),
|
||||
About = const_hash("about"),
|
||||
};
|
||||
|
||||
class Node
|
||||
|
||||
Reference in New Issue
Block a user