添加场景跟文本框脚本

This commit is contained in:
liuliang 2024-11-30 15:11:53 +08:00
parent ed1187fa11
commit 2e16b88891
3 changed files with 29545 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 9917bf44f02c3ff4db098aa64c4a8c16
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -8,7 +8,9 @@ public class DatePanel : MonoBehaviour
[Header("组件")]
public Button calendarBtn; // 日历按钮
public GameObject calendarPanel; // 日历面板
public Text SchoolText; //事故校区文本
public Text PlaceText; //事故地点文本
public Text NumberText; //参与人数文本
// Start is called before the first frame update
void Start()
{