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

4 lines
No EOL
138 B
Text

host = obSpacestation;
x = host.x + lengthdir_x(192, host.direction-90);
y = host.y + lengthdir_y(192, host.direction-90);
radius = 80;