script adjustment

This commit is contained in:
s470618 2021-12-20 00:58:08 +01:00
parent 68b5175a37
commit 544092e681

View File

@ -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);