Skip to content

Commit

Permalink
🧑‍💻 修改颜色提示
Browse files Browse the repository at this point in the history
  • Loading branch information
Littlefean committed Jan 20, 2025
1 parent 803b22e commit 081b313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/render/canvas2d/entityRenderer/EntityRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export namespace EntityRenderer {
node.rectangle.location.add(new Vector(0, -25)),
),
20 * Camera.currentScale,
StageStyleManager.currentStyle.NodeDetailsTextColor,
StageStyleManager.currentStyle.GridHeavyColor,
);
}

Expand Down

0 comments on commit 081b313

Please sign in to comment.