eternal-space/objects/obj_player_1/Collision_obj_life.gml
2021-08-01 20:37:02 -04:00

6 lines
130 B
Plaintext

/// @description Insert description here
// You can write your code in this editor
with(other){
instance_destroy();
};
lives += 1;