ludum-dare-23/objects/obj_story/Step_0.gml

6 lines
73 B
Plaintext

if keyboard_check_pressed(ord("Z"))
{
room_goto(rm_test)
}