9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
// Monster Hunter cosplay — solid deep red
|
|
// Constant dark maroon (#99283a). Stays on until the button is pressed.
|
|
//
|
|
// mode: loop
|
|
// Format: #RRGGBB, duration_ms
|
|
|
|
#99283a, 0 // snap on instantly
|
|
#99283a, 30000 // hold (30s loop is invisible — same color each cycle)
|