-
Notifications
You must be signed in to change notification settings - Fork 3
/
pizza.scene
62 lines (62 loc) · 1.43 KB
/
pizza.scene
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
60
61
62
{
"GameObjects": [
{
"Id": "d84e8f64-3121-49df-8c7f-56b2e20dff78",
"Name": "Object",
"Networked": true,
"Enabled": true,
"Components": [
{
"__type": "ScreenPanel",
"__enabled": true,
"AutoScreenScale": true,
"Opacity": 1,
"Scale": 1,
"ZIndex": 100
},
{
"__type": "GameMenu",
"__enabled": true
}
]
},
{
"Id": "2cf2b3a1-24bc-4075-b626-a82048424898",
"Name": "Camera",
"Position": "128.4895,128.4895,-181.7117",
"Enabled": true,
"Components": [
{
"__type": "CameraComponent",
"__enabled": true,
"BackgroundColor": "0.33333,0.46275,0.52157,1",
"ClearFlags": "All",
"FieldOfView": 60,
"Orthographic": false,
"OrthographicHeight": 1204,
"RenderExcludeTags": "",
"RenderTags": "",
"TargetEye": "None",
"ZFar": 10000,
"ZNear": 10
},
{
"__type": "AudioListener",
"__enabled": true
}
]
}
],
"SceneProperties": {
"Lerping": true,
"UseFixedUpdate": true,
"ThreadedAnimation": true,
"TimeScale": 1,
"MaxFixedUpdates": 5,
"FixedUpdateFrequency": 50,
"NetworkFrequency": 60
},
"Title": "Pizza Clicker",
"Description": "Who up clicking they pizza?",
"__references": []
}