| 1 |
xx = obj_heart.x - 160; |
| 2 |
yy = obj_heart.y - 214; |
| 3 |
instance_create(xx + 112, yy + 230, obj_melontooth); |
| 4 |
instance_create(xx + 140, yy + 248, obj_melontooth); |
| 5 |
instance_create(xx + 198, yy + 248, obj_melontooth); |
| 6 |
instance_create(xx + 172, yy + 256, obj_melontooth); |
| 7 |
instance_create(xx + 228, yy + 228, obj_melontooth); |
| 8 |
instance_create(xx + 112, yy + 176, obj_melontooth); |
| 9 |
instance_create(xx + 136, yy + 186, obj_melontooth); |
| 10 |
instance_create(xx + 170, yy + 190, obj_melontooth); |
| 11 |
instance_create(xx + 200, yy + 188, obj_melontooth); |
| 12 |
instance_create(xx + 228, yy + 178, obj_melontooth); |
| 13 |
instance_create(xx + 128, yy + 132, obj_meloneye); |
| 14 |
instance_create(xx + 210, yy + 134, obj_meloneye); |
| 15 |
dmg = 9; |