mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 13:11:57 -04:00
Fixed fatal bugs that prevent time from stopping on demand.
This commit is contained in:
parent
2ac84c0dbc
commit
58bc2b9c67
|
@ -127,7 +127,7 @@ class Applet(pyglet.window.Window):
|
|||
key.P: attribute_toggler(self, 'info_precise'),
|
||||
key.C: attribute_toggler(self, 'cloud'),
|
||||
key.X: attribute_toggler(self, 'atmosphere'),
|
||||
key.ENTER: attribute_toggler(self, self.running),
|
||||
key.ENTER: attribute_toggler(self, 'running'),
|
||||
key.INSERT: increment_tick,
|
||||
key.DELETE: decrement_tick,
|
||||
key.SPACE: self.launch_meteor,
|
||||
|
|
Loading…
Reference in a new issue