Added colors and textures

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-13 16:46:20 +01:00
parent 8ecc8e2fd4
commit 464a22e1f3
8 changed files with 388 additions and 66 deletions

View File

@@ -158,6 +158,7 @@ class _WolfRendererState extends State<WolfRenderer>
size: Size(constraints.maxWidth, constraints.maxHeight),
painter: RaycasterPainter(
map: currentLevel,
textures: gameMap.textures,
player: player,
playerAngle: playerAngle,
fov: fov,