ludum-dare-21/objects/obj_adccans/Draw_0.gml

8 lines
141 B
Plaintext
Raw Permalink Normal View History

2021-06-16 23:23:00 -07:00
if tacos = 3
{
instance_create(irandom(x+__view_get( e__VW.WView, 0 )+400)-200,y-37,obj_particle);
tacos = 0
}
tacos += 1