mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 20:13:02 +00:00
re-save prefab
This commit is contained in:
parent
f3490beb80
commit
ce6cc33d97
2 changed files with 1 additions and 2 deletions
|
@ -1764,7 +1764,7 @@ MonoBehaviour:
|
|||
pedStateText: {fileID: 7285285471400155620}
|
||||
pedVelocityText: {fileID: 6556768988591572453}
|
||||
radioStationText: {fileID: 261304231076654976}
|
||||
radioStationImage: {fileID: 0}
|
||||
m_radioStationLabelDuration: 3
|
||||
--- !u!1 &1693155584687832567
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
|
@ -21,7 +21,6 @@ namespace SanAndreasUnity.UI {
|
|||
public Text pedStateText;
|
||||
public Text pedVelocityText;
|
||||
public Text radioStationText;
|
||||
public RawImage radioStationImage;
|
||||
|
||||
[SerializeField] [Range(0.3f, 10f)] float m_radioStationLabelDuration = 3f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue