Files

10 lines
205 B
Plaintext
Raw Permalink Normal View History

2022-01-31 05:28:47 +01:00
switch (keyboard_key)
2022-01-29 16:47:06 +01:00
{
case ord("1"):
case ord("2"):
case ord("3"):
case ord("4"):
instance_destroy()
instance_create_layer(0,0,"Instances", QuestionGUI)
break;
2022-01-31 05:28:47 +01:00
}