Implement new cool features

* Implement walk booster (dash) as an option in settings menu
* Dash is smarter (can pre-animate)
* Implement smart walking (walk in diagonal when holding two arrow keys)
* Implement ping meter for all protocols
* Ping meter uses uses real ping packet for 9.6 and walk for others
This commit is contained in:
Eduardo Bart
2012-08-25 16:11:54 -03:00
parent 0763b266d5
commit 4bac36d3bc
15 changed files with 193 additions and 63 deletions

View File

@@ -67,11 +67,21 @@ TopMenuPanel
anchors.left: prev.right
visible: false
TopMenuFrameCounterLabel
FrameCounterLabel
color: white
margin-top: 4
margin-left: 5
id: frameCounter
text-auto-resize: true
anchors.top: parent.top
anchors.left: prev.right
anchors.left: leftGameButtonsPanel.right
PingLabel
color: white
id: pingLabel
text-auto-resize: true
anchors.top: frameCounter.bottom
anchors.left: frameCounter.left
TopMenuButtonsPanel
id: rightButtonsPanel