10 lines
No EOL
208 B
Text
10 lines
No EOL
208 B
Text
if tubegen < tubexbig
|
|
{
|
|
inst = instance_create_depth( tubegen,irandom_range(tubeysmall, tubeybig), 1, obj_flappybloble_tubes)
|
|
with inst
|
|
{
|
|
image_yscale = (irandom_range(-1,1))
|
|
}
|
|
|
|
tubegen += tubespace
|
|
} |