cosmic-gms/objects/obstar/Step_0.gml
2024-10-31 17:39:35 +03:00

5 lines
No EOL
118 B
Text

if distance_to_object(instance_nearest(x, y, obStar)) <= 16
{
x = random(room_width);
y = random(room_height);
}