fix end terminal pluralisation
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Station46.Modules.End_Terminal.Scripts
|
||||
var currentText = text.text;
|
||||
currentText = value == 1
|
||||
? currentText.Replace("beacons", "beacon")
|
||||
: currentText.Replace("beacon", "beacons");
|
||||
: currentText.Replace("beacon\n", "beacons\n");
|
||||
text.text = value + currentText[currentText.IndexOf(' ')..];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -411,6 +411,11 @@ PrefabInstance:
|
||||
propertyPath: m_AnchorMin.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4030784069082873397, guid: c84e0198f66a41b4294f6e8e585192a4,
|
||||
type: 3}
|
||||
propertyPath: m_AnchorMax.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4030784069082873397, guid: c84e0198f66a41b4294f6e8e585192a4,
|
||||
type: 3}
|
||||
propertyPath: m_AnchorMax.y
|
||||
@@ -421,11 +426,21 @@ PrefabInstance:
|
||||
propertyPath: sphereFollow
|
||||
value:
|
||||
objectReference: {fileID: 5693385846897636622}
|
||||
- target: {fileID: 8790639548517127135, guid: c84e0198f66a41b4294f6e8e585192a4,
|
||||
type: 3}
|
||||
propertyPath: m_AnchorMax.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8790639548517127135, guid: c84e0198f66a41b4294f6e8e585192a4,
|
||||
type: 3}
|
||||
propertyPath: m_AnchorMax.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8790639548517127135, guid: c84e0198f66a41b4294f6e8e585192a4,
|
||||
type: 3}
|
||||
propertyPath: m_AnchorMin.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 9173203979188240829, guid: c84e0198f66a41b4294f6e8e585192a4,
|
||||
type: 3}
|
||||
propertyPath: m_AnchorMax.x
|
||||
|
||||
Reference in New Issue
Block a user