Internal Viewport 270p (480x270) #22

Merged
bquarkz merged 8 commits from dev/internal-viewport-270p into master 2026-04-29 07:19:37 +00:00
Showing only changes of commit 1bd64e6bc5 - Show all commits

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 },
}
});