Internal Viewport 270p (480x270)
All checks were successful
Intrepid/Prometeu/Runtime/pipeline/pr-master This commit looks good
All checks were successful
Intrepid/Prometeu/Runtime/pipeline/pr-master This commit looks good
This commit is contained in:
parent
eda9c6e613
commit
1bd64e6bc5
@ -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 },
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user