Public Member Functions | |
def | __init__ |
def | update |
def | collision_cells |
Public Attributes | |
collision_radius | |
x | |
y | |
rotation | |
Static Public Attributes | |
int | dx = 0 |
int | dy = 0 |
int | rotation_speed = 0 |
def unlock.view.asteroids.WrappingSprite.__init__ | ( | self, | ||
img, | ||||
x, | ||||
y, | ||||
batch = None | ||||
) |
Reimplemented in unlock.view.asteroids.Asteroid.
def unlock.view.asteroids.WrappingSprite.collision_cells | ( | self | ) |
Generate a sequence of (x, y) cells this object covers, approximately.
def unlock.view.asteroids.WrappingSprite.update | ( | self, | ||
dt | ||||
) |
Reimplemented in unlock.view.asteroids.Player.
int unlock.view.asteroids.WrappingSprite.dx = 0 [static] |
Reimplemented in unlock.view.asteroids.Asteroid, and unlock.view.asteroids.Player.
int unlock.view.asteroids.WrappingSprite.dy = 0 [static] |
Reimplemented in unlock.view.asteroids.Asteroid, and unlock.view.asteroids.Player.
Reimplemented in unlock.view.asteroids.Asteroid, and unlock.view.asteroids.Player.
int unlock.view.asteroids.WrappingSprite.rotation_speed = 0 [static] |
Reimplemented in unlock.view.asteroids.Asteroid.
Reimplemented in unlock.view.asteroids.Player.
Reimplemented in unlock.view.asteroids.Player.