Advertisement
ShiroX

Untitled

Oct 11th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. /* List Objects: */
  2. debug_id = 0;
  3. debug_frame = 0;
  4. debug_object[0] = obj_ring;
  5. debug_object[1] = obj_spring_up;
  6. debug_object[2] = obj_spring_up_red;
  7. debug_object[3] = obj_spring_down;
  8. debug_object[4] = obj_monitor_rings;
  9. debug_object[5] = obj_monitor_1up;
  10. debug_object[6] = obj_monitor_shield;
  11. debug_object[7] = obj_monitor_shield_flame;
  12. debug_object[8] = obj_monitor_shield_electricity;
  13. debug_object[9] = obj_monitor_shield_bubbles;
  14. debug_object[10] = obj_monitor_invincibility;
  15. debug_object[11] = obj_monitor_sneakers;
  16. debug_object[12] = obj_sth1_motobug;
  17. debug_object[13] = obj_sth1_crabmeat;
  18. debug_object[14] = obj_sth1_chopper;
  19. debug_object[15] = obj_sth2_buzzer;
  20. debug_object[16] = obj_sth2_chopper;
  21. debug_object[17] = obj_sth2_coconut;
  22. debug_object[18] = obj_sth3_bloominator;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement