Skip to content

Commit

Permalink
Replaced struct datatype for a class for settingsdata
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbraa committed Jul 12, 2024
1 parent 8ec2e78 commit 0a0468d
Show file tree
Hide file tree
Showing 13 changed files with 401 additions and 664 deletions.
16 changes: 8 additions & 8 deletions Assets/Prefabs/Gamestate/StaticInfo.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GameObject:
- component: {fileID: 6426285471098592642}
- component: {fileID: 5022952277509122877}
- component: {fileID: 6572921195520930000}
- component: {fileID: 1094824400466468296}
- component: {fileID: 3780314087357157891}
m_Layer: 0
m_Name: StaticInfo
m_TagString: Untagged
Expand Down Expand Up @@ -218,7 +218,7 @@ MonoBehaviour:
- {fileID: 11400000, guid: b3561cb4178fb97b49ad139a8802559f, type: 2}
- {fileID: 11400000, guid: ce090b8391704374cb30f8ae3b85ae72, type: 2}
customRulesTemplate: {fileID: 11400000, guid: 78d6c599f9b46f347a2164c209c4afd4, type: 2}
--- !u!114 &1094824400466468296
--- !u!114 &3780314087357157891
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -231,9 +231,9 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
mainAudioMixer: {fileID: 24100000, guid: 92cf7610df7967a41806df0e74d33c49, type: 2}
lowerSensLimit: 0.1
upperSensLimit: 3
lowerFOVLimit: 60
upperFOVLimit: 130
lowerZoomFOVLimit: 20
upperZoomFOVLimit: 50
LowerSensLimit: 0.1
UpperSensLimit: 3
LowerFOVLimit: 60
UpperFOVLimit: 120
LowerZoomFOVLimit: 20
UpperZoomFOVLimit: 50
15 changes: 3 additions & 12 deletions Assets/Prefabs/UI/Elements/Dropdown.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ GameObject:
- component: {fileID: 1988978234052568614}
- component: {fileID: 7786018998957624118}
- component: {fileID: 8296568250077800006}
- component: {fileID: 8930153315073570134}
- component: {fileID: 7182465716744361408}
m_Layer: 5
m_Name: Dropdown
m_TagString: Untagged
Expand Down Expand Up @@ -1592,7 +1592,7 @@ MonoBehaviour:
m_ChildScaleWidth: 0
m_ChildScaleHeight: 0
m_ReverseArrangement: 0
--- !u!114 &8930153315073570134
--- !u!114 &7182465716744361408
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -1601,15 +1601,6 @@ MonoBehaviour:
m_GameObject: {fileID: 8483670200265780626}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3}
m_Script: {fileID: 11500000, guid: 13f5cdbcb24caa747b6dc3f8259a6829, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Delegates:
- eventID: 0
callback:
m_PersistentCalls:
m_Calls: []
- eventID: 1
callback:
m_PersistentCalls:
m_Calls: []
13 changes: 13 additions & 0 deletions Assets/Prefabs/UI/Elements/Slider.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ GameObject:
- component: {fileID: 2261462308808573997}
- component: {fileID: 5152159382224659745}
- component: {fileID: 628177840045729091}
- component: {fileID: 6380889236745050598}
m_Layer: 5
m_Name: Slider
m_TagString: Untagged
Expand Down Expand Up @@ -693,3 +694,15 @@ MonoBehaviour:
m_FlexibleWidth: -1
m_FlexibleHeight: -1
m_LayoutPriority: 1
--- !u!114 &6380889236745050598
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8411587129487110349}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 13f5cdbcb24caa747b6dc3f8259a6829, type: 3}
m_Name:
m_EditorClassIdentifier:
Loading

0 comments on commit 0a0468d

Please sign in to comment.