1
0

InstanceCreationCode_inst_7DC0AA33.gml 141 B

12345678
  1. criteria = function()
  2. {
  3. return state == state_dash;
  4. }
  5. init_spr = function()
  6. {
  7. spr_index = global.altcontrol ? sTutorDashAlt : sTutorDash;
  8. }