feat: add assets + obstacle (#26)

Co-authored-by: Théo LUDWIG <contact@theoludwig.fr>
This commit is contained in:
M VINCENT PETT
2024-12-16 15:10:08 +01:00
committed by GitHub
parent 079466b85d
commit d8e3cd824d
22 changed files with 1461 additions and 0 deletions

View File

@ -0,0 +1,21 @@
using UnityEngine;
public class Obstacle : 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()
{
}
public void OnTriggerEnter2D(Collider2D collision)
{
Debug.Log("Test");
}
}

View File

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