From 46209b94bb600633e52731aa4f064984c517980f Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 2 Mar 2026 21:03:16 +0000 Subject: [PATCH] Add TODO: Mars Surface ambient dust particles --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 41ce840..fc0b201 100644 --- a/TODO.md +++ b/TODO.md @@ -143,3 +143,9 @@ Mars themes in all generic segment generators. In showEditor mode, the Open level-select dialog currently only loads the selected level into the editor. It should also load the level into the game (MODE_PLAY) so test-playing reflects the newly opened file. + +## Mars Surface atmosphere particles +Mars Surface levels should have ambient floating particles (dust motes, fine +sand) drifting across the screen to sell the atmosphere. Could tie into the +existing wind system — particles drift with the wind direction. Should be +subtle, low-alpha, and layered behind/in front of the player for depth.