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
972e716d00
commit
08f108a5fa
|
@ -127,7 +127,7 @@ class Applet(pyglet.window.Window):
|
||||||
key.P: attribute_toggler(self, 'info_precise'),
|
key.P: attribute_toggler(self, 'info_precise'),
|
||||||
key.C: attribute_toggler(self, 'cloud'),
|
key.C: attribute_toggler(self, 'cloud'),
|
||||||
key.X: attribute_toggler(self, 'atmosphere'),
|
key.X: attribute_toggler(self, 'atmosphere'),
|
||||||
key.ENTER: attribute_toggler(self, self.running),
|
key.ENTER: attribute_toggler(self, 'running'),
|
||||||
key.INSERT: increment_tick,
|
key.INSERT: increment_tick,
|
||||||
key.DELETE: decrement_tick,
|
key.DELETE: decrement_tick,
|
||||||
key.SPACE: self.launch_meteor,
|
key.SPACE: self.launch_meteor,
|
||||||
|
|
Loading…
Reference in a new issue