Played around with a circular map real quick.

This commit is contained in:
Zed A. Shaw 2025-05-24 10:58:28 -04:00
parent 9dcc2036aa
commit c0d668fb0b
5 changed files with 18 additions and 7 deletions

View file

@ -11,14 +11,14 @@
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"collision": true,
"display": 37
"display": 9608
},
"WALL_PLAIN": {
"texture": "assets/wall_texture_test-256.png",
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"collision": true,
"display": 9608
"display": 37
},
"WALL_VINES": {
"texture": "assets/wall_with_vines-256.png",