mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-04-17 18:56:18 +02:00
refactor: do not use "Script" in class names as not necessary
This commit is contained in:
parent
78ab70e020
commit
2c74515778
@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class CameraScript : MonoBehaviour
|
||||
public class Camera : MonoBehaviour
|
||||
{
|
||||
public GameObject playerObject;
|
||||
|
@ -1,7 +1,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class PlayerScript : MonoBehaviour
|
||||
public class Player : MonoBehaviour
|
||||
{
|
||||
public Rigidbody2D rigidBody;
|
||||
public GameObject playerObject;
|
Loading…
x
Reference in New Issue
Block a user