Added the catapult frame to the game.
This commit is contained in:
parent
f45c7cf98e
commit
e0c8405e4b
2 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
import numpy
|
||||
|
||||
level_size = (64, 32)
|
||||
catapult_pos = (3, 28)
|
||||
|
||||
data_list = [
|
||||
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue