mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
reimplements PSX Doom fire animation; adds flame height control
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user