You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,12 @@ A Celeste Mod designed to be a tool in TAS making.
38
38
39
39
# WIP:
40
40
41
+
- Slowdown indicator (note there's 1 frame delay between DeltaTime and TimeRate)
42
+
41
43
- Better custom info.
42
44
45
+
- Scrollable console.
46
+
43
47
# Known issues:
44
48
45
49
- Actual Collide Hitboxes are overridden -> it's actually bad to use actual collide hitboxes when doing a spinner stun, you really need the exact frame the hazard becomes collidable (opaque). So personnally i do not suggest using actual collide hitboxes in this case. Appended hitbox sounds good but current implement relies on opacity to show information. I have no good idea about it so it's set aside.
@@ -48,4 +52,4 @@ A Celeste Mod designed to be a tool in TAS making.
48
52
49
53
- Laggy when there are too many spinners (e.g. Strawberry Jam GrandMaster HeartSide) -> Partially solved in v1.4.7
50
54
51
-
- Hotkeys can't work after several savestates -> Where does this bug come from???
55
+
- Hotkeys can't work after several savestates -> Seems fixed in v1.5.7
0 commit comments