Files
aibis-dream/Assets/Scripts/UI/UIScaler.cs
T
bottlefish f6318284d3 增加了camera缩放
不知道为什么之前会选用特别蠢的图片缩放方案....浪费了些时间
2024-09-02 16:58:52 +08:00

19 lines
292 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIScaler : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}