Skip to content

Commit

Permalink
Fix weight of pendulum text not getting updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianGlawogger committed Jan 15, 2025
1 parent 82e08e9 commit 8e0cc83
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ MonoBehaviour:
m_FallbackScreenDPI: 96
m_DefaultSpriteDPI: 96
m_DynamicPixelsPerUnit: 1
m_PresetInfoIsWorld: 0
m_PresetInfoIsWorld: 1
--- !u!114 &5202824135287962044
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1288,7 +1288,7 @@ MonoBehaviour:
weight:
assessmentName: weight
isDynamic: 0
alwaysSendValueChangedEvent: 0
alwaysSendValueChangedEvent: 1
allowSystemChange: 1
_value: 1
minValue: 1
Expand Down Expand Up @@ -1338,7 +1338,7 @@ MonoBehaviour:
ropeLength:
assessmentName: ropeLength
isDynamic: 0
alwaysSendValueChangedEvent: 0
alwaysSendValueChangedEvent: 1
allowSystemChange: 1
_value: 0.3
minValue: 0.2
Expand Down

0 comments on commit 8e0cc83

Please sign in to comment.