Now have a working compass based directional player sprite in the map, but using the compass isn't going to work long term. Need to move that into the raycaster.cpp and get real degrees for facing direction.

This commit is contained in:
Zed A. Shaw 2025-07-18 13:09:53 -04:00
parent 3b81959aa9
commit aa72cfe4a4
9 changed files with 70 additions and 61 deletions

View file

@ -2,7 +2,7 @@
"PLAYER_TILE": {
"placement": "fixed",
"components": [
{"_type": "Tile", "display": 41981,
{"_type": "Tile", "display": 10733,
"foreground": "enemies/fg:player",
"background": "color:transparent"
},