Bit more rendering
Some checks failed
Build Dusk / build-linux (push) Failing after 53s
Build Dusk / build-psp (push) Failing after 47s

This commit is contained in:
2025-11-19 09:52:31 -06:00
parent 2179a27bf5
commit 1668c4b0d2
6 changed files with 119 additions and 33 deletions

View File

@@ -22,9 +22,9 @@ TILE_DEPTH = 16.0
TILE_SHAPE_NULL = 0
TILE_SHAPE_FLOOR = 1
TILE_SHAPE_RAMP_SOUTH = 2
TILE_SHAPE_RAMP_EAST = 3
TILE_SHAPE_RAMP_NORTH = 4
TILE_SHAPE_RAMP_WEST = 5
TILE_SHAPE_RAMP_WEST = 3
TILE_SHAPE_RAMP_EAST = 4
TILE_SHAPE_RAMP_NORTH = 5
RPG_CAMERA_FOV = 70
RPG_CAMERA_PIXELS_PER_UNIT = 1.0