Skip to content

Commit

Permalink
added shop and more weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimReaper2654 committed Feb 29, 2024
1 parent f1f6bc2 commit aec6858
Show file tree
Hide file tree
Showing 4 changed files with 2,403 additions and 366 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xList = [-20,-30,30,20,-20]
yList = [20,30,30,20,20]
xList = [-20,-5,0,5,20,-20]
yList = [-135,-175,-180,-175,-135,-135]
arr = '[\n'

for i in range(len(xList)-1):
Expand Down
Loading

0 comments on commit aec6858

Please sign in to comment.