You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2Rogue/Export_Code/gml_Object_oMonsterSpark_Cr...

7 lines
158 B

image_speed = 0.5
image_xscale = choose(1, -1)
image_yscale = choose(1, -1)
image_angle = random(360)
xoff = random_range(-12, 12)
yoff = random_range(-8, 4)