Added the submarine to intro. 1024x768 on PC now.

This commit is contained in:
2013-01-10 09:08:00 -04:30
parent 1fd2007238
commit fc255ed3ef
3 changed files with 24 additions and 14 deletions

View File

@@ -50,6 +50,7 @@ class BaseActor(pygame.sprite.Sprite):
def set_position(self, new_pos):
self.position = list(new_pos)
self.rect.center = (self.position[0], self.position[1])
def get_velocity(self):
return self.velocity