This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +39
-23
lines changed Expand file tree Collapse file tree 1 file changed +39
-23
lines changed Original file line number Diff line number Diff line change @@ -249,10 +249,10 @@ VAlignment = middle
249
249
[SceneInfoBox]
250
250
ControlType = COLLECTIONBOX
251
251
Parent = root
252
- X = 10
253
- Y = 115
254
- Width = 160
255
- Height = 120
252
+ X = 195
253
+ Y = 0
254
+ Width = 192
255
+ Height = 173
256
256
Visible = True
257
257
Enabled = True
258
258
Name = SceneInfoBox
@@ -265,24 +265,25 @@ DrawColor = 62
265
265
ControlType = LABEL
266
266
Parent = SceneInfoBox
267
267
X = 0
268
- Y = 5
269
- Width = 160
270
- Height = 16
268
+ Y = 0
269
+ Width = 192
270
+ Height = 30
271
271
Visible = True
272
272
Enabled = True
273
273
Name = SceneNameLabel
274
274
Anchor = Left, Top, Right
275
- Text = SCENE INFO:
275
+ ToolTip = None
276
+ Text = S C E N E I N F O
276
277
HAlignment = centre
277
- VAlignment = top
278
+ VAlignment = middle
278
279
279
280
[SceneInfoLabel]
280
281
ControlType = LABEL
281
282
Parent = SceneInfoBox
282
283
X = 10
283
- Y = 100
284
- Width = 140
285
- Height = 62
284
+ Y = 115
285
+ Width = 172
286
+ Height = 25
286
287
Visible = True
287
288
Enabled = True
288
289
Name = SceneInfoLabel
@@ -294,7 +295,7 @@ VAlignment = top
294
295
[SceneCloseButton]
295
296
ControlType = BUTTON
296
297
Parent = SceneInfoBox
297
- X = 140
298
+ X = 171
298
299
Y = 5
299
300
Width = 15
300
301
Height = 15
@@ -307,29 +308,44 @@ Text = x
307
308
[SceneSelectButton]
308
309
ControlType = BUTTON
309
310
Parent = SceneInfoBox
310
- X = 30
311
- Y = 90
312
- Width = 100
311
+ X = 47
312
+ Y = 148
313
+ Width = 98
313
314
Height = 20
314
315
Visible = True
315
316
Enabled = True
316
317
Name = SceneSelectButton
317
318
Anchor = Right, Bottom, Left
318
319
Text = Start Here
319
320
320
- [ScenePreviewBox ]
321
+ [ScenePreviewBoxFrame ]
321
322
ControlType = COLLECTIONBOX
322
323
Parent = SceneInfoBox
323
- X = 0
324
- Y = 0
325
- Width = 140
326
- Height = 55
324
+ X = 8
325
+ Y = 25
326
+ Width = 176
327
+ Height = 86
327
328
Visible = True
328
329
Enabled = True
329
- Name = ScenePreviewBox
330
+ Name = ScenePreviewBoxFrame
330
331
Anchor = Right, Top
331
332
DrawBackground = True
332
- DrawType = Color
333
+ DrawType = Image
334
+ DrawColor = 0
335
+
336
+ [ScenePreviewBox]
337
+ ControlType = COLLECTIONBOX
338
+ Parent = ScenePreviewBoxFrame
339
+ X = 3
340
+ Y = 3
341
+ Width = 170
342
+ Height = 80
343
+ Visible = True
344
+ Enabled = True
345
+ Name = ScenePreviewBox
346
+ Anchor = Left, Top, bottom
347
+ DrawBackground = True
348
+ DrawType = Image
333
349
DrawColor = 0
334
350
335
351
[ActivitySelectBox]
You can’t perform that action at this time.
0 commit comments