Skip to content
Snippets Groups Projects
Commit 0153d5ae authored by Charly's avatar Charly
Browse files

Ajout signe $ après la vente, pour plus de clareté

parent 2335571a
Branches
1 merge request!195Fix 2x trop rapide ; clean console ; ajout signe "$" dans vente
......@@ -9741,7 +9741,6 @@ MonoBehaviour:
PanelInventory: {fileID: 319808361}
PanelNotif: {fileID: 335311817}
notif: {fileID: 1384967543}
classePopup: {fileID: 1283002892}
render: {fileID: 901415869}
--- !u!1 &374260327
GameObject:
......@@ -9852,7 +9851,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: '0 : 0'
m_text: '0 : 0$'
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 25417fff2709b48e39240fc4cb56b67e, type: 2}
m_sharedMaterial: {fileID: -1030402903651679000, guid: 25417fff2709b48e39240fc4cb56b67e, type: 2}
......@@ -56,7 +56,7 @@ public class SellScript : MonoBehaviour
public void valueChanged()
{
resValue.text = Math.Round(slider.value) + " : " + (totalPrice());
resValue.text = Math.Round(slider.value) + " : " + totalPrice() + "$";
}
/// <summary>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment