Added the catapult frame to the game.

This commit is contained in:
The Wobbler 2023-11-19 17:02:17 +01:00
parent f45c7cf98e
commit e0c8405e4b
2 changed files with 9 additions and 0 deletions

View file

@ -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],