Projekt

Obecné

Profil

« Předchozí | Další » 

Revize bde2c350

Přidáno uživatelem Zuzana Káčereková před téměř 4 roky(ů)

Cosmetic changes to the project

Zobrazit rozdíly:

Client/Client/Assets/AliasDropdownItem.cs
1
using System;
2
using System.Collections;
3
using System.Collections.Generic;
4
using UnityEngine;
5
using UnityEngine.EventSystems;
6
using UnityEngine.UI;
7

  
8
public class AliasDropdownItem : MonoBehaviour
9
{
10
    public Toggle toggle;
11
    public Text text;
12
    public InputField input;
13
    public BuildingPanel panel;
14

  
15
    // Start is called before the first frame update
16
    void Start()
17
    {
18
        toggle = GetComponent<Toggle>();
19
        text = GetComponentInChildren<Text>();
20

  
21
        toggle.onValueChanged.AddListener((isSelected) =>
22
        {
23
            if (isSelected) 
24
            { 
25
                input.text = text.text;
26

  
27
                panel.findBuildingButton.interactable = false;
28

  
29
                foreach (string alias in BuildingPanel.aliases.Keys)
30
                {
31
                    if (alias.ToLower().Trim() == input.text.ToLower())
32
                    {
33
                        panel.findBuildingButton.interactable = true;
34
                        return;
35
                    }
36
                }
37

  
38
            }
39
        });
40
    }
41

  
42
}
Client/Client/Assets/AliasDropdownItem.cs.meta
1
fileFormatVersion: 2
2
guid: b3e7f9cfae510d146a3c0fc34d5f21ea
3
MonoImporter:
4
  externalObjects: {}
5
  serializedVersion: 2
6
  defaultReferences: []
7
  executionOrder: 0
8
  icon: {instanceID: 0}
9
  userData: 
10
  assetBundleName: 
11
  assetBundleVariant: 
Client/Client/Assets/Resources/Maps/Test.meta
1
fileFormatVersion: 2
2
guid: f20e6151dbee0c745ba47b094b1c6683
3
folderAsset: yes
4
DefaultImporter:
5
  externalObjects: {}
6
  userData: 
7
  assetBundleName: 
8
  assetBundleVariant: 
Client/Client/Assets/Resources/Maps/Test/layout.txt
1
underlay
2
overlay-a
Client/Client/Assets/Resources/Maps/Test/layout.txt.meta
1
fileFormatVersion: 2
2
guid: 8169c07597de615478a557a07f1dfc78
3
TextScriptImporter:
4
  externalObjects: {}
5
  userData: 
6
  assetBundleName: 
7
  assetBundleVariant: 
Client/Client/Assets/Resources/Maps/Test/overlay-a.png.meta
1
fileFormatVersion: 2
2
guid: 521df66e25aade04e88510ba6773da02
3
TextureImporter:
4
  internalIDToNameTable: []
5
  externalObjects: {}
6
  serializedVersion: 11
7
  mipmaps:
8
    mipMapMode: 0
9
    enableMipMap: 0
10
    sRGBTexture: 1
11
    linearTexture: 0
12
    fadeOut: 0
13
    borderMipMap: 0
14
    mipMapsPreserveCoverage: 0
15
    alphaTestReferenceValue: 0.5
16
    mipMapFadeDistanceStart: 1
17
    mipMapFadeDistanceEnd: 3
18
  bumpmap:
19
    convertToNormalMap: 0
20
    externalNormalMap: 0
21
    heightScale: 0.25
22
    normalMapFilter: 0
23
  isReadable: 0
24
  streamingMipmaps: 0
25
  streamingMipmapsPriority: 0
26
  grayScaleToAlpha: 0
27
  generateCubemap: 6
28
  cubemapConvolution: 0
29
  seamlessCubemap: 0
30
  textureFormat: 1
31
  maxTextureSize: 2048
32
  textureSettings:
33
    serializedVersion: 2
34
    filterMode: -1
35
    aniso: -1
36
    mipBias: -100
37
    wrapU: 1
38
    wrapV: 1
39
    wrapW: 1
40
  nPOTScale: 0
41
  lightmap: 0
42
  compressionQuality: 50
43
  spriteMode: 1
44
  spriteExtrude: 1
45
  spriteMeshType: 1
46
  alignment: 0
47
  spritePivot: {x: 0.5, y: 0.5}
48
  spritePixelsToUnits: 100
49
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
50
  spriteGenerateFallbackPhysicsShape: 1
51
  alphaUsage: 1
52
  alphaIsTransparency: 1
53
  spriteTessellationDetail: -1
54
  textureType: 8
55
  textureShape: 1
56
  singleChannelComponent: 0
57
  maxTextureSizeSet: 0
58
  compressionQualitySet: 0
59
  textureFormatSet: 0
60
  applyGammaDecoding: 0
61
  platformSettings:
62
  - serializedVersion: 3
63
    buildTarget: DefaultTexturePlatform
64
    maxTextureSize: 2048
65
    resizeAlgorithm: 0
66
    textureFormat: -1
67
    textureCompression: 1
68
    compressionQuality: 50
69
    crunchedCompression: 0
70
    allowsAlphaSplitting: 0
71
    overridden: 0
72
    androidETC2FallbackOverride: 0
73
    forceMaximumCompressionQuality_BC6H_BC7: 0
74
  spriteSheet:
75
    serializedVersion: 2
76
    sprites: []
77
    outline: []
78
    physicsShape: []
79
    bones: []
80
    spriteID: 5e97eb03825dee720800000000000000
81
    internalID: 0
82
    vertices: []
83
    indices: 
84
    edges: []
85
    weights: []
86
    secondaryTextures: []
87
  spritePackingTag: 
88
  pSDRemoveMatte: 0
89
  pSDShowRemoveMatteOption: 0
90
  userData: 
91
  assetBundleName: 
92
  assetBundleVariant: 
Client/Client/Assets/Resources/Maps/Test/underlay.png.meta
1
fileFormatVersion: 2
2
guid: 45939aa7035260844b6c6cba3bc2e446
3
TextureImporter:
4
  internalIDToNameTable: []
5
  externalObjects: {}
6
  serializedVersion: 11
7
  mipmaps:
8
    mipMapMode: 0
9
    enableMipMap: 0
10
    sRGBTexture: 1
11
    linearTexture: 0
12
    fadeOut: 0
13
    borderMipMap: 0
14
    mipMapsPreserveCoverage: 0
15
    alphaTestReferenceValue: 0.5
16
    mipMapFadeDistanceStart: 1
17
    mipMapFadeDistanceEnd: 3
18
  bumpmap:
19
    convertToNormalMap: 0
20
    externalNormalMap: 0
21
    heightScale: 0.25
22
    normalMapFilter: 0
23
  isReadable: 0
24
  streamingMipmaps: 0
25
  streamingMipmapsPriority: 0
26
  grayScaleToAlpha: 0
27
  generateCubemap: 6
28
  cubemapConvolution: 0
29
  seamlessCubemap: 0
30
  textureFormat: 1
31
  maxTextureSize: 2048
32
  textureSettings:
33
    serializedVersion: 2
34
    filterMode: -1
35
    aniso: -1
36
    mipBias: -100
37
    wrapU: 1
38
    wrapV: 1
39
    wrapW: 1
40
  nPOTScale: 0
41
  lightmap: 0
42
  compressionQuality: 50
43
  spriteMode: 1
44
  spriteExtrude: 1
45
  spriteMeshType: 1
46
  alignment: 0
47
  spritePivot: {x: 0.5, y: 0.5}
48
  spritePixelsToUnits: 100
49
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
50
  spriteGenerateFallbackPhysicsShape: 1
51
  alphaUsage: 1
52
  alphaIsTransparency: 1
53
  spriteTessellationDetail: -1
54
  textureType: 8
55
  textureShape: 1
56
  singleChannelComponent: 0
57
  maxTextureSizeSet: 0
58
  compressionQualitySet: 0
59
  textureFormatSet: 0
60
  applyGammaDecoding: 0
61
  platformSettings:
62
  - serializedVersion: 3
63
    buildTarget: DefaultTexturePlatform
64
    maxTextureSize: 2048
65
    resizeAlgorithm: 0
66
    textureFormat: -1
67
    textureCompression: 1
68
    compressionQuality: 50
69
    crunchedCompression: 0
70
    allowsAlphaSplitting: 0
71
    overridden: 0
72
    androidETC2FallbackOverride: 0
73
    forceMaximumCompressionQuality_BC6H_BC7: 0
74
  spriteSheet:
75
    serializedVersion: 2
76
    sprites: []
77
    outline: []
78
    physicsShape: []
79
    bones: []
80
    spriteID: 5e97eb03825dee720800000000000000
81
    internalID: 0
82
    vertices: []
83
    indices: 
84
    edges: []
85
    weights: []
86
    secondaryTextures: []
87
  spritePackingTag: 
88
  pSDRemoveMatte: 0
89
  pSDShowRemoveMatteOption: 0
90
  userData: 
91
  assetBundleName: 
92
  assetBundleVariant: 
Client/Client/Assets/Scenes/WebGL.unity
121 121
    debug:
122 122
      m_Flags: 0
123 123
  m_NavMeshData: {fileID: 0}
124
--- !u!1 &8546169
125
GameObject:
126
  m_ObjectHideFlags: 0
127
  m_CorrespondingSourceObject: {fileID: 0}
128
  m_PrefabInstance: {fileID: 0}
129
  m_PrefabAsset: {fileID: 0}
130
  serializedVersion: 6
131
  m_Component:
132
  - component: {fileID: 8546170}
133
  - component: {fileID: 8546172}
134
  - component: {fileID: 8546171}
135
  m_Layer: 5
136
  m_Name: Set Prediction
137
  m_TagString: Untagged
138
  m_Icon: {fileID: 0}
139
  m_NavMeshLayer: 0
140
  m_StaticEditorFlags: 0
141
  m_IsActive: 1
142
--- !u!224 &8546170
143
RectTransform:
144
  m_ObjectHideFlags: 0
145
  m_CorrespondingSourceObject: {fileID: 0}
146
  m_PrefabInstance: {fileID: 0}
147
  m_PrefabAsset: {fileID: 0}
148
  m_GameObject: {fileID: 8546169}
149
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
150
  m_LocalPosition: {x: 0, y: 0, z: 0}
151
  m_LocalScale: {x: 1, y: 1, z: 1}
152
  m_Children: []
153
  m_Father: {fileID: 1641538590}
154
  m_RootOrder: 34
155
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
156
  m_AnchorMin: {x: 0, y: 1}
157
  m_AnchorMax: {x: 0, y: 1}
158
  m_AnchoredPosition: {x: 877.5, y: -3498.7988}
159
  m_SizeDelta: {x: 1725, y: 281.26}
160
  m_Pivot: {x: 0.5, y: 0.5}
161
--- !u!114 &8546171
162
MonoBehaviour:
163
  m_ObjectHideFlags: 0
164
  m_CorrespondingSourceObject: {fileID: 0}
165
  m_PrefabInstance: {fileID: 0}
166
  m_PrefabAsset: {fileID: 0}
167
  m_GameObject: {fileID: 8546169}
168
  m_Enabled: 1
169
  m_EditorHideFlags: 0
170
  m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
171
  m_Name: 
172
  m_EditorClassIdentifier: 
173
  m_Material: {fileID: 0}
174
  m_Color: {r: 1, g: 1, b: 1, a: 1}
175
  m_RaycastTarget: 1
176
  m_Maskable: 1
177
  m_OnCullStateChanged:
178
    m_PersistentCalls:
179
      m_Calls: []
180
  m_text: 'Using the "Set prediction date" button will take you to a panel in which
181
    a start and and end date can be selected. By checking the "Use end date" box,
182
    a time span will be used for prediction, otherwise a single time (the start time)
183
    will be used. By checking "Use own weather", the predictor will use the user-set
184
    weather. Otherwise, it will use the automatic prediction, which is currently
185
    available only for a span of three days.
186

  
187

  
188
    In future, the predictor could
189
    be adjusted and therefore the option to predict beyond this interval is kept,
190
    with a warning shown, that the predictor will likely be unable to provide data
191
    for at least a part of a given interval, unless manual weather is selected.
192

  
193

  
194
    The
195
    "Find a building" button serves to easily find a building in the simulation and
196
    zoom in on it. First year (and older) students may find this function useful
197
    when locating new areas of the campus. You can use the room prefixes such as
198
    UC or UN to search for buildings, or entire room identifiers such as "UC336".
199
    The list of recognized areas is further described in section 4.'
200
  m_isRightToLeft: 0
201
  m_fontAsset: {fileID: 11400000, guid: 49750830b71ed3546bebefe4be946048, type: 2}
202
  m_sharedMaterial: {fileID: 1742611629344109958, guid: 49750830b71ed3546bebefe4be946048,
203
    type: 2}
204
  m_fontSharedMaterials: []
205
  m_fontMaterial: {fileID: 0}
206
  m_fontMaterials: []
207
  m_fontColor32:
208
    serializedVersion: 2
209
    rgba: 4278190080
210
  m_fontColor: {r: 0, g: 0, b: 0, a: 1}
211
  m_enableVertexGradient: 0
212
  m_colorMode: 3
213
  m_fontColorGradient:
214
    topLeft: {r: 1, g: 1, b: 1, a: 1}
215
    topRight: {r: 1, g: 1, b: 1, a: 1}
216
    bottomLeft: {r: 1, g: 1, b: 1, a: 1}
217
    bottomRight: {r: 1, g: 1, b: 1, a: 1}
218
  m_fontColorGradientPreset: {fileID: 0}
219
  m_spriteAsset: {fileID: 0}
220
  m_tintAllSprites: 0
221
  m_StyleSheet: {fileID: 0}
222
  m_TextStyleHashCode: -1183493901
223
  m_overrideHtmlColors: 0
224
  m_faceColor:
225
    serializedVersion: 2
226
    rgba: 4294967295
227
  m_fontSize: 24
228
  m_fontSizeBase: 24
229
  m_fontWeight: 400
230
  m_enableAutoSizing: 0
231
  m_fontSizeMin: 18
232
  m_fontSizeMax: 72
233
  m_fontStyle: 0
234
  m_HorizontalAlignment: 8
235
  m_VerticalAlignment: 256
236
  m_textAlignment: 65535
237
  m_characterSpacing: 0
238
  m_wordSpacing: 0
239
  m_lineSpacing: 0
240
  m_lineSpacingMax: 0
241
  m_paragraphSpacing: 0
242
  m_charWidthMaxAdj: 0
243
  m_enableWordWrapping: 1
244
  m_wordWrappingRatios: 0.4
245
  m_overflowMode: 0
246
  m_linkedTextComponent: {fileID: 0}
247
  parentLinkedComponent: {fileID: 0}
248
  m_enableKerning: 1
249
  m_enableExtraPadding: 0
250
  checkPaddingRequired: 0
251
  m_isRichText: 1
252
  m_parseCtrlCharacters: 1
253
  m_isOrthographic: 1
254
  m_isCullingEnabled: 0
255
  m_horizontalMapping: 0
256
  m_verticalMapping: 0
257
  m_uvLineOffset: 0
258
  m_geometrySortingOrder: 0
259
  m_IsTextObjectScaleStatic: 0
260
  m_VertexBufferAutoSizeReduction: 1
261
  m_useMaxVisibleDescender: 1
262
  m_pageToDisplay: 1
263
  m_margin: {x: 0, y: 0, z: 0, w: 0}
264
  m_isUsingLegacyAnimationComponent: 0
265
  m_isVolumetricText: 0
266
  m_hasFontAssetChanged: 0
267
  m_baseMaterial: {fileID: 0}
268
  m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
269
--- !u!222 &8546172
270
CanvasRenderer:
271
  m_ObjectHideFlags: 0
272
  m_CorrespondingSourceObject: {fileID: 0}
273
  m_PrefabInstance: {fileID: 0}
274
  m_PrefabAsset: {fileID: 0}
275
  m_GameObject: {fileID: 8546169}
276
  m_CullTransparentMesh: 0
124 277
--- !u!1001 &8659326
125 278
PrefabInstance:
126 279
  m_ObjectHideFlags: 0
......
652 805
  - component: {fileID: 21404730}
653 806
  - component: {fileID: 21404729}
654 807
  m_Layer: 5
655
  m_Name: ToMapText (1)
808
  m_Name: -/-
656 809
  m_TagString: Untagged
657 810
  m_Icon: {fileID: 0}
658 811
  m_NavMeshLayer: 0
......
672 825
  m_Father: {fileID: 1641538590}
673 826
  m_RootOrder: 18
674 827
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
675
  m_AnchorMin: {x: 0, y: 0}
676
  m_AnchorMax: {x: 0, y: 0}
677
  m_AnchoredPosition: {x: 0, y: 0}
