Skip to content

Switch to use builder icons for topbar icons#17

Merged
ryanlua merged 1 commit intomainfrom
builder-icons
Mar 17, 2026
Merged

Switch to use builder icons for topbar icons#17
ryanlua merged 1 commit intomainfrom
builder-icons

Conversation

@ryanlua
Copy link
Copy Markdown
Owner

@ryanlua ryanlua commented Mar 17, 2026

No description provided.

Signed-off-by: GitHub <noreply@github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates several TopbarPlus-based client HUD icons to render using Roblox BuilderIcons (icon-font glyphs) instead of image asset IDs, aligning topbar icon visuals with a font-driven icon system.

Changes:

  • Replace default IconImage values from rbxasset* image IDs to BuilderIcons glyph names (e.g. "photo-camera", "phone").
  • Switch icon rendering from icon:setImage(...) to icon:setLabel(...) with BuilderIcons font configuration (size + selected/deselected font weights).
  • Remove per-icon image scaling calls (setImageScale(...)) since images are no longer used.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.

File Description
src/client/ScreenshotHud.client.luau Uses BuilderIcons glyph label/font for the ScreenshotHud topbar icon instead of an image asset.
src/client/PlayerFeedback.client.luau Updates feedback topbar icon to a BuilderIcons glyph with font configuration.
src/client/PhoneBook.client.luau Updates phone book topbar icon to a BuilderIcons glyph with font configuration.
src/client/GameInvite.client.luau Updates invite friends topbar icon to a BuilderIcons glyph with font configuration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ryanlua ryanlua merged commit f7db9fc into main Mar 17, 2026
10 checks passed
@ryanlua ryanlua deleted the builder-icons branch March 17, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants