Initial commit

This commit is contained in:
Senad Uka
2022-01-29 16:47:06 +01:00
commit 5f7892f8d3
44 changed files with 1851 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
if keyboard_check(ord("1"))
{
switch (keyboard_key)
{
case ord("1"):
case ord("2"):
case ord("3"):
case ord("4"):
instance_destroy()
instance_create_layer(0,0,"Instances", QuestionGUI)
break;
}
}