Upload files to "/"

This commit is contained in:
aishandavaniaaanisah 2024-05-30 13:42:00 +07:00
parent 60e4e8d3a4
commit 10838d640c
1 changed files with 20 additions and 0 deletions

20
finalskor.cs Normal file
View File

@ -0,0 +1,20 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class finalskor : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
GetComponent<Text>().text = PlayerPrefs.GetInt("skor").ToString();
}
// Update is called once per frame
void Update()
{
}
}