mirror of
https://github.com/Project-Redacted/Gayme.git
synced 2025-05-24 11:54:53 +00:00
Add Objects
This commit is contained in:
parent
ccb5394b00
commit
b9f02c8268
18 changed files with 172 additions and 33 deletions
8
map.py
8
map.py
|
@ -10,10 +10,10 @@ mini_map = [
|
|||
[1, _, _, 3, 3, 3, 3, _, _, _, _, _, _, _, _, 1],
|
||||
[1, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1],
|
||||
[1, _, _, _, 4, _, _, _, 4, _, _, _, _, _, _, 1],
|
||||
[1, 1, 1, 3, 1, 3, 1, 1, 1, 3, _, _, 3, 1, 1, 1],
|
||||
[1, 1, 1, 1, 1, 1, 1, 1, 1, 3, _, _, 3, 1, 1, 1],
|
||||
[1, 1, 1, 1, 1, 1, 1, 1, 1, 3, _, _, 3, 1, 1, 1],
|
||||
[1, 1, 3, 1, 1, 1, 1, 1, 1, 3, _, _, 3, 1, 1, 1],
|
||||
[1, 1, 1, 3, 1, 3, _, 1, 1, 3, _, _, 3, 1, 1, 1],
|
||||
[1, 1, 1, 1, _, _, _, 1, 1, 3, _, _, 3, 1, 1, 1],
|
||||
[1, 1, 1, _, _, 1, 1, 1, 1, 3, _, _, 3, 1, 1, 1],
|
||||
[1, 1, 3, _, 1, 1, 1, 1, 1, 3, _, _, 3, 1, 1, 1],
|
||||
[1, 4, _, _, _, _, _, _, _, _, _, _, _, _, _, 1],
|
||||
[3, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1],
|
||||
[1, _, _, _, _, _, _, _, _, _, _, _, _, _, _, 1],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue