Initial commit
This commit is contained in:
1
objects/Start/Create_0.gml
Normal file
1
objects/Start/Create_0.gml
Normal file
@@ -0,0 +1 @@
|
||||
global.questionmap = ds_map_create();
|
||||
6
objects/Start/Mouse_7.gml
Normal file
6
objects/Start/Mouse_7.gml
Normal file
@@ -0,0 +1,6 @@
|
||||
/// @DnDAction : YoYo Games.Rooms.Go_To_Room
|
||||
/// @DnDVersion : 1
|
||||
/// @DnDHash : 2A0702A3
|
||||
/// @DnDArgument : "room" "FightRoom"
|
||||
/// @DnDSaveInfo : "room" "FightRoom"
|
||||
room_goto(FightRoom);
|
||||
1
objects/Start/Mouse_7.gml.dnd
Normal file
1
objects/Start/Mouse_7.gml.dnd
Normal file
@@ -0,0 +1 @@
|
||||
<Layouts><Layout layout_name="DnDWorkspace" layout_guid="239743fc-610b-4aad-b5d1-7ecdf2fac7ac" toolbox_size="25%" toolbox_anchor="Last" story_size="225px"><Workspace zoom="1" pan="[-63, -97.48001]" /><Node hash="2A0702A3" left="78" top="112.3333" width="250" height="63" /></Layout></Layouts>
|
||||
37
objects/Start/Start.yy
Normal file
37
objects/Start/Start.yy
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"spriteId": {
|
||||
"name": "startbutton",
|
||||
"path": "sprites/startbutton/startbutton.yy",
|
||||
},
|
||||
"solid": false,
|
||||
"visible": true,
|
||||
"spriteMaskId": null,
|
||||
"persistent": false,
|
||||
"parentObjectId": null,
|
||||
"physicsObject": false,
|
||||
"physicsSensor": false,
|
||||
"physicsShape": 1,
|
||||
"physicsGroup": 1,
|
||||
"physicsDensity": 0.5,
|
||||
"physicsRestitution": 0.1,
|
||||
"physicsLinearDamping": 0.1,
|
||||
"physicsAngularDamping": 0.1,
|
||||
"physicsFriction": 0.2,
|
||||
"physicsStartAwake": true,
|
||||
"physicsKinematic": false,
|
||||
"physicsShapePoints": [],
|
||||
"eventList": [
|
||||
{"isDnD":false,"eventNum":0,"eventType":0,"collisionObjectId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMEvent",},
|
||||
{"isDnD":true,"eventNum":7,"eventType":6,"collisionObjectId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMEvent",},
|
||||
],
|
||||
"properties": [],
|
||||
"overriddenProperties": [],
|
||||
"parent": {
|
||||
"name": "Objects",
|
||||
"path": "folders/Objects.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "Start",
|
||||
"tags": [],
|
||||
"resourceType": "GMObject",
|
||||
}
|
||||
Reference in New Issue
Block a user