forked from tas/major_tom
Fix atmosphere wind particles appearing inside Mars station
mars02.lvl (Mars Base interior) incorrectly used PARALLAX_STYLE 5 (Mars surface), causing atmosphere dust particles to spawn indoors. Changed to PARALLAX_STYLE 2 (Interior) to match the level's setting. Closes #4 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ SIZE 40 46
|
|||||||
SPAWN 3 7
|
SPAWN 3 7
|
||||||
GRAVITY 700
|
GRAVITY 700
|
||||||
BG_COLOR 20 10 6
|
BG_COLOR 20 10 6
|
||||||
PARALLAX_STYLE 5
|
PARALLAX_STYLE 2
|
||||||
MUSIC assets/sounds/kaffe_og_kage.ogg
|
MUSIC assets/sounds/kaffe_og_kage.ogg
|
||||||
|
|
||||||
ENTITY spacecraft 1 3
|
ENTITY spacecraft 1 3
|
||||||
|
|||||||
Reference in New Issue
Block a user