| 12345678910111213141516 |
- randomize();
- spd = 3;
- //spd_adj = 0;
- maxbullet = 120;
- display = 0;
- bullet = 60;
- depth = -10;
- global.rooom = false;
- ini_open("save.ini");
- global.hipts = ini_read_real("GAME", "HiScore", 0);
- ini_close();
- //instance_create_layer(x, y, "Instances", obj_drone);
|