File tree Expand file tree Collapse file tree 4 files changed +8
-19
lines changed Expand file tree Collapse file tree 4 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,12 @@ MonoBehaviour:
34
34
- {fileID: 11400000, guid: 8426f76df65329242a03f0b20e2b4172, type: 2}
35
35
BuildingCostIncrease : 0.15
36
36
State :
37
- _earnedBuildings :
38
- - _serializedGuid : d4dc22f4-c75d-4dbb-bfe1-b4dac26139c2
39
- - _serializedGuid : baaa0917-a398-4d76-b835-a6bce8c048b5
40
- - _serializedGuid : 9e14c276-c13d-46d1-b2cb-473ec3d504bd
41
- _earnedBuildingsCount : 0a0000000a0000000a000000
42
- _earnedUpgrades :
43
- - _serializedGuid : 0b05999c-6dab-4540-afef-f01d210fd8b4
44
- - _serializedGuid : b9fe14ae-9f06-498e-a672-3f7f93abf79d
45
- - _serializedGuid : bd2cb437-6ee2-4695-a7dc-539465645a2b
46
- - _serializedGuid : e67f9e40-57b3-4814-80b5-7bf7d76b40f4
47
- _currencies :
48
- - _serializedGuid : 2792f0e8-9163-4c3a-9b0d-4e2b7c651639
49
- _currencyCurrentTotals :
50
- - 9988053
51
- _currencyHistoricalTotals :
52
- - 10004255
37
+ _earnedBuildings : []
38
+ _earnedBuildingsCount :
39
+ _earnedUpgrades : []
40
+ _currencies : []
41
+ _currencyCurrentTotals : []
42
+ _currencyHistoricalTotals : []
53
43
OnTick :
54
44
m_PersistentCalls :
55
45
m_Calls :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public void Bind(Upgrade availableUpgrade)
28
28
{
29
29
_clickerComponent = availableUpgrade ;
30
30
this . Name . text = availableUpgrade . name ;
31
- this . Cost . text = availableUpgrade . Cost . Amount . ToString ( ) ;
31
+ this . Cost . text = availableUpgrade . Cost . ToString ( ) ;
32
32
this . Description . text = GenerateUpgradeString ( availableUpgrade . UpgradePerk ) ;
33
33
_button = this . GetComponent < Button > ( ) ;
34
34
_clickerManager . OnTick . AddListener ( IsActive ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ public class PopulateUpgrades : MonoBehaviour
10
10
11
11
[ NonSerialized ] private List < Binder > _objects = new List < Binder > ( ) ;
12
12
13
- // Use this for initialization
14
13
void Start ( )
15
14
{
16
15
for ( int i = 0 ; i < _clickerManager . Config . AvailableUpgrades . Length ; i ++ )
Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ PrefabInstance:
565
565
- target : {fileID: 4605584487622408764, guid: 1f34cc177f72f1a4396745b11e1b89ed,
566
566
type : 3}
567
567
propertyPath : m_AnchoredPosition.y
568
- value : -0.000061035156
568
+ value : 0.000030517578
569
569
objectReference : {fileID: 0}
570
570
- target : {fileID: 4605584488507518794, guid: 1f34cc177f72f1a4396745b11e1b89ed,
571
571
type : 3}
You can’t perform that action at this time.
0 commit comments