MOD: Sprites hinzugefügt

MOD: Gegner platziert
This commit is contained in:
2024-09-06 11:38:44 +02:00
parent fcb1786297
commit e8db16506d
618 changed files with 184184 additions and 26173 deletions

View File

@@ -2,6 +2,7 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
//Ben Keller
public class BulletScript : MonoBehaviour
{
private Vector3 mousePos;
@@ -10,7 +11,6 @@ public class BulletScript : MonoBehaviour
public float force;
public Weapon weapon;
// Start is called before the first frame update
void Start()
{
mainCamera = GameObject.FindGameObjectWithTag("MainCamera").GetComponent<Camera>();