Author: Not specified | Language: gml |
Description: Not specified | Timestamp: 2017-10-03 13:09:08 +0000 |
View raw paste | Reply |
- switch(sprite_index) {
- case(spr_monster_1): health = 10; break;
- case(spr_monster_2): health = 25; break;
- case(spr_monster_boss): health = 50; break;
- default: health = 5; break;
- }
View raw paste | Reply |