额解耦1
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
#include "shader.h"
|
||||
|
||||
void init_status(Status* status) {
|
||||
status->index = 0;
|
||||
status->time = 0;
|
||||
}
|
||||
|
||||
Color shader(Status* status) {
|
||||
if (status->index == 0) {
|
||||
return hex_to_color(0xFFFFFF);
|
||||
|
||||
Reference in New Issue
Block a user