Internal Viewport 270p (480x270)
All checks were successful
Intrepid/Prometeu/Runtime/pipeline/pr-master This commit looks good

This commit is contained in:
bQUARKz 2026-04-28 18:27:29 +01:00
parent eda9c6e613
commit 1bd64e6bc5
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8

View File

@ -366,11 +366,7 @@ fn build_scene_bank() -> SceneBank {
2 => ParallaxFactor { x: 0.5, y: 0.5 },
_ => ParallaxFactor { x: 0.25, y: 0.25 },
},
tilemap: TileMap {
width: STRESS_SCENE_TILE_W,
height: STRESS_SCENE_TILE_H,
tiles,
},
tilemap: TileMap { width: STRESS_SCENE_TILE_W, height: STRESS_SCENE_TILE_H, tiles },
}
});