Implemented music Added cloud tiles Made players be able to stand on each others' heads Synced the music and day/night cycle Added a transition in to the gameplay scene Fixed blocking while dying bug
8 lines
99 B
C#
8 lines
99 B
C#
using System.Collections;
|
|
using UnityEngine;
|
|
|
|
public class SmoothToTarget : MonoBehaviour
|
|
{
|
|
|
|
}
|