reimplements PSX Doom fire animation; adds flame height control

This commit is contained in:
Matthew Rothlisberger
2025-06-18 09:59:20 -04:00
parent 1bcbb08202
commit ab23631e66
4 changed files with 61 additions and 20 deletions

View File

@@ -29,6 +29,8 @@ colormix_col1: u32 = 0x00FF0000,
colormix_col2: u32 = 0x000000FF,
colormix_col3: u32 = 0x20000000,
default_input: Input = .login,
doom_fire_height: u8 = 6,
doom_default_colors: bool = true,
doom_top_color: u32 = 0x00FF0000,
doom_middle_color: u32 = 0x00FFFF00,
doom_bottom_color: u32 = 0x00FFFFFF,