unity starter asset package importiert
This commit is contained in:
@@ -4,7 +4,7 @@ using UnityEngine.UI;
|
||||
|
||||
public class PlayerController : MonoBehaviour
|
||||
{
|
||||
private int speed;
|
||||
[SerializeField] int speed;
|
||||
private Vector3 position = Vector3.zero;
|
||||
private Text score;
|
||||
private int points;
|
||||
|
||||
Reference in New Issue
Block a user