Skip to content

Commit efdfb8d

Browse files
ids for sprites in editorui (#122)
1 parent ee1ee8d commit efdfb8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/EditorUI.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ using namespace geode::node_ids;
1010

1111
$register_ids(EditorUI) {
1212
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");
1316
setIDSafe(this, this->getChildrenCount() - 3, "layer-index-label");
1417
setIDSafe(this, this->getChildrenCount() - 2, "layer-locked-sprite");
1518
setIDSafe(this, this->getChildrenCount() - 1, "object-info-label");

0 commit comments

Comments
 (0)