验证码功能

This commit is contained in:
2025-08-08 12:36:25 +08:00
parent c07242fb6a
commit f1aeeb6bf3
32 changed files with 6901 additions and 9136 deletions
@@ -5,22 +5,16 @@ using UnityEngine;
using UnityEngine.Playables;
using Yarn.Unity;
using System.Collections;
using UnityEngine.Timeline;
using System.Collections.Generic;
using DG.Tweening;
using AibisDream.Utility;
using System.Linq;
namespace AibisDream
{
public class OpenSystem : MonoBehaviour
{
public DeepInClock deepInClock;
public PlayableDirector openPlayable;
public PlayableDirector breakPlayable;
public PlayableDirector bubblePlayable;
public LightRoom lightRoom;
public GameObject screen;
public SpriteRenderer dreamSprite;