mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-14 16:09:54 -06:00
basic player idle animation.
This commit is contained in:
@@ -154,7 +154,6 @@ class Level:
|
||||
|
||||
def rotate_level(self, times_rotated):
|
||||
m = np.array(self.level)
|
||||
print(m)
|
||||
for i in range(0, times_rotated):
|
||||
m = np.rot90(m)
|
||||
self.level = m.tolist()
|
||||
Reference in New Issue
Block a user