TO SQUASH: Added cursor setter.

This commit is contained in:
2026-08-10 21:35:53 -04:00
parent 456b5d998e
commit 11ce9bcb47
36 changed files with 4175 additions and 7 deletions
+16
View File
@@ -0,0 +1,16 @@
using UnityEngine;
public class Shark : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
+2
View File
@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 3825f704ee14d8c98932133fbd46c2fd
+16
View File
@@ -0,0 +1,16 @@
using UnityEngine;
public class SharkSpawner : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
+2
View File
@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 95d73a7ad911de521a39ec73860fe954