Untitled
unknown
plain_text
a year ago
387 B
5
Indexable
using System.Collections; using System.Collections.Generic; using Unity.VisualScripting; using UnityEngine; using UnityEngine.UIElements; public class ColorScript : MonoBehaviour { public Color[] puyoColor; void Start() { this.gameObject.GetComponent<SpriteRenderer>().color = Random.Range(0, puyoColor.Length);} void Update() { } }
Editor is loading...
Leave a Comment