Day2-Afternoon

This commit is contained in:
StudentJW
2026-01-15 15:54:37 +00:00
parent c87947075d
commit 6126651cc4
6 changed files with 898 additions and 16 deletions

View File

@@ -17,4 +17,5 @@ public class MouseHover : MonoBehaviour
iTween.ScaleTo(gameObject, iTween.Hash("x", 1, "y", 1, "time", 1));
}
}