Skip to content

Commit

Permalink
todo and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatRozebudDude committed Feb 13, 2025
1 parent 90f5180 commit dab172b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.2.*

- Change hold splashes to work like note splashes and can be overridden in a note skin.

# 6.3.0 *(Planned Features)*

- Config menu redesign.
Expand Down
2 changes: 1 addition & 1 deletion docs/General-HScript-Information.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Normally you cannot use blend mode names with HScript as they are an `abstract e

## Aliases

All of the scripted class contain helper variables to make accessing certain variables more simple:
All of the scripted class (except for scripted states) contain helper variables to make interfacing with the current PlayState instance and accessing certain variables more simple:

- `boyfriend`: The current player character. Alias for `PlayState.instance.boyfriend`.
- `dad`: The current opponent character. Alias for `PlayState.instance.dad`.
Expand Down

0 comments on commit dab172b

Please sign in to comment.