Version 1.3 - auto reconnect, better bot (with sound), animated mounts, bug fixes

This commit is contained in:
OTCv8
2019-11-11 17:10:03 +01:00
parent d78af570ea
commit 1072671986
48 changed files with 458 additions and 154 deletions

View File

@@ -113,6 +113,7 @@ end
function setPingVisible(enable)
topMenu.pingLabel:setVisible(enable)
topMenu.reportBug:setVisible(enable)
end
function setFpsVisible(enable)

View File

@@ -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