Skip to content

Commit

Permalink
删除插件市场入口(计划内功能删除)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSkidder committed Jul 6, 2024
1 parent 303b977 commit 1b47052
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions shared/java/top/fpsmaster/ui/screens/mainmenu/MainMenu.kt
Original file line number Diff line number Diff line change
Expand Up @@ -149,28 +149,6 @@ class MainMenu : GuiScreen() {
Color(255, 255, 255).rgb
)

// plugins
if (Render2DUtils.isHovered((this.width - 16).toFloat(), 15f, 12f, 12f, mouseX, mouseY)) {
Render2DUtils.drawImage(
ResourceLocation("client/gui/screen/plugin.png"),
(this.width - 20).toFloat(),
12f,
12f,
12f,
-1
)
} else {
Render2DUtils.drawImage(
ResourceLocation("client/gui/screen/plugin.png"),
(this.width - 20).toFloat(),
12f,
12f,
12f,
Color(200, 200, 200)
)
}


super.drawScreen(mouseX, mouseY, partialTicks)
}

Expand Down

0 comments on commit 1b47052

Please sign in to comment.