It is not a fix
This commit is contained in:
+23
@@ -221,6 +221,10 @@ class Drakora():
|
||||
self.fontGodmode, (255, 255, 255),
|
||||
(self.getScreenWidth()/2,60))
|
||||
|
||||
self.renderText('%f'%self.player.speed,
|
||||
self.fontGodmode, (255, 255, 255),
|
||||
(self.getScreenWidth()/2,60))
|
||||
|
||||
pygame.display.flip()
|
||||
|
||||
|
||||
@@ -256,6 +260,25 @@ class Drakora():
|
||||
self.player.rect.y -= 1
|
||||
|
||||
|
||||
|
||||
|
||||
self.player._Player__doubleY -= 1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def doCheats(self):
|
||||
if self.isPressedKeysUpdated:
|
||||
pressedKeysStr = ''.join(self.pressedKeys)
|
||||
|
||||
Reference in New Issue
Block a user