@@ -3,8 +3,8 @@ scale_along_z: 0
3
3
embedded_instances {
4
4
id: "menu"
5
5
data: "components {\n"
6
- " id: \"screen \"\n"
7
- " component: \"/monarch/screen_proxy .script\"\n"
6
+ " id: \"screen_factory \"\n"
7
+ " component: \"/monarch/screen_factory .script\"\n"
8
8
" position {\n"
9
9
" x: 0.0\n"
10
10
" y: 0.0\n"
@@ -22,26 +22,21 @@ embedded_instances {
22
22
" type: PROPERTY_TYPE_HASH\n"
23
23
" }\n"
24
24
" properties {\n"
25
- " id: \"timestep_below_popup\"\n"
26
- " value: \"0.0\"\n"
27
- " type: PROPERTY_TYPE_NUMBER\n"
28
- " }\n"
29
- " properties {\n"
30
- " id: \"transition_url\"\n"
31
- " value: \"menu:/go#menu\"\n"
32
- " type: PROPERTY_TYPE_URL\n"
25
+ " id: \"transition_id\"\n"
26
+ " value: \"/go\"\n"
27
+ " type: PROPERTY_TYPE_HASH\n"
33
28
" }\n"
34
29
" properties {\n"
35
- " id: \"focus_url \"\n"
36
- " value: \"menu: /go#menu \"\n"
37
- " type: PROPERTY_TYPE_URL \n"
30
+ " id: \"focus_id \"\n"
31
+ " value: \"/go\"\n"
32
+ " type: PROPERTY_TYPE_HASH \n"
38
33
" }\n"
39
34
"}\n"
40
35
"embedded_components {\n"
41
- " id: \"collectionproxy \"\n"
42
- " type: \"collectionproxy \"\n"
43
- " data: \"collection : \\\"/example/menu.collection\\\"\\n"
44
- "exclude: false \\n"
36
+ " id: \"collectionfactory \"\n"
37
+ " type: \"collectionfactory \"\n"
38
+ " data: \"prototype : \\\"/example/menu.collection\\\"\\n"
39
+ "load_dynamically: true \\n"
45
40
"\"\n"
46
41
" position {\n"
47
42
" x: 0.0\n"
@@ -249,84 +244,6 @@ embedded_instances {
249
244
z: 1.0
250
245
}
251
246
}
252
- embedded_instances {
253
- id: "popup"
254
- data: "components {\n"
255
- " id: \"screen\"\n"
256
- " component: \"/monarch/screen_factory.script\"\n"
257
- " position {\n"
258
- " x: 0.0\n"
259
- " y: 0.0\n"
260
- " z: 0.0\n"
261
- " }\n"
262
- " rotation {\n"
263
- " x: 0.0\n"
264
- " y: 0.0\n"
265
- " z: 0.0\n"
266
- " w: 1.0\n"
267
- " }\n"
268
- " properties {\n"
269
- " id: \"screen_id\"\n"
270
- " value: \"popup\"\n"
271
- " type: PROPERTY_TYPE_HASH\n"
272
- " }\n"
273
- " properties {\n"
274
- " id: \"popup\"\n"
275
- " value: \"true\"\n"
276
- " type: PROPERTY_TYPE_BOOLEAN\n"
277
- " }\n"
278
- " properties {\n"
279
- " id: \"popup_on_popup\"\n"
280
- " value: \"true\"\n"
281
- " type: PROPERTY_TYPE_BOOLEAN\n"
282
- " }\n"
283
- " properties {\n"
284
- " id: \"transition_id\"\n"
285
- " value: \"/go\"\n"
286
- " type: PROPERTY_TYPE_HASH\n"
287
- " }\n"
288
- " properties {\n"
289
- " id: \"focus_id\"\n"
290
- " value: \"/go\"\n"
291
- " type: PROPERTY_TYPE_HASH\n"
292
- " }\n"
293
- "}\n"
294
- "embedded_components {\n"
295
- " id: \"collectionfactory\"\n"
296
- " type: \"collectionfactory\"\n"
297
- " data: \"prototype: \\\"/example/popup.collection\\\"\\n"
298
- "load_dynamically: false\\n"
299
- "\"\n"
300
- " position {\n"
301
- " x: 0.0\n"
302
- " y: 0.0\n"
303
- " z: 0.0\n"
304
- " }\n"
305
- " rotation {\n"
306
- " x: 0.0\n"
307
- " y: 0.0\n"
308
- " z: 0.0\n"
309
- " w: 1.0\n"
310
- " }\n"
311
- "}\n"
312
- ""
313
- position {
314
- x: 0.0
315
- y: 0.0
316
- z: 0.0
317
- }
318
- rotation {
319
- x: 0.0
320
- y: 0.0
321
- z: 0.0
322
- w: 1.0
323
- }
324
- scale3 {
325
- x: 1.0
326
- y: 1.0
327
- z: 1.0
328
- }
329
- }
330
247
embedded_instances {
331
248
id: "about"
332
249
data: "components {\n"
0 commit comments