New parallax, again (#8395)
* weh Multiplies the amount of power used by the battery guns, triple-ish for the laser cannon and a fuckton more for the xray * Parallax again
This commit is contained in:
@@ -2,24 +2,34 @@
|
|||||||
id: default
|
id: default
|
||||||
layers:
|
layers:
|
||||||
- texture:
|
- texture:
|
||||||
!type:GeneratedParallaxTextureSource
|
!type:ImageParallaxTextureSource
|
||||||
id: "hq_wizard_clouds"
|
path: "/Textures/Parallaxes/layer1.png"
|
||||||
configPath: "/Prototypes/Parallaxes/parallax_config_clouds.toml"
|
|
||||||
slowness: 0.5
|
slowness: 0.5
|
||||||
- texture:
|
scale: "1, 1"
|
||||||
!type:GeneratedParallaxTextureSource
|
|
||||||
id: "hq_wizard_stars_dim"
|
|
||||||
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
|
|
||||||
slowness: 0.375
|
|
||||||
- texture:
|
- texture:
|
||||||
!type:GeneratedParallaxTextureSource
|
!type:GeneratedParallaxTextureSource
|
||||||
id: "hq_wizard_stars"
|
id: "hq_wizard_stars"
|
||||||
configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml"
|
configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml"
|
||||||
slowness: 0.25
|
slowness: 0.25
|
||||||
|
- texture:
|
||||||
|
!type:GeneratedParallaxTextureSource
|
||||||
|
id: "hq_wizard_stars_slower"
|
||||||
|
configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml"
|
||||||
|
slowness: 0.15
|
||||||
|
- texture:
|
||||||
|
!type:GeneratedParallaxTextureSource
|
||||||
|
id: "hq_wizard_stars_dim"
|
||||||
|
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
|
||||||
|
slowness: 0.375
|
||||||
|
- texture:
|
||||||
|
!type:GeneratedParallaxTextureSource
|
||||||
|
id: "hq_wizard_stars_dim_faster"
|
||||||
|
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
|
||||||
|
slowness: 0.125
|
||||||
layersLQ:
|
layersLQ:
|
||||||
- texture:
|
- texture:
|
||||||
!type:GeneratedParallaxTextureSource
|
!type:GeneratedParallaxTextureSource
|
||||||
id: ""
|
id: ""
|
||||||
configPath: "/Prototypes/Parallaxes/parallax_config.toml"
|
configPath: "/Prototypes/Parallaxes/parallax_config.toml"
|
||||||
slowness: 0.5
|
slowness: 0.5
|
||||||
layersLQUseHQ: false
|
layersLQUseHQ: false
|
||||||
|
|||||||
BIN
Resources/Textures/Parallaxes/layer1.png
Normal file
BIN
Resources/Textures/Parallaxes/layer1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
14
Resources/Textures/Parallaxes/meta.json
Normal file
14
Resources/Textures/Parallaxes/meta.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "https://github.com/tgstation/tgstation/blob/master/icons/effects/parallax.dmi",
|
||||||
|
"size": {
|
||||||
|
"x": 480,
|
||||||
|
"y": 480
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "layer1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user