more experiments

This commit is contained in:
Ed
2024-10-28 17:24:01 +03:00
parent 9c999e2a1e
commit a7f30fd608
12 changed files with 19 additions and 2 deletions

View File

@@ -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;

View File

@@ -1,3 +1,10 @@
- type: biomeTemplate
id: CP14Space
layers:
- !type:BiomeTileLayer
threshold: -1.0
tile: Space
- type: biomeTemplate
id: CP14CavesEmpty
layers:

View File

@@ -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:

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B