mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 10:04:30 +01:00
Starlight colors with parallax, small parallax code clean-up (#77020)
The space gas parallax now colors starlight in the color of the gas:  <details> <summary>Others</summary>    </details> I also cleaned up parallax random code a bit, making it easier to add new parallaxes and add minor effects to them The radioactive nebula parallax thing has also been moved to SSparallax to make it easier and a bit more sane to change 🆑 add: Starlight will color with space gas parallax code: Cleans up random parallax code / radioactive nebula parallax code /🆑 ## Why it's good for the game We can change the starlight color now (mostly thanks to @LemonInTheDark making light code easier to work with), so I thought it'd be fun to actually do! If people hate it, I'll turn it off and we can just call this a code clean-up PR
This commit is contained in:
@@ -21,6 +21,7 @@ PROCESSING_SUBSYSTEM_DEF(station)
|
||||
#endif
|
||||
|
||||
announcer = new announcer() //Initialize the station's announcer datum
|
||||
SSparallax.random_layer.apply_global_effects() //Apply station effects that parallax might have
|
||||
|
||||
return SS_INIT_SUCCESS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user