678
  m_SizeDelta: {x: 1725, y: 0}
828
  m_AnchorMin: {x: 0, y: 1}
829
  m_AnchorMax: {x: 0, y: 1}
830
  m_AnchoredPosition: {x: 877.5, y: -1825.34}
831
  m_SizeDelta: {x: 1725, y: 23.44}
679 832
  m_Pivot: {x: 0.5, y: 0.5}
680 833
--- !u!114 &21404729
681 834
MonoBehaviour:
......
1033 1186
      m_Calls: []
1034 1187
  m_FontData:
1035 1188
    m_Font: {fileID: 12800000, guid: 9481e32b30a71424388dc7fa2f08e2d0, type: 3}
1036
    m_FontSize: 14
1189
    m_FontSize: 16
1037 1190
    m_FontStyle: 0
1038 1191
    m_BestFit: 0
1039 1192
    m_MinSize: 1
......
1788 1941
  m_RootOrder: 1
1789 1942
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1790 1943
  m_AnchorMin: {x: 0, y: 0}
1791
  m_AnchorMax: {x: 0, y: 0}
1944
  m_AnchorMax: {x: 1, y: 0}
1792 1945
  m_AnchoredPosition: {x: 0, y: 0}
1793
  m_SizeDelta: {x: 0, y: 20}
1946
  m_SizeDelta: {x: -17, y: 20}
1794 1947
  m_Pivot: {x: 0, y: 0}
1795 1948
--- !u!114 &73023236
1796 1949
MonoBehaviour:
......
2098 2251
  - component: {fileID: 87370964}
2099 2252
  - component: {fileID: 87370963}
2100 2253
  m_Layer: 5
2101
  m_Name: ToMapText (2)
2254
  m_Name: -/-
2102 2255
  m_TagString: Untagged
2103 2256
  m_Icon: {fileID: 0}
2104 2257
  m_NavMeshLayer: 0
......
2118 2271
  m_Father: {fileID: 1641538590}
2119 2272
  m_RootOrder: 32
2120 2273
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2121
  m_AnchorMin: {x: 0, y: 0}
2122
  m_AnchorMax: {x: 0, y: 0}
2123
  m_AnchoredPosition: {x: 0, y: 0}
2124
  m_SizeDelta: {x: 1725, y: 0}
2274
  m_AnchorMin: {x: 0, y: 1}
2275
  m_AnchorMax: {x: 0, y: 1}
2276
  m_AnchoredPosition: {x: 877.5, y: -3278.319}
2277
  m_SizeDelta: {x: 1725, y: 23.44}
2125 2278
  m_Pivot: {x: 0.5, y: 0.5}
2126 2279
--- !u!114 &87370963
2127 2280
MonoBehaviour:
......
2580 2733
  m_Father: {fileID: 1641538590}
2581 2734
  m_RootOrder: 6
2582 2735
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2583
  m_AnchorMin: {x: 0, y: 0}
2584
  m_AnchorMax: {x: 0, y: 0}
2585
  m_AnchoredPosition: {x: 0, y: 0}
2586
  m_SizeDelta: {x: 228, y: 0}
2736
  m_AnchorMin: {x: 0, y: 1}
2737
  m_AnchorMax: {x: 0, y: 1}
2738
  m_AnchoredPosition: {x: 877.5, y: -815.52}
2739
  m_SizeDelta: {x: 228, y: 82}
2587 2740
  m_Pivot: {x: 0.5, y: 0.5}
2588 2741
--- !u!114 &100400878
2589 2742
MonoBehaviour:
......
2654 2807
  m_Father: {fileID: 1641538590}
2655 2808
  m_RootOrder: 4
2656 2809
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2657
  m_AnchorMin: {x: 0, y: 0}
2658
  m_AnchorMax: {x: 0, y: 0}
2659
  m_AnchoredPosition: {x: 0, y: 0}
2660
  m_SizeDelta: {x: 1725, y: 0}
2810
  m_AnchorMin: {x: 0, y: 1}
2811
  m_AnchorMax: {x: 0, y: 1}
2812
  m_AnchoredPosition: {x: 877.5, y: -622.01}
2813
  m_SizeDelta: {x: 1725, y: 168.76}
2661 2814
  m_Pivot: {x: 0.5, y: 0.5}
2662 2815
--- !u!114 &101292849
2663 2816
MonoBehaviour:
......
2771 2924
  - component: {fileID: 107741575}
2772 2925
  - component: {fileID: 107741574}
2773 2926
  m_Layer: 5
2774
  m_Name: ToTable (2)
2927
  m_Name: SetW BTN
2775 2928
  m_TagString: Untagged
2776 2929
  m_Icon: {fileID: 0}
2777 2930
  m_NavMeshLayer: 0
......
2791 2944
  m_Father: {fileID: 1641538590}
2792 2945
  m_RootOrder: 28
2793 2946
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2794
  m_AnchorMin: {x: 0, y: 0}
2795
  m_AnchorMax: {x: 0, y: 0}
2796
  m_AnchoredPosition: {x: 0, y: 0}
2797
  m_SizeDelta: {x: 357, y: 0}
2947
  m_AnchorMin: {x: 0, y: 1}
2948
  m_AnchorMax: {x: 0, y: 1}
2949
  m_AnchoredPosition: {x: 877.5, y: -3001.0293}
2950
  m_SizeDelta: {x: 357, y: 88}
2798 2951
  m_Pivot: {x: 0.5, y: 0.5}
2799 2952
--- !u!114 &107741574
2800 2953
MonoBehaviour:
......
3180 3333
      m_Calls: []
3181 3334
  m_FontData:
3182 3335
    m_Font: {fileID: 12800000, guid: 9481e32b30a71424388dc7fa2f08e2d0, type: 3}
3183
    m_FontSize: 14
3336
    m_FontSize: 20
3184 3337
    m_FontStyle: 0
3185 3338
    m_BestFit: 0
3186
    m_MinSize: 10
3339
    m_MinSize: 2
3187 3340
    m_MaxSize: 40
3188 3341
    m_Alignment: 3
3189 3342
    m_AlignByGeometry: 0
......
3342 3495
  - component: {fileID: 142857962}
3343 3496
  - component: {fileID: 142857961}
3344 3497
  m_Layer: 5
3345
  m_Name: ToMap (1)
3498
  m_Name: Legend Table
3346 3499
  m_TagString: Untagged
3347 3500
  m_Icon: {fileID: 0}
3348 3501
  m_NavMeshLayer: 0
......
3362 3515
  m_Father: {fileID: 1641538590}
3363 3516
  m_RootOrder: 17
3364 3517
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3365
  m_AnchorMin: {x: 0, y: 0}
3366
  m_AnchorMax: {x: 0, y: 0}
3367
  m_AnchoredPosition: {x: 0, y: 0}
3368
  m_SizeDelta: {x: 190, y: 0}
3518
  m_AnchorMin: {x: 0, y: 1}
3519
  m_AnchorMax: {x: 0, y: 1}
3520
  m_AnchoredPosition: {x: 877.5, y: -1743.62}
3521
  m_SizeDelta: {x: 190, y: 100}
3369 3522
  m_Pivot: {x: 0.5, y: 0.5}
3370 3523
--- !u!114 &142857961
3371 3524
MonoBehaviour:
......
3592 3745
      m_Calls: []
3593 3746
  m_FontData:
3594 3747
    m_Font: {fileID: 12800000, guid: 9481e32b30a71424388dc7fa2f08e2d0, type: 3}
3595
    m_FontSize: 14
3748
    m_FontSize: 16
3596 3749
    m_FontStyle: 0
3597 3750
    m_BestFit: 0
3598
    m_MinSize: 10
3751
    m_MinSize: 1
3599 3752
    m_MaxSize: 40
3600 3753
    m_Alignment: 4
3601 3754
    m_AlignByGeometry: 0
......
3816 3969
  - component: {fileID: 160626652}
3817 3970
  - component: {fileID: 160626651}
3818 3971
  m_Layer: 5
3819
  m_Name: ToTable (1)
3972
  m_Name: Legend Map
3820 3973
  m_TagString: Untagged
3821 3974
  m_Icon: {fileID: 0}
3822 3975
  m_NavMeshLayer: 0
......
3836 3989
  m_Father: {fileID: 1641538590}
3837 3990
  m_RootOrder: 14
3838 3991
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3839
  m_AnchorMin: {x: 0, y: 0}
3840
  m_AnchorMax: {x: 0, y: 0}
