Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart editor play(state)test to results screen (chart editor checkbox) #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<vbox width="100%">
<checkbox id="practiceModeCheckbox" text="Practice mode" selected="true" tooltip="Whether or not you die/game over when you lose all health" />
<checkbox id="playtestBotPlayCheckbox" text="Bot Play mode" selected="false" tooltip="Whether or not the computer plays the chart for you" />
<checkbox id="playtestShowResultsCheckbox" text="Show Results" selected="false" tooltip="Whether or not the results screen is shown after the song finishes" />
<checkbox id="playtestStartTimeCheckbox" text="Start at Current time" selected="false" tooltip="Starts the song at current time from the chart editor when playtesting" />
<checkbox id="playtestSongScriptsCheckbox" text="Enable Song Scripts" selected="true" tooltip="Enable .hxc scripts tied to the given song" />
</vbox>
Expand Down