mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #560] [MERGED] Functional navbar (toggleable in ClientSettings) #11462
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/560
Author: @Pazaz
Created: 1/28/2023
Status: ✅ Merged
Merged: 1/28/2023
Merged by: @Dark98
Base:
master← Head:pazaz-navbar📝 Commits (3)
c595a29Fixed client frame offsets/padding26ddd1cFunctional navbar (toggleable in ClientSettings)1d5aecdMerge remote-tracking branch 'upstream/master' into pazaz-navbar📊 Changes
11 files changed (+218 additions, -29 deletions)
View changed files
📝
2006Scape Client/src/main/java/ClientSettings.java(+2 -0)📝
2006Scape Client/src/main/java/Game.java(+4 -1)📝
2006Scape Client/src/main/java/RSApplet.java(+204 -14)📝
2006Scape Client/src/main/java/RSFrame.java(+8 -14)➕
2006Scape Client/src/main/resources/navbar.gif(+0 -0)➕
2006Scape Client/src/main/resources/navbar_jagex.gif(+0 -0)➕
2006Scape Client/src/main/resources/navbar_mainmenu.gif(+0 -0)➕
2006Scape Client/src/main/resources/navbar_manual.gif(+0 -0)➕
2006Scape Client/src/main/resources/navbar_members.gif(+0 -0)➕
2006Scape Client/src/main/resources/navbar_rules.gif(+0 -0)➕
2006Scape Client/src/main/resources/navbar_worldmap.gif(+0 -0)📄 Description
There's mouse entered and mouse exited handlers for the text labels so the color cursor and color changes.
There's mouse pressed handlers for images and text labels so they can perform an action, everything is hooked up except World List (which is TODO on how that should work... it could launch another window, or relaunch the launcher)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.