3841
  m_AnchoredPosition: {x: 0, y: 0}
3842
  m_SizeDelta: {x: 225, y: 0}
3992
  m_AnchorMin: {x: 0, y: 1}
3993
  m_AnchorMax: {x: 0, y: 1}
3994
  m_AnchoredPosition: {x: 877.5, y: -1546.55}
3995
  m_SizeDelta: {x: 225, y: 71}
3843 3996
  m_Pivot: {x: 0.5, y: 0.5}
3844 3997
--- !u!114 &160626651
3845 3998
MonoBehaviour:
......
3968 4121
  - component: {fileID: 165605068}
3969 4122
  - component: {fileID: 165605067}
3970 4123
  m_Layer: 5
3971
  m_Name: Gap (2)
4124
  m_Name: '-'
3972 4125
  m_TagString: Untagged
3973 4126
  m_Icon: {fileID: 0}
3974 4127
  m_NavMeshLayer: 0
......
3988 4141
  m_Father: {fileID: 1641538590}
3989 4142
  m_RootOrder: 13
3990 4143
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3991
  m_AnchorMin: {x: 0, y: 0}
3992
  m_AnchorMax: {x: 0, y: 0}
3993
  m_AnchoredPosition: {x: 0, y: 0}
3994
  m_SizeDelta: {x: 1725, y: 0}
4144
  m_AnchorMin: {x: 0, y: 1}
4145
  m_AnchorMax: {x: 0, y: 1}
4146
  m_AnchoredPosition: {x: 877.5, y: -1476.985}
4147
  m_SizeDelta: {x: 1725, y: 28.13}
3995 4148
  m_Pivot: {x: 0.5, y: 0.5}
3996 4149
--- !u!114 &165605067
3997 4150
MonoBehaviour:
......
4877 5030
  m_Father: {fileID: 1641538590}
4878 5031
  m_RootOrder: 12
4879 5032
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
4880
  m_AnchorMin: {x: 0, y: 0}
4881
  m_AnchorMax: {x: 0, y: 0}
4882
  m_AnchoredPosition: {x: 0, y: 0}
4883
  m_SizeDelta: {x: 1725, y: 0}
5033
  m_AnchorMin: {x: 0, y: 1}
5034
  m_AnchorMax: {x: 0, y: 1}
5035
  m_AnchoredPosition: {x: 877.5, y: -1302.29}
5036
  m_SizeDelta: {x: 1725, y: 281.26}
4884 5037
  m_Pivot: {x: 0.5, y: 0.5}
4885 5038
--- !u!114 &235181369
4886 5039
MonoBehaviour:
......
6130 6283
  m_PrefabAsset: {fileID: 0}
6131 6284
  m_GameObject: {fileID: 316053233}
6132 6285
  m_CullTransparentMesh: 0
6286
--- !u!1 &324653355
6287
GameObject:
6288
  m_ObjectHideFlags: 0
6289
  m_CorrespondingSourceObject: {fileID: 0}
6290
  m_PrefabInstance: {fileID: 0}
6291
  m_PrefabAsset: {fileID: 0}
6292
  serializedVersion: 6
6293
  m_Component:
6294
  - component: {fileID: 324653356}
6295
  - component: {fileID: 324653358}
6296
  - component: {fileID: 324653357}
6297
  m_Layer: 5
6298
  m_Name: '-'
6299
  m_TagString: Untagged
6300
  m_Icon: {fileID: 0}
6301
  m_NavMeshLayer: 0
6302
  m_StaticEditorFlags: 0
6303
  m_IsActive: 1
6304
--- !u!224 &324653356
6305
RectTransform:
6306
  m_ObjectHideFlags: 0
6307
  m_CorrespondingSourceObject: {fileID: 0}
6308
  m_PrefabInstance: {fileID: 0}
6309
  m_PrefabAsset: {fileID: 0}
6310
  m_GameObject: {fileID: 324653355}
6311
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
6312
  m_LocalPosition: {x: 0, y: 0, z: 0}
6313
  m_LocalScale: {x: 1, y: 1, z: 1}
6314
  m_Children: []
6315
  m_Father: {fileID: 1641538590}
6316
  m_RootOrder: 33
6317
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
6318
  m_AnchorMin: {x: 0, y: 1}
6319
  m_AnchorMax: {x: 0, y: 1}
6320
  m_AnchoredPosition: {x: 877.5, y: -3324.104}
6321
  m_SizeDelta: {x: 1725, y: 28.13}
6322
  m_Pivot: {x: 0.5, y: 0.5}
6323
--- !u!114 &324653357
6324
MonoBehaviour:
6325
  m_ObjectHideFlags: 0
6326
  m_CorrespondingSourceObject: {fileID: 0}
6327
  m_PrefabInstance: {fileID: 0}
6328
  m_PrefabAsset: {fileID: 0}
6329
  m_GameObject: {fileID: 324653355}
6330
  m_Enabled: 1
6331
  m_EditorHideFlags: 0
6332
  m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
6333
  m_Name: 
6334
  m_EditorClassIdentifier: 
6335
  m_Material: {fileID: 0}
6336
  m_Color: {r: 1, g: 1, b: 1, a: 1}
6337
  m_RaycastTarget: 1
6338
  m_Maskable: 1
6339
  m_OnCullStateChanged:
6340
    m_PersistentCalls:
6341
      m_Calls: []
6342
  m_text: ' '
6343
  m_isRightToLeft: 0
6344
  m_fontAsset: {fileID: 11400000, guid: 49750830b71ed3546bebefe4be946048, type: 2}
6345
  m_sharedMaterial: {fileID: 1742611629344109958, guid: 49750830b71ed3546bebefe4be946048,
6346
    type: 2}
6347
  m_fontSharedMaterials: []
6348
  m_fontMaterial: {fileID: 0}
6349
  m_fontMaterials: []
6350
  m_fontColor32:
6351
    serializedVersion: 2
6352
    rgba: 4278190080
6353
  m_fontColor: {r: 0, g: 0, b: 0, a: 1}
6354
  m_enableVertexGradient: 0
6355
  m_colorMode: 3
6356
  m_fontColorGradient:
6357
    topLeft: {r: 1, g: 1, b: 1, a: 1}
6358
    topRight: {r: 1, g: 1, b: 1, a: 1}
6359
    bottomLeft: {r: 1, g: 1, b: 1, a: 1}
6360
    bottomRight: {r: 1, g: 1, b: 1, a: 1}
6361
  m_fontColorGradientPreset: {fileID: 0}
6362
  m_spriteAsset: {fileID: 0}
6363
  m_tintAllSprites: 0
6364
  m_StyleSheet: {fileID: 0}
6365
  m_TextStyleHashCode: -1183493901
6366
  m_overrideHtmlColors: 0
6367
  m_faceColor:
6368
    serializedVersion: 2
6369
    rgba: 4294967295
6370
  m_fontSize: 24
6371
  m_fontSizeBase: 24
6372
  m_fontWeight: 400
6373
  m_enableAutoSizing: 0
6374
  m_fontSizeMin: 18
6375
  m_fontSizeMax: 72
6376
  m_fontStyle: 0
6377
  m_HorizontalAlignment: 8
6378
  m_VerticalAlignment: 256
6379
  m_textAlignment: 65535
6380
  m_characterSpacing: 0
6381
  m_wordSpacing: 0
6382
  m_lineSpacing: 0
6383
  m_lineSpacingMax: 0
6384
  m_paragraphSpacing: 0
6385
  m_charWidthMaxAdj: 0
6386
  m_enableWordWrapping: 1
6387
  m_wordWrappingRatios: 0.4
6388
  m_overflowMode: 0
6389
  m_linkedTextComponent: {fileID: 0}
6390
  parentLinkedComponent: {fileID: 0}
6391
  m_enableKerning: 1
6392
  m_enableExtraPadding: 0
6393
  checkPaddingRequired: 0
6394
  m_isRichText: 1
6395
  m_parseCtrlCharacters: 1
6396
  m_isOrthographic: 1
6397
  m_isCullingEnabled: 0
6398
  m_horizontalMapping: 0
6399
  m_verticalMapping: 0
6400
  m_uvLineOffset: 0
6401
  m_geometrySortingOrder: 0
6402
  m_IsTextObjectScaleStatic: 0
6403
  m_VertexBufferAutoSizeReduction: 1
6404
  m_useMaxVisibleDescender: 1
6405
  m_pageToDisplay: 1
6406
  m_margin: {x: 0, y: 0, z: 0, w: 0}
