Skip to content

Commit 3513435

Browse files
committed
rename
1 parent 096807a commit 3513435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lineflow/simulation/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def draw_actions(self):
254254
def draw_user_input(self):
255255
font = pygame.font.SysFont(None, 24)
256256
text = font.render(
257-
"W: up, S: down, A: left, D: right, Q: zoom in, E: zoom out, Shift+H: Halt Simulation",
257+
"W: up, S: down, A: left, D: right, Q: zoom in, E: zoom out, Shift+H: Exit",
258258
True,
259259
'black',
260260
'white'

0 commit comments

Comments
 (0)