touhou-pride-jam-2021/thpj3/objects/obj_player_shot_parent/Step_0.gml

5 lines
144 B
Plaintext
Raw Normal View History

2021-06-06 18:31:55 -07:00
if ( x > BOUNDARY_RIGHT + 128 || x < BOUNDARY_LEFT - 128 || y > BOUNDARY_BOTTOM + 128 || y < BOUNDARY_TOP - 128 ) {
instance_destroy();
}