summaryrefslogtreecommitdiff
path: root/src/stats.gd
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-06-05 14:09:41 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-06-05 14:09:41 -0600
commit14538d486de312af41ce012836861468b8fb7897 (patch)
tree569d09c43fd7724a5fbb0898f5c1d1db3fd64b3d /src/stats.gd
parent4b42a8ba26f21e2c6c766fa747c8b93a115a53b2 (diff)
finish all necessary for playability
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,