6407
  m_isUsingLegacyAnimationComponent: 0
6408
  m_isVolumetricText: 0
6409
  m_hasFontAssetChanged: 0
6410
  m_baseMaterial: {fileID: 0}
6411
  m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
6412
--- !u!222 &324653358
6413
CanvasRenderer:
6414
  m_ObjectHideFlags: 0
6415
  m_CorrespondingSourceObject: {fileID: 0}
6416
  m_PrefabInstance: {fileID: 0}
6417
  m_PrefabAsset: {fileID: 0}
6418
  m_GameObject: {fileID: 324653355}
6419
  m_CullTransparentMesh: 0
6133 6420
--- !u!1 &328142017
6134 6421
GameObject:
6135 6422
  m_ObjectHideFlags: 0
......
6142 6429
  - component: {fileID: 328142020}
6143 6430
  - component: {fileID: 328142019}
6144 6431
  m_Layer: 5
6145
  m_Name: ToTableText
6432
  m_Name: -/-
6146 6433
  m_TagString: Untagged
6147 6434
  m_Icon: {fileID: 0}
6148 6435
  m_NavMeshLayer: 0
......
6162 6449
  m_Father: {fileID: 1641538590}
6163 6450
  m_RootOrder: 7
6164 6451
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
6165
  m_AnchorMin: {x: 0, y: 0}
6166
  m_AnchorMax: {x: 0, y: 0}
6167
  m_AnchoredPosition: {x: 0, y: 0}
6168
  m_SizeDelta: {x: 1725, y: 0}
6452
  m_AnchorMin: {x: 0, y: 1}
6453
  m_AnchorMax: {x: 0, y: 1}
6454
  m_AnchoredPosition: {x: 877.5, y: -888.24}
6455
  m_SizeDelta: {x: 1725, y: 23.44}
6169 6456
  m_Pivot: {x: 0.5, y: 0.5}
6170 6457
--- !u!114 &328142019
6171 6458
MonoBehaviour:
......
7196 7483
      m_Calls: []
7197 7484
  m_FontData:
7198 7485
    m_Font: {fileID: 12800000, guid: 8d53f5c068ec7494697462664398825d, type: 3}
7199
    m_FontSize: 14
7486
    m_FontSize: 16
7200 7487
    m_FontStyle: 0
7201 7488
    m_BestFit: 0
7202 7489
    m_MinSize: 0
......
7733 8020
  m_AnchorMin: {x: 0, y: 0}
7734 8021
  m_AnchorMax: {x: 0, y: 0}
7735 8022
  m_AnchoredPosition: {x: 0, y: 0}
7736
  m_SizeDelta: {x: 500, y: 50}
8023
  m_SizeDelta: {x: 500, y: 75}
7737 8024
  m_Pivot: {x: 0.5, y: 0.5}
7738 8025
--- !u!114 &469665293
7739 8026
MonoBehaviour:
......
7767 8054
    m_HorizontalOverflow: 0
7768 8055
    m_VerticalOverflow: 0
7769 8056
    m_LineSpacing: 1
7770
  m_Text: "Teslova 5, 9, 9a, 11\n  objekty C, F, G, H "
8057
  m_Text: "Teslova 5, 9, 9a, 11\n  objekty C, F, G, H \n  - T, TF, TG, TH"
7771 8058
--- !u!222 &469665294
7772 8059
CanvasRenderer:
7773 8060
  m_ObjectHideFlags: 0
......
7891 8178
  m_AnchorMin: {x: 0, y: 0}
7892 8179
  m_AnchorMax: {x: 0, y: 0}
7893 8180
  m_AnchoredPosition: {x: 0, y: 0}
7894
  m_SizeDelta: {x: 0, y: 50}
8181
  m_SizeDelta: {x: 0, y: 75}
7895 8182
  m_Pivot: {x: 0.5, y: 0.5}
7896 8183
--- !u!114 &482668034
7897 8184
MonoBehaviour:
......
7925 8212
    m_HorizontalOverflow: 0
7926 8213
    m_VerticalOverflow: 0
7927 8214
    m_LineSpacing: 1
7928
  m_Text: "Chodsk\xE9 n\xE1m\u011Bst\xED 1"
8215
  m_Text: "Chodsk\xE9 n\xE1m\u011Bst\xED 1\n  - CH"
7929 8216
--- !u!222 &482668035
7930 8217
CanvasRenderer:
7931 8218
  m_ObjectHideFlags: 0
......
7966 8253
  m_Father: {fileID: 1641538590}
7967 8254
  m_RootOrder: 2
7968 8255
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
7969
  m_AnchorMin: {x: 0, y: 0}
7970
  m_AnchorMax: {x: 0, y: 0}
7971
  m_AnchoredPosition: {x: 0, y: 0}
7972
  m_SizeDelta: {x: 100, y: 0}
8256
  m_AnchorMin: {x: 0, y: 1}
8257
  m_AnchorMax: {x: 0, y: 1}
8258
  m_AnchoredPosition: {x: 877.5, y: -451.63}
8259
  m_SizeDelta: {x: 100, y: 16}
7973 8260
  m_Pivot: {x: 0.5, y: 0.5}
7974 8261
--- !u!114 &483097287
7975 8262
MonoBehaviour:
......
8957 9244
    m_Top: 0
8958 9245
    m_Bottom: 0
8959 9246
  m_ChildAlignment: 1
8960
  m_Spacing: 20
9247
  m_Spacing: 15
8961 9248
  m_ChildForceExpandWidth: 1
8962 9249
  m_ChildForceExpandHeight: 0
8963 9250
  m_ChildControlWidth: 1
......
9034 9321
  m_RootOrder: 0
9035 9322
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
9036 9323
  m_AnchorMin: {x: 0, y: 0}
9037
  m_AnchorMax: {x: 0, y: 1}
9324
  m_AnchorMax: {x: 0, y: 0}
9038 9325
  m_AnchoredPosition: {x: 0, y: 0}
9039 9326
  m_SizeDelta: {x: 20, y: 0}
9040 9327
  m_Pivot: {x: 0.5, y: 0.5}
......
10063 10350
  - component: {fileID: 637651713}
10064 10351
  - component: {fileID: 637651712}
10065 10352
  m_Layer: 5
10066
  m_Name: Gap
10353
  m_Name: '-'
10067 10354
  m_TagString: Untagged
10068 10355
  m_Icon: {fileID: 0}
10069 10356
  m_NavMeshLayer: 0
......
10083 10370
  m_Father: {fileID: 1641538590}
10084 10371
  m_RootOrder: 8
10085 10372
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
10086
  m_AnchorMin: {x: 0, y: 0}
10087
  m_AnchorMax: {x: 0, y: 0}
10088
  m_AnchoredPosition: {x: 0, y: 0}
10089
  m_SizeDelta: {x: 1725, y: 0}
10373
  m_AnchorMin: {x: 0, y: 1}
10374
  m_AnchorMax: {x: 0, y: 1}
10375
  m_AnchoredPosition: {x: 877.5, y: -934.025}
10376
  m_SizeDelta: {x: 1725, y: 28.13}
10090 10377
  m_Pivot: {x: 0.5, y: 0.5}
10091 10378
--- !u!114 &637651712
10092 10379
MonoBehaviour:
......
10275 10562
  - component: {fileID: 645214327}
10276 10563
  - component: {fileID: 645214326}
10277 10564
  m_Layer: 5
10278
  m_Name: WeatherText
10565
  m_Name: -/-
10279 10566
  m_TagString: Untagged
10280 10567
  m_Icon: {fileID: 0}
10281 10568
  m_NavMeshLayer: 0
......
10295 10582
  m_Father: {fileID: 1641538590}
10296 10583
  m_RootOrder: 24
10297 10584
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
10298
  m_AnchorMin: {x: 0, y: 0}
10299
  m_AnchorMax: {x: 0, y: 0}
10300
  m_AnchoredPosition: {x: 0, y: 0}
10301
  m_SizeDelta: {x: 1725, y: 0}
10585
  m_AnchorMin: {x: 0, y: 1}
10586
  m_AnchorMax: {x: 0, y: 1}
10587
  m_AnchoredPosition: {x: 877.5, y: -2499.6697}
10588
  m_SizeDelta: {x: 1725, y: 23.44}
10302 10589
  m_Pivot: {x: 0.5, y: 0.5}
10303 10590
--- !u!114 &645214326
10304 10591
MonoBehaviour:
......
10791 11078
  - component: {fileID: 687702507}
10792 11079
  - component: {fileID: 687702506}
