init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
4
objects/obspacestation/Create_0.gml
Normal file
4
objects/obspacestation/Create_0.gml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
direction = random(360);
|
||||
image_angle = direction;
|
||||
mask_index = spSpacestation;
|
||||
menu = instance_create_layer(x, y, "Instances", obSpacestationMenu);
|
||||
1
objects/obspacestation/Draw_0.gml
Normal file
1
objects/obspacestation/Draw_0.gml
Normal file
|
|
@ -0,0 +1 @@
|
|||
draw_sprite_ext(spSpacestation, 0, x, y, 1, 1, direction, global.faction1Color, 1);
|
||||
37
objects/obspacestation/obSpacestation.yy
Normal file
37
objects/obspacestation/obSpacestation.yy
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"resourceType": "GMObject",
|
||||
"resourceVersion": "1.0",
|
||||
"name": "obSpacestation",
|
||||
"eventList": [
|
||||
{"resourceType":"GMEvent","resourceVersion":"1.0","name":"","collisionObjectId":null,"eventNum":0,"eventType":0,"isDnD":false,},
|
||||
{"resourceType":"GMEvent","resourceVersion":"1.0","name":"","collisionObjectId":null,"eventNum":0,"eventType":8,"isDnD":false,},
|
||||
],
|
||||
"managed": true,
|
||||
"overriddenProperties": [],
|
||||
"parent": {
|
||||
"name": "Objects",
|
||||
"path": "folders/Objects.yy",
|
||||
},
|
||||
"parentObjectId": null,
|
||||
"persistent": false,
|
||||
"physicsAngularDamping": 0.1,
|
||||
"physicsDensity": 0.5,
|
||||
"physicsFriction": 0.2,
|
||||
"physicsGroup": 1,
|
||||
"physicsKinematic": false,
|
||||
"physicsLinearDamping": 0.1,
|
||||
"physicsObject": false,
|
||||
"physicsRestitution": 0.1,
|
||||
"physicsSensor": false,
|
||||
"physicsShape": 1,
|
||||
"physicsShapePoints": [],
|
||||
"physicsStartAwake": true,
|
||||
"properties": [],
|
||||
"solid": true,
|
||||
"spriteId": {
|
||||
"name": "spSpacestation",
|
||||
"path": "sprites/spSpacestation/spSpacestation.yy",
|
||||
},
|
||||
"spriteMaskId": null,
|
||||
"visible": true,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue