Skip to content

Commit 5d5d352

Browse files
author
Matias A. Vallejos
committed
Correct bugs in AR Touch Manager
1 parent f6b26e6 commit 5d5d352

File tree

12 files changed

+13
-16
lines changed

12 files changed

+13
-16
lines changed

Project.CovidVisualizer/Assets/Data/Game/Country/GlobalCountryData_AR.asset

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ MonoBehaviour:
1818
fontHttpGlobal: https://coronavirus-tracker-api.herokuapp.com/
1919
fontHttpVaccines: https://coronavirus-vaccines-api.herokuapp.com/
2020
deathsCountry:
21-
value: 0
21+
value: 116382
2222
positivesCountry:
23-
value: 0
23+
value: 5315989
2424
recoveredCountry:
2525
value: 0
2626
vaccineOneDosisCountry:
27-
value: 0
27+
value: 53000000
2828
vaccineTwoDosisCountry:
29-
value: 0
29+
value: 23400000
3030
vaccinationRateCountry:
31-
value: 0
31+
value: 51.5

Project.CovidVisualizer/Assets/Data/Game/Country/GlobaldWorldData.asset

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ MonoBehaviour:
1717
recoveredGlobal:
1818
value: 0
1919
deathsGlobal:
20-
value: 0
20+
value: 5158099
2121
positivesGlobal:
22-
value: 0
22+
value: 258275860
2323
vaccineOneDosisWorld:
24-
value: 0
24+
value: 6440000000
2525
vaccineTwoDosisWorld:
26-
value: 0
26+
value: 2730000000
2727
vaccinationRateWorld:
28-
value: 0
28+
value: 35

Project.CovidVisualizer/Assets/Scenes/ARG_CountryStats.unity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ GameObject:
135135
- component: {fileID: 18580508}
136136
- component: {fileID: 18580507}
137137
m_Layer: 0
138-
m_Name: AR Player EventSystem
138+
m_Name: AR Player System
139139
m_TagString: Untagged
140140
m_Icon: {fileID: 0}
141141
m_NavMeshLayer: 0
@@ -193,7 +193,7 @@ MonoBehaviour:
193193
_layer:
194194
serializedVersion: 2
195195
m_Bits: 8
196-
unselectIntelligent: 0
196+
unselectIntelligent: 1
197197
--- !u!1 &40919614
198198
GameObject:
199199
m_ObjectHideFlags: 0

0 commit comments

Comments
 (0)