We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1ee8d commit efdfb8dCopy full SHA for efdfb8d
src/EditorUI.cpp
@@ -10,6 +10,9 @@ using namespace geode::node_ids;
10
11
$register_ids(EditorUI) {
12
setIDSafe(this, 0, "position-slider");
13
+ setIDSafe(this, 1, "background-sprite");
14
+ setIDSafe(this, 3, "spacer-line-left");
15
+ setIDSafe(this, 4, "spacer-line-right");
16
setIDSafe(this, this->getChildrenCount() - 3, "layer-index-label");
17
setIDSafe(this, this->getChildrenCount() - 2, "layer-locked-sprite");
18
setIDSafe(this, this->getChildrenCount() - 1, "object-info-label");
0 commit comments