10793 11080
  m_Layer: 5
10794
  m_Name: ToTableText (1)
11081
  m_Name: -/-
10795 11082
  m_TagString: Untagged
10796 11083
  m_Icon: {fileID: 0}
10797 11084
  m_NavMeshLayer: 0
......
10811 11098
  m_Father: {fileID: 1641538590}
10812 11099
  m_RootOrder: 15
10813 11100
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
10814
  m_AnchorMin: {x: 0, y: 0}
10815
  m_AnchorMax: {x: 0, y: 0}
10816
  m_AnchoredPosition: {x: 0, y: 0}
10817
  m_SizeDelta: {x: 1725, y: 0}
11101
  m_AnchorMin: {x: 0, y: 1}
11102
  m_AnchorMax: {x: 0, y: 1}
11103
  m_AnchoredPosition: {x: 877.5, y: -1613.77}
11104
  m_SizeDelta: {x: 1725, y: 23.44}
10818 11105
  m_Pivot: {x: 0.5, y: 0.5}
10819 11106
--- !u!114 &687702506
10820 11107
MonoBehaviour:
......
10996 11283
  m_HandleRect: {fileID: 994209126}
10997 11284
  m_Direction: 2
10998 11285
  m_Value: 1
10999
  m_Size: 0.21253857
11286
  m_Size: 0.21044552
11000 11287
  m_NumberOfSteps: 0
11001 11288
  m_OnValueChanged:
11002 11289
    m_PersistentCalls:
......
11268 11555
      m_Calls: []
11269 11556
  m_FontData:
11270 11557
    m_Font: {fileID: 12800000, guid: 9481e32b30a71424388dc7fa2f08e2d0, type: 3}
11271
    m_FontSize: 14
11558
    m_FontSize: 16
11272 11559
    m_FontStyle: 0
11273 11560
    m_BestFit: 0
11274
    m_MinSize: 10
11561
    m_MinSize: 1
11275 11562
    m_MaxSize: 40
11276 11563
    m_Alignment: 4
11277 11564
    m_AlignByGeometry: 0
......
12039 12326
  - component: {fileID: 769610872}
12040 12327
  - component: {fileID: 769610871}
12041 12328
  m_Layer: 5
12042
  m_Name: ToMapText
12329
  m_Name: -/-
12043 12330
  m_TagString: Untagged
12044 12331
  m_Icon: {fileID: 0}
12045 12332
  m_NavMeshLayer: 0
......
12059 12346
  m_Father: {fileID: 1641538590}
12060 12347
  m_RootOrder: 10
12061 12348
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
12062
  m_AnchorMin: {x: 0, y: 0}
12063
  m_AnchorMax: {x: 0, y: 0}
12064
  m_AnchoredPosition: {x: 0, y: 0}
12065
  m_SizeDelta: {x: 1725, y: 0}
12349
  m_AnchorMin: {x: 0, y: 1}
12350
  m_AnchorMax: {x: 0, y: 1}
12351
  m_AnchoredPosition: {x: 877.5, y: -1081.81}
12352
  m_SizeDelta: {x: 1725, y: 23.44}
12066 12353
  m_Pivot: {x: 0.5, y: 0.5}
12067 12354
--- !u!114 &769610871
12068 12355
MonoBehaviour:
......
12401 12688
      m_Calls: []
12402 12689
  m_FontData:
12403 12690
    m_Font: {fileID: 12800000, guid: 9481e32b30a71424388dc7fa2f08e2d0, type: 3}
12404
    m_FontSize: 14
12691
    m_FontSize: 20
12405 12692
    m_FontStyle: 0
12406 12693
    m_BestFit: 0
12407
    m_MinSize: 10
12694
    m_MinSize: 2
12408 12695
    m_MaxSize: 40
12409 12696
    m_Alignment: 5
12410 12697
    m_AlignByGeometry: 0
......
12458 12745
  m_AnchorMin: {x: 0, y: 0}
12459 12746
  m_AnchorMax: {x: 0, y: 0}
12460 12747
  m_AnchoredPosition: {x: 0, y: 0}
12461
  m_SizeDelta: {x: 500, y: 50}
12748
  m_SizeDelta: {x: 500, y: 75}
12462 12749
  m_Pivot: {x: 0.5, y: 0.5}
12463 12750
--- !u!114 &785668451
12464 12751
MonoBehaviour:
......
12538 12825
  m_AnchorMin: {x: 0, y: 0}
12539 12826
  m_AnchorMax: {x: 0, y: 0}
12540 12827
  m_AnchoredPosition: {x: 0, y: 0}
12541
  m_SizeDelta: {x: 500, y: 50}
12828
  m_SizeDelta: {x: 500, y: 75}
12542 12829
  m_Pivot: {x: 0.5, y: 0.5}
12543 12830
--- !u!114 &791353659
12544 12831
MonoBehaviour:
......
12572 12859
    m_HorizontalOverflow: 0
12573 12860
    m_VerticalOverflow: 0
12574 12861
    m_LineSpacing: 1
12575
  m_Text: "Sedl\xE1\u010Dkova 15, 19, 31, 38-40,\n  Veleslav\xEDnova 27-29, 42"
12862
  m_Text: "Sedl\xE1\u010Dkova 15, 19, 31, 38-40,\n  Veleslav\xEDnova 27-29, 42\n 
12863
    - SP, SD, ST, SO, VC"
12576 12864
--- !u!222 &791353660
12577 12865
CanvasRenderer:
12578 12866
  m_ObjectHideFlags: 0
......
12614 12902
  m_RootOrder: 0
12615 12903
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
12616 12904
  m_AnchorMin: {x: 0, y: 0}
12617
  m_AnchorMax: {x: 0, y: 0}
12905
  m_AnchorMax: {x: 1, y: 1}
12618 12906
  m_AnchoredPosition: {x: 0, y: 0}
12619 12907
  m_SizeDelta: {x: 20, y: 20}
12620 12908
  m_Pivot: {x: 0.5, y: 0.5}
......
12980 13268
  m_RootOrder: 0
12981 13269
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
12982 13270
  m_AnchorMin: {x: 0, y: 0}
12983
  m_AnchorMax: {x: 0, y: 1}
13271
  m_AnchorMax: {x: 0, y: 0}
12984 13272
  m_AnchoredPosition: {x: 0, y: 0}
12985 13273
  m_SizeDelta: {x: 10, y: 0}
12986 13274
  m_Pivot: {x: 0.5, y: 0.5}
......
14095 14383
  m_LocalScale: {x: 1, y: 1, z: 1}
14096 14384
  m_Children: []
14097 14385
  m_Father: {fileID: 1641538590}
14098
  m_RootOrder: 34
14386
  m_RootOrder: 36
14099 14387
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
14100
  m_AnchorMin: {x: 0, y: 0}
14101
  m_AnchorMax: {x: 0, y: 0}
14102
  m_AnchoredPosition: {x: 0, y: 0}
14103
  m_SizeDelta: {x: 1725, y: 0}
14388
  m_AnchorMin: {x: 0, y: 1}
14389
  m_AnchorMax: {x: 0, y: 1}
14390
  m_AnchoredPosition: {x: 877.5, y: -3695.429}
14391
  m_SizeDelta: {x: 1725, y: 38}
14104 14392
  m_Pivot: {x: 0.5, y: 1}
14105 14393
--- !u!114 &923257992
14106 14394
MonoBehaviour:
......
14628 14916
  - component: {fileID: 950230929}
14629 14917
  - component: {fileID: 950230928}
14630 14918
  m_Layer: 5
14631
  m_Name: Gap
14919
  m_Name: '-'
14632 14920
  m_TagString: Untagged
14633 14921
  m_Icon: {fileID: 0}
14634 14922
  m_NavMeshLayer: 0
......
14648 14936
  m_Father: {fileID: 1641538590}
14649 14937
  m_RootOrder: 5
14650 14938
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
14651
  m_AnchorMin: {x: 0, y: 0}
14652
  m_AnchorMax: {x: 0, y: 0}
14653
  m_AnchoredPosition: {x: 0, y: 0}
14654
  m_SizeDelta: {x: 1725, y: 0}
14939
  m_AnchorMin: {x: 0, y: 1}
14940
  m_AnchorMax: {x: 0, y: 1}
14941
  m_AnchoredPosition: {x: 877.5, y: -740.455}
14942
  m_SizeDelta: {x: 1725, y: 28.13}
14655 14943
  m_Pivot: {x: 0.5, y: 0.5}
