summaryrefslogtreecommitdiff
path: root/src/stats.gd
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.gd')
-rw-r--r--src/stats.gd8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stats.gd b/src/stats.gd
index d789341..c5f22cf 100644
--- a/src/stats.gd
+++ b/src/stats.gd
@@ -31,13 +31,13 @@ func get_stats() -> Dictionary:
"points": points,
"segments": segments,
"dash_points": dash_points,
- "slow_points": slow_points,
- "jump_points": jump_points,
"dash_segments": dash_segments,
- "slow_segments": slow_segments,
- "jump_segments": jump_segments,
"dash_percentage": dash_percentage,
+ "slow_points": slow_points,
+ "slow_segments": slow_segments,
"slow_percentage": slow_percentage,
+ "jump_points": jump_points,
+ "jump_segments": jump_segments,
"jump_lenght": jump_lenght,
"trait_dash": trait_dash,
"trait_slow": trait_slow,