script adjustment
This commit is contained in:
parent
68b5175a37
commit
544092e681
@ -256,7 +256,7 @@ public class Main : MonoBehaviour
|
||||
y += labelHeight + spacing;
|
||||
|
||||
GUI.Label(new Rect(10, y, 100, labelHeight), "Camera position Y", labelStyle);
|
||||
m_camPosY = GUI.HorizontalSlider(new Rect(120, y, 150, labelHeight), m_camPosY, -300.0f, 300.0f);
|
||||
m_camPosY = GUI.HorizontalSlider(new Rect(120, y, 150, labelHeight), m_camPosY, -30.0f, 100.0f);
|
||||
y += labelHeight + spacing;
|
||||
|
||||
GUI.Label(new Rect(10, y, 100, labelHeight), "Camera position Z", labelStyle);
|
||||
|
Loading…
Reference in New Issue
Block a user