mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-12-06 20:36:51 +01:00
Version 1.3 - auto reconnect, better bot (with sound), animated mounts, bug fixes
This commit is contained in:
@@ -113,6 +113,7 @@ end
|
||||
|
||||
function setPingVisible(enable)
|
||||
topMenu.pingLabel:setVisible(enable)
|
||||
topMenu.reportBug:setVisible(enable)
|
||||
end
|
||||
|
||||
function setFpsVisible(enable)
|
||||
|
||||
@@ -22,7 +22,6 @@ TopMenuPanel
|
||||
text-auto-resize: true
|
||||
anchors.top: parent.top
|
||||
anchors.left: leftGameButtonsPanel.right
|
||||
anchors.right: rightGameButtonsPanel.left
|
||||
|
||||
TopMenuPingLabel
|
||||
color: white
|
||||
@@ -30,7 +29,19 @@ TopMenuPanel
|
||||
text-auto-resize: true
|
||||
anchors.top: fpsLabel.bottom
|
||||
anchors.left: fpsLabel.left
|
||||
anchors.right: fpsLabel.right
|
||||
|
||||
Button
|
||||
id: reportBug
|
||||
text: Report bug
|
||||
text-align: center
|
||||
color: white
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: leftGameButtonsPanel.right
|
||||
margin-left: 80
|
||||
margin-top: 5
|
||||
margin-bottom: 5
|
||||
@onClick: modules.client_feedback.show()
|
||||
|
||||
TopMenuButtonsPanel
|
||||
id: rightButtonsPanel
|
||||
|
||||
Reference in New Issue
Block a user