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

5 lines
73 B
Plaintext
Raw Permalink Normal View History

2021-06-13 02:20:47 -07:00
alpha_cycle++;
if (keyboard_check(vk_anykey)) {
room_goto_next();
}