-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSavedScenes.json
More file actions
59 lines (59 loc) · 1.8 KB
/
SavedScenes.json
File metadata and controls
59 lines (59 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"Scene GameObjects": [
{
"components": [
{
"rotation": 0.0,
"type": "Transform",
"xPos": 0.0,
"xScale": 1.0,
"yPos": 0.0,
"yScale": 1.0
},
{
"_isActive": false,
"activeHeight": 3.0,
"activeLayer": 0,
"activeOffsetX": 0.0,
"activeOffsetY": 0.0,
"activeWidth": 5.0,
"attachedScript": "",
"type": "Button"
},
{
"texture": "WindowsApplication/assets/images/Player.png",
"texture_height": 27.0,
"texture_width": 47.0,
"type": "Sprite",
"xOffset": 23.5,
"yOffset": 13.5
}
],
"name": "Player"
},
{
"components": [
{
"_isPrimaryCamera": true,
"frustrumAlpha": 255.0,
"frustrumBlue": 62.500003814697266,
"frustrumGreen": 62.500003814697266,
"frustrumRed": 62.500003814697266,
"height": 12.5,
"type": "Camera",
"width": 22.5,
"zoom": 21.402999877929688
},
{
"rotation": 0.0,
"type": "Transform",
"xPos": 0.0,
"xScale": 1.0,
"yPos": 0.0,
"yScale": 1.0
}
],
"name": "Camera"
}
]
}