14656 14944
--- !u!114 &950230928
14657 14945
MonoBehaviour:
......
15106 15394
    m_Top: 0
15107 15395
    m_Bottom: 0
15108 15396
  m_ChildAlignment: 0
15109
  m_Spacing: 20
15397
  m_Spacing: 15
15110 15398
  m_ChildForceExpandWidth: 1
15111 15399
  m_ChildForceExpandHeight: 0
15112 15400
  m_ChildControlWidth: 0
......
15346 15634
  m_Father: {fileID: 520066068}
15347 15635
  m_RootOrder: 0
15348 15636
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
15349
  m_AnchorMin: {x: 0, y: 0}
15350
  m_AnchorMax: {x: 0, y: 0}
15637
  m_AnchorMin: {x: 0, y: 0.7895545}
15638
  m_AnchorMax: {x: 1, y: 1}
15351 15639
  m_AnchoredPosition: {x: 0, y: 0}
15352 15640
  m_SizeDelta: {x: 20, y: 20}
15353 15641
  m_Pivot: {x: 0.5, y: 0.5}
......
15594 15882
  - component: {fileID: 1012737720}
15595 15883
  - component: {fileID: 1012737719}
15596 15884
  m_Layer: 5
15597
  m_Name: Gap (5)
15885
  m_Name: '-'
15598 15886
  m_TagString: Untagged
15599 15887
  m_Icon: {fileID: 0}
15600 15888
  m_NavMeshLayer: 0
......
15614 15902
  m_Father: {fileID: 1641538590}
15615 15903
  m_RootOrder: 30
15616 15904
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
15617
  m_AnchorMin: {x: 0, y: 0}
15618
  m_AnchorMax: {x: 0, y: 0}
15619
  m_AnchoredPosition: {x: 0, y: 0}
15620
  m_SizeDelta: {x: 1725, y: 0}
15905
  m_AnchorMin: {x: 0, y: 1}
15906
  m_AnchorMax: {x: 0, y: 1}
15907
  m_AnchoredPosition: {x: 877.5, y: -3122.5342}
15908
  m_SizeDelta: {x: 1725, y: 28.13}
15621 15909
  m_Pivot: {x: 0.5, y: 0.5}
15622 15910
--- !u!114 &1012737719
15623 15911
MonoBehaviour:
......
16550 16838
      m_Calls: []
16551 16839
  m_FontData:
16552 16840
    m_Font: {fileID: 12800000, guid: 9481e32b30a71424388dc7fa2f08e2d0, type: 3}
16553
    m_FontSize: 14
16841
    m_FontSize: 16
16554 16842
    m_FontStyle: 0
16555 16843
    m_BestFit: 0
16556
    m_MinSize: 10
16844
    m_MinSize: 1
16557 16845
    m_MaxSize: 40
16558 16846
    m_Alignment: 4
16559 16847
    m_AlignByGeometry: 0
......
16607 16895
  m_AnchorMin: {x: 0, y: 0}
16608 16896
  m_AnchorMax: {x: 0, y: 0}
16609 16897
  m_AnchoredPosition: {x: 0, y: 0}
16610
  m_SizeDelta: {x: 0, y: 50}
16898
  m_SizeDelta: {x: 0, y: 75}
16611 16899
  m_Pivot: {x: 0.5, y: 0.5}
16612 16900
--- !u!114 &1063661115
16613 16901
MonoBehaviour:
......
16641 16929
    m_HorizontalOverflow: 0
16642 16930
    m_VerticalOverflow: 0
16643 16931
    m_LineSpacing: 1
16644
  m_Text: Riegrova 11, 17
16932
  m_Text: "Riegrova 11, 17\n  - RJ, RS"
16645 16933
--- !u!222 &1063661116
16646 16934
CanvasRenderer:
16647 16935
  m_ObjectHideFlags: 0
......
18362 18650
  - component: {fileID: 1193051063}
18363 18651
  - component: {fileID: 1193051062}
18364 18652
  m_Layer: 5
18365
  m_Name: TutorialText (2)
18653
  m_Name: SetWeather
18366 18654
  m_TagString: Untagged
18367 18655
  m_Icon: {fileID: 0}
18368 18656
  m_NavMeshLayer: 0
......
18382 18670
  m_Father: {fileID: 1641538590}
18383 18671
  m_RootOrder: 26
18384 18672
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
18385
  m_AnchorMin: {x: 0, y: 0}
18386
  m_AnchorMax: {x: 0, y: 0}
18387
  m_AnchoredPosition: {x: 0, y: 0}
18388
  m_SizeDelta: {x: 1725, y: 0}
18673
  m_AnchorMin: {x: 0, y: 1}
18674
  m_AnchorMax: {x: 0, y: 1}
18675
  m_AnchoredPosition: {x: 877.5, y: -2734.2095}
18676
  m_SizeDelta: {x: 1725, y: 309.38}
18389 18677
  m_Pivot: {x: 0.5, y: 0.5}
18390 18678
--- !u!114 &1193051062
18391 18679
MonoBehaviour:
......
18419 18707
    no chance of rain and 0 m/s wind speed.\n\nA manual prediction can be set using
18420 18708
    the \"Set weather manually\" button, and can be cleared by pressing \"Clear weather\".
18421 18709
    At any point, a status indicator on the weather display panel shows whether automatic
18422
    or manual forecast is being used.\n\nUsing the \"Set prediction date\" button
18423
    will take you to a panel in which a start and and end date can be selected. By
18424
    checking the \"Use end date\" box, a time span will be used for prediction, otherwise
18425
    a single time (the start time) will be used. By checking \"Use own weather\",
18426
    the predictor will use the user-set weather. Otherwise, it will use the automatic
18427
    prediction, which is currently available only for a span of three days.\n\nIn
18428
    future, the predictor could be adjusted and therefore the option to predict beyond
18429
    this interval is kept, with a warning shown, that the predictor will likely be
18430
    unable to provide data for at least a part of a given interval, unless manual
18431
    weather is selected.\n\nThe \"Find a building\" button serves to easily find
18432
    a building in the simulation and zoom in on it. First year (and older) students
18433
    may find this function useful when locating new areas of the campus. You can
18434
    use the room prefixes such as UC or UN to search for buildings, or entire room
18435
    identifiers such as \"UC336\". The list of recognized areas is further described
18436
    in section 4."
18710
    or manual forecast is being used."
18437 18711
  m_isRightToLeft: 0
18438 18712
  m_fontAsset: {fileID: 11400000, guid: 49750830b71ed3546bebefe4be946048, type: 2}
