more experiments
@@ -32,7 +32,7 @@ public sealed class ParallaxOverlay : Overlay
|
||||
|
||||
protected override bool BeforeDraw(in OverlayDrawArgs args)
|
||||
{
|
||||
if (args.MapId == MapId.Nullspace || _entManager.HasComponent<BiomeComponent>(_mapManager.GetMapEntityId(args.MapId)))
|
||||
if (args.MapId == MapId.Nullspace /*|| _entManager.HasComponent<BiomeComponent>(_mapManager.GetMapEntityId(args.MapId))*/) //CP14 parallax with biomes
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
- type: biomeTemplate
|
||||
id: CP14Space
|
||||
layers:
|
||||
- !type:BiomeTileLayer
|
||||
threshold: -1.0
|
||||
tile: Space
|
||||
|
||||
- type: biomeTemplate
|
||||
id: CP14CavesEmpty
|
||||
layers:
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
editorHidden: false
|
||||
id: CP14FloorBase
|
||||
name: cp14-tiles-base
|
||||
sprite: /Textures/_CP14/Tiles/cave.png
|
||||
sprite: /Textures/_CP14/Tiles/Stone/cave.png
|
||||
variants: 14
|
||||
placementVariants:
|
||||
- 1.0
|
||||
@@ -31,6 +31,16 @@
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: -1
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/Stone/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/Stone/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/Stone/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/Stone/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/Stone/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/Stone/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/Stone/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/Stone/double_edge_W.png
|
||||
baseTurf: CP14FloorBase #Recursivle indestructible
|
||||
isSubfloor: true
|
||||
footstepSounds:
|
||||
|
||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
BIN
Resources/Textures/_CP14/Tiles/Stone/double_edge_E.png
Normal file
|
After Width: | Height: | Size: 561 B |
BIN
Resources/Textures/_CP14/Tiles/Stone/double_edge_N.png
Normal file
|
After Width: | Height: | Size: 500 B |
BIN
Resources/Textures/_CP14/Tiles/Stone/double_edge_S.png
Normal file
|
After Width: | Height: | Size: 912 B |
BIN
Resources/Textures/_CP14/Tiles/Stone/double_edge_W.png
Normal file
|
After Width: | Height: | Size: 556 B |
BIN
Resources/Textures/_CP14/Tiles/Stone/single_edge_NE.png
Normal file
|
After Width: | Height: | Size: 501 B |
BIN
Resources/Textures/_CP14/Tiles/Stone/single_edge_NW.png
Normal file
|
After Width: | Height: | Size: 501 B |
BIN
Resources/Textures/_CP14/Tiles/Stone/single_edge_SE.png
Normal file
|
After Width: | Height: | Size: 558 B |
BIN
Resources/Textures/_CP14/Tiles/Stone/single_edge_SW.png
Normal file
|
After Width: | Height: | Size: 535 B |