general update

merge water, update game loop
This commit is contained in:
Neal Finger
2023-02-05 14:59:08 -07:00
parent 05d5734c66
commit 15d86a7391
4 changed files with 78 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ class Player:
self.accaccx = self.accx
self.anim = PlayerAnimation(self.x, self.y)
self.debugvisible = True
self.debugvisible = False
def update_phys(self, tpf, camera: Camera):
self.prev_x = self.xsub