This commit is contained in:
brausjonas
2023-01-24 19:38:27 +01:00
parent 025d4b974f
commit 5ca5b8c4f2
84 changed files with 14567 additions and 150 deletions
@@ -1,35 +0,0 @@
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Arrow : MonoBehaviour
{
private bool clicked = false;
private void Start()
{
Deactivate();
}
public bool IsClicked()
{
return clicked;
}
public void Activate()
{
gameObject.SetActive(true);
}
public void Deactivate()
{
clicked = false;
gameObject.SetActive(false);
}
private void OnMouseDown()
{
clicked = true;
}
}
@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 62ea731c79e81374aa55c0f0bf8183c2
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: