1 | image_index = 0; |
2 | if (global.bmenucoord[0] == 2) |
3 | { |
4 | if (global.myfight == 0) |
5 | { |
6 | if (global.mnfight == 0) |
7 | image_index = 1; |
8 | } |
9 | if (global.bmenuno == 0) |
10 | { |
11 | obj_heart.x = x + 8; |
12 | obj_heart.y = y + 14; |
13 | } |
14 | } |