Skip to content

Commit

Permalink
rename step to play
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Nov 24, 2019
1 parent 05572ca commit 2a7435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/debug/ai/AI.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<Hotkey value="1" onPress={Reset} label="reset" />
</li>
<li>
<Hotkey value="2" onPress={Step} label="step" />
<Hotkey value="2" onPress={Step} label="play" />
</li>
<li>
<Hotkey value="3" onPress={Simulate} label="simulate" />
Expand Down

0 comments on commit 2a7435a

Please sign in to comment.