Game 썸네일형 리스트형 2025년3월4주 Flappy Bird Flappy Birdhttps://github.com/devgame2020/unity/tree/main/FlappyBird unity/FlappyBird at main · devgame2020/unityContribute to devgame2020/unity development by creating an account on GitHub.github.com backgroundScrolling.csusing System.Collections;using System.Collections.Generic;using UnityEngine;public class backgroundScrolling : MonoBehaviour{ public float speed = 1; // Update is cal.. 더보기 이전 1 다음