Fixed slider to have better values

This commit is contained in:
dereelatwit
2023-08-09 14:37:24 -04:00
parent 8181a3426a
commit 614d62efeb
2 changed files with 4 additions and 5 deletions
@@ -746,7 +746,6 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
cellMesh: {fileID: 885170986} cellMesh: {fileID: 885170986}
speed: 3
agent: {x: 0, y: 0} agent: {x: 0, y: 0}
--- !u!1 &254496291 --- !u!1 &254496291
GameObject: GameObject:
@@ -1778,7 +1777,7 @@ MonoBehaviour:
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_text: 3.00 m_text: 2.00
m_isRightToLeft: 0 m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 6199a8d09f6d80b44afa2ad06a271be7, type: 2} m_fontAsset: {fileID: 11400000, guid: 6199a8d09f6d80b44afa2ad06a271be7, type: 2}
m_sharedMaterial: {fileID: -3238282194751116107, guid: 6199a8d09f6d80b44afa2ad06a271be7, type: 2} m_sharedMaterial: {fileID: -3238282194751116107, guid: 6199a8d09f6d80b44afa2ad06a271be7, type: 2}
@@ -3263,9 +3262,9 @@ MonoBehaviour:
m_HandleRect: {fileID: 368052878} m_HandleRect: {fileID: 368052878}
m_Direction: 1 m_Direction: 1
m_MinValue: 0.01 m_MinValue: 0.01
m_MaxValue: 5 m_MaxValue: 2
m_WholeNumbers: 0 m_WholeNumbers: 0
m_Value: 3 m_Value: 2
m_OnValueChanged: m_OnValueChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: m_Calls:
@@ -10,7 +10,7 @@ public class nMain : MonoBehaviour
private LogicGrid world; private LogicGrid world;
int placementValue; int placementValue;
public static float speed = 3.0f; public static float speed = 2.0f;
int heuristic; int heuristic;
int algorithm; int algorithm;