touhou-pride-jam-2021/thpj3/objects/obj_disclaimer/Step_0.gml

12 lines
174 B
Plaintext
Raw Permalink Normal View History

counter++;
if (counter > 180) {
alpha_cycle = (210 - counter) / 30;
} else {
alpha_cycle = counter / 30;
}
if ( counter >= countermax ) {
room_goto_next();
}