Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_ch2_scene26_wine_laser_splash_Step_0
(
view raw script w/o annotations or w/e
)
1
if (y > (cameray() + 500) || x > (camerax() + 700) || x < (camerax() - 60))
2
instance_destroy();