1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2024-11-22 16:04:19 +00:00
stack/scripts/selnames_init.gml

10 lines
278 B
Text
Raw Normal View History

2013-06-30 11:11:15 +00:00
//Inizia selezionando la squadra.
2013-06-28 16:44:10 +00:00
selected = 0;
//Questo è un'array con tutti i nomi degli oggetti da fare spawnare.
stack_names[0] = squadraL;
stack_names[1] = gomma;
stack_names[2] = pallinacartas;
stack_names[3] = moneta;
stack_names[4] = libro;
2013-06-30 11:11:15 +00:00
stack_names[5] = temperino;