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