adding project

This commit is contained in:
Sam Vermeir
2025-08-25 15:39:32 +02:00
parent c20ddcd425
commit f183063a85
67 changed files with 7332 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using UnityEngine;
public class SpinCube : MonoBehaviour
{
public float speed = 90f; // degrees per second
void Update()
{
transform.Rotate(Vector3.up, speed * Time.deltaTime);
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: b068ef5fecd842540967d17539ad200a