1 | function scr_battle_marker |
2 | { |
3 | thismarker = instance_create(arg0, arg1, obj_battle_marker); |
4 | with (thismarker) |
5 | { |
6 | sprite_index = arg2; |
7 | image_speed = 1; |
8 | image_xscale = 2; |
9 | image_yscale = 2; |
10 | } |
11 | return thismarker; |
12 | } |