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

6 lines
74 B
Plaintext
Executable File

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