Skip to content

Commit

Permalink
add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Feb 27, 2024
1 parent 98c09bc commit ce5dc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlayLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace geode::node_ids;
setIDSafe(this, 1, "main-node");
setIDSafe(this, 3, "hitbox-node");
setIDSafe<GJEffectManager>(this, 0, "effect-manager");
//setIDSafe<UILayer>(this, 0, "ui-layer");
//setIDSafe<UILayer>(this, 0, "ui-layer"); //changing this id is unsafe because mods depend on "UILayer", which is actually fairly safe to do, since this is the only UILayer in the whole layer
setIDSafe<CCLabelBMFont>(this, 0, "debug-text");
setIDSafe<CCSprite>(this, 0, "progress-bar");

Expand Down

0 comments on commit ce5dc0e

Please sign in to comment.