This website works better with JavaScript.
Home
Help
Sign In
ngws
/
a-robots-conundrum
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed debug code.
master
Niels G. W. Serup
8 years ago
parent
899801d43c
commit
c41c600a61
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
arobotsconundrum/level3.py
+ 0
- 1
arobotsconundrum/level3.py
View File
@ -140,7 +140,6 @@ class Level3(level.Level):
self
.
player
.
update
=
lambda
e
,
t
,
dt
:
self
.
_old_player_update
(
[
]
,
t
,
dt
)
self
.
_start_time
=
pygame
.
time
.
get_ticks
(
)
self
.
on_completion
(
)
def
on_completion
(
self
)
:
# End game here.
Write
Preview
Loading…
Cancel
Save