mirror of
https://github.com/Xevion/Boids.git
synced 2026-01-31 08:23:35 -06:00
add target framerate of 90fps, move Graphy module to top left
This commit is contained in:
@@ -3365,6 +3365,10 @@ PrefabInstance:
|
|||||||
propertyPath: m_backgroundColor.a
|
propertyPath: m_backgroundColor.a
|
||||||
value: 0.6156863
|
value: 0.6156863
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 11496292, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}
|
||||||
|
propertyPath: m_graphModulePosition
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 22415034, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}
|
- target: {fileID: 22415034, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}
|
||||||
propertyPath: m_AnchoredPosition.x
|
propertyPath: m_AnchoredPosition.x
|
||||||
value: -163.56982
|
value: -163.56982
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Net;
|
|
||||||
using JetBrains.Annotations;
|
|
||||||
using UnityEditorInternal;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.UI;
|
using UnityEngine.UI;
|
||||||
|
|
||||||
@@ -78,6 +75,9 @@ public class UIController : MonoBehaviour {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void Start() {
|
private void Start() {
|
||||||
|
// Set Target Application Framerate
|
||||||
|
Application.targetFrameRate = 90;
|
||||||
|
|
||||||
// Basic variable setup
|
// Basic variable setup
|
||||||
_currentUI = UIStance.Title;
|
_currentUI = UIStance.Title;
|
||||||
_scaler = canvas.GetComponent<CanvasScaler>();
|
_scaler = canvas.GetComponent<CanvasScaler>();
|
||||||
|
|||||||
Reference in New Issue
Block a user