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_oBabySeptogg_Cre...

34 lines
704 B

target_pop = (y - 48)
orbit_amplitude = 28
exit_speed_start = -2
exit_speed = 1.5
exit_acceleration = 0.05
exit_amplitude_x = random_range(0.625, 1.125)
exit_amplitude_y = random_range(0.625, 1.125)
exit_amplitude_lerp = 0.05
exit_frequency_x = random_range(0.02, 0.045)
exit_frequency_y = random_range(0.02, 0.045)
turnspeed = 2
xx = 0
yy = 0
depth = -80
image_speed = 0
image_index = 3
frequency_x = 0
amplitude_x = 0
timer_x = irandom(100)
frequency_y = 0
amplitude_y = 0
timer_y = irandom(100)
parent = -1
scavenge = -1
flyoff = 0
ytarget = 0
state = 0
statetime = 0
eye_glow = 0
orbit = choose(-1, 1)
rock_piece_sprite = -1
if (room == rm_a0h01 && global.timeofday == 2)
orbit_amplitude *= 1.25