18439 18713
  m_sharedMaterial: {fileID: 1742611629344109958, guid: 49750830b71ed3546bebefe4be946048,
......
19090 19364
      m_Calls: []
19091 19365
  m_FontData:
19092 19366
    m_Font: {fileID: 12800000, guid: 9481e32b30a71424388dc7fa2f08e2d0, type: 3}
19093
    m_FontSize: 14
19367
    m_FontSize: 20
19094 19368
    m_FontStyle: 0
19095 19369
    m_BestFit: 0
19096
    m_MinSize: 10
19370
    m_MinSize: 2
19097 19371
    m_MaxSize: 40
19098 19372
    m_Alignment: 3
19099 19373
    m_AlignByGeometry: 0
......
19225 19499
  m_AnchorMin: {x: 0, y: 0}
19226 19500
  m_AnchorMax: {x: 0, y: 0}
19227 19501
  m_AnchoredPosition: {x: 0, y: 0}
19228
  m_SizeDelta: {x: 0, y: 50}
19502
  m_SizeDelta: {x: 0, y: 75}
19229 19503
  m_Pivot: {x: 0.5, y: 0.5}
19230 19504
--- !u!114 &1260796576
19231 19505
MonoBehaviour:
......
19259 19533
    m_HorizontalOverflow: 0
19260 19534
    m_VerticalOverflow: 0
19261 19535
    m_LineSpacing: 1
19262
  m_Text: Husova 11
19536
  m_Text: "Husova 11\n  - HJ"
19263 19537
--- !u!222 &1260796577
19264 19538
CanvasRenderer:
19265 19539
  m_ObjectHideFlags: 0
......
19966 20240
      m_Calls: []
19967 20241
  m_FontData:
19968 20242
    m_Font: {fileID: 12800000, guid: 9481e32b30a71424388dc7fa2f08e2d0, type: 3}
19969
    m_FontSize: 14
20243
    m_FontSize: 16
19970 20244
    m_FontStyle: 0
19971 20245
    m_BestFit: 0
19972
    m_MinSize: 10
20246
    m_MinSize: 1
19973 20247
    m_MaxSize: 40
19974 20248
    m_Alignment: 4
19975 20249
    m_AlignByGeometry: 0
......
20086 20360
  - component: {fileID: 1297963518}
20087 20361
  - component: {fileID: 1297963517}
20088 20362
  m_Layer: 5
20089
  m_Name: Gap (1)
20363
  m_Name: '-'
20090 20364
  m_TagString: Untagged
20091 20365
  m_Icon: {fileID: 0}
20092 20366
  m_NavMeshLayer: 0
......
20106 20380
  m_Father: {fileID: 1641538590}
20107 20381
  m_RootOrder: 25
20108 20382
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
20109
  m_AnchorMin: {x: 0, y: 0}
20110
  m_AnchorMax: {x: 0, y: 0}
20111
  m_AnchoredPosition: {x: 0, y: 0}
20112
  m_SizeDelta: {x: 1725, y: 0}
20383
  m_AnchorMin: {x: 0, y: 1}
20384
  m_AnchorMax: {x: 0, y: 1}
20385
  m_AnchoredPosition: {x: 877.5, y: -2545.4546}
20386
  m_SizeDelta: {x: 1725, y: 28.13}
20113 20387
  m_Pivot: {x: 0.5, y: 0.5}
20114 20388
--- !u!114 &1297963517
20115 20389
MonoBehaviour:
......
20347 20621
  m_Father: {fileID: 1641538590}
20348 20622
  m_RootOrder: 21
20349 20623
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
20350
  m_AnchorMin: {x: 0, y: 0}
20351
  m_AnchorMax: {x: 0, y: 0}
20352
  m_AnchoredPosition: {x: 0, y: 0}
20353
  m_SizeDelta: {x: 1725, y: 0}
20624
  m_AnchorMin: {x: 0, y: 1}
20625
  m_AnchorMax: {x: 0, y: 1}
20626
  m_AnchoredPosition: {x: 877.5, y: -2035.44}
20627
  m_SizeDelta: {x: 1725, y: 168.76}
20354 20628
  m_Pivot: {x: 0.5, y: 0.5}
20355 20629
--- !u!114 &1300247647
20356 20630
MonoBehaviour:
......
20777 21051
  m_Icon: {fileID: 0}
20778 21052
  m_NavMeshLayer: 0
20779 21053
  m_StaticEditorFlags: 0
20780
  m_IsActive: 1
21054
  m_IsActive: 0
20781 21055
--- !u!224 &1316714130
20782 21056
RectTransform:
20783 21057
  m_ObjectHideFlags: 0
......
20957 21231
  m_Father: {fileID: 1641538590}
20958 21232
  m_RootOrder: 9
20959 21233
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
20960
  m_AnchorMin: {x: 0, y: 0}
20961
  m_AnchorMax: {x: 0, y: 0}
20962
  m_AnchoredPosition: {x: 0, y: 0}
20963
  m_SizeDelta: {x: 226, y: 0}
21234
  m_AnchorMin: {x: 0, y: 1}
21235
  m_AnchorMax: {x: 0, y: 1}
21236
  m_AnchoredPosition: {x: 877.5, y: -1009.09}
21237
  m_SizeDelta: {x: 226, y: 82}
20964 21238
  m_Pivot: {x: 0.5, y: 0.5}
20965 21239
--- !u!114 &1330625395
20966 21240
MonoBehaviour:
......
21354 21628
  m_Icon: {fileID: 0}
21355 21629
  m_NavMeshLayer: 0
21356 21630
  m_StaticEditorFlags: 0
21357
  m_IsActive: 0
21631
  m_IsActive: 1
21358 21632
--- !u!224 &1358035355
21359 21633
RectTransform:
21360 21634
  m_ObjectHideFlags: 0
......
21543 21817
  m_LocalScale: {x: 1, y: 1, z: 1}
21544 21818
  m_Children: []
21545 21819
  m_Father: {fileID: 1641538590}
21546
  m_RootOrder: 35
21820
  m_RootOrder: 37
21547 21821
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
21548
  m_AnchorMin: {x: 0, y: 0}
21549
  m_AnchorMax: {x: 0, y: 0}
21550
  m_AnchoredPosition: {x: 0, y: 0}
21551
  m_SizeDelta: {x: 1725, y: 0}
21822
  m_AnchorMin: {x: 0, y: 1}
21823
  m_AnchorMax: {x: 0, y: 1}
21824
  m_AnchoredPosition: {x: 877.5, y: -3908.119}
21825
  m_SizeDelta: {x: 1725, y: 309.38}
21552 21826
  m_Pivot: {x: 0.5, y: 0.5}
21553 21827
--- !u!114 &1362998281
21554 21828
MonoBehaviour:
......
21680 21954
  m_Father: {fileID: 1641538590}
21681 21955
  m_RootOrder: 1
21682 21956
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
21683
  m_AnchorMin: {x: 0, y: 0}
21684
  m_AnchorMax: {x: 0, y: 0}
21685
  m_AnchoredPosition: {x: 0, y: 0}
21686
  m_SizeDelta: {x: 1725, y: 0}
21957
  m_AnchorMin: {x: 0, y: 1}
21958
  m_AnchorMax: {x: 0, y: 1}
21959
  m_AnchoredPosition: {x: 877.5, y: -240.815}
21960
  m_SizeDelta: {x: 1725, y: 365.63}
21687 21961
  m_Pivot: {x: 0.5, y: 0.5}
21688 21962
--- !u!114 &1382269605
21689 21963
MonoBehaviour:
......
22798 23072
  m_Father: {fileID: 1641538590}
22799 23073
  m_RootOrder: 20
22800 23074
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
22801
  m_AnchorMin: {x: 0, y: 0}
22802
  m_AnchorMax: {x: 0, y: 0}
22803
  m_AnchoredPosition: {x: 0, y: 0}
22804
  m_SizeDelta: {x: 1725, y: 0}
23075
  m_AnchorMin: {x: 0, y: 1}
23076
  m_AnchorMax: {x: 0, y: 1}
23077
  m_AnchoredPosition: {x: 877.5, y: -1893.0599}
23078
  m_SizeDelta: {x: 1725, y: 38}
22805 23079
  m_Pivot: {x: 0.5, y: 1}
22806 23080
--- !u!114 &1430890187
22807 23081
MonoBehaviour:
......
23016 23290
  - component: {fileID: 1433118818}
23017 23291
  - component: {fileID: 1433118817}
23018 23292
  m_Layer: 5
23019
  m_Name: ToTableText (2)
23293
  m_Name: -/-
23020 23294
  m_TagString: Untagged
23021 23295
  m_Icon: {fileID: 0}
23022 23296
  m_NavMeshLayer: 0
......
23036 23310
  m_Father: {fileID: 1641538590}
23037 23311
  m_RootOrder: 29
23038 23312
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
23039
  m_AnchorMin: {x: 0, y: 0}
23040
  m_AnchorMax: {x: 0, y: 0}
23041
  m_AnchoredPosition: {x: 0, y: 0}
23042
  m_SizeDelta: {x: 1725, y: 0}
23313
  m_AnchorMin: {x: 0, y: 1}
23314
  m_AnchorMax: {x: 0, y: 1}
23315
  m_AnchoredPosition: {x: 877.5, y: -3076.7493}
23316
  m_SizeDelta: {x: 1725, y: 23.44}
23043 23317
  m_Pivot: {x: 0.5, y: 0.5}
23044 23318
--- !u!114 &1433118817
23045 23319
MonoBehaviour:
......
23171 23445
  m_Father: {fileID: 1641538590}
23172 23446
  m_RootOrder: 0
23173 23447
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
23174
  m_AnchorMin: {x: 0, y: 0}
23175
  m_AnchorMax: {x: 0, y: 0}
23176
  m_AnchoredPosition: {x: 0, y: 0}
23177
  m_SizeDelta: {x: 1725, y: 0}
23448
  m_AnchorMin: {x: 0, y: 1}
23449
  m_AnchorMax: {x: 0, y: 1}
23450
  m_AnchoredPosition: {x: 877.5, y: 0}
23451
  m_SizeDelta: {x: 1725, y: 38}
23178 23452
  m_Pivot: {x: 0.5, y: 1}
23179 23453
--- !u!114 &1440830863
23180 23454
MonoBehaviour:
......
23655 23929
  m_LocalScale: {x: 1, y: 1, z: 1}
23656 23930
  m_Children: []
... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.

Také k dispozici: Unified diff