mirror of
https://github.com/chibicitiberiu/frica-de-gaze
synced 2024-02-24 08:23:32 +00:00
-
This commit is contained in:
parent
26b85818a5
commit
5d9c044aff
29
FricaDeGaze/Assets/AddSpider.cs
Normal file
29
FricaDeGaze/Assets/AddSpider.cs
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
using System.Collections;
|
||||||
|
|
||||||
|
public class AddSpider : MonoBehaviour {
|
||||||
|
|
||||||
|
// Use this for initialization
|
||||||
|
public GameObject enemy;
|
||||||
|
public misca2 sc;
|
||||||
|
|
||||||
|
IEnumerator Start() {
|
||||||
|
for (int i = 0; i < 10; i++) {
|
||||||
|
yield return new WaitForSeconds(Random.Range(0, 5.0f));
|
||||||
|
Instantiate(enemy);
|
||||||
|
|
||||||
|
enemy.transform.position = new Vector3(Random.Range(-2.5f, 2.5f),0,Random.Range(-0.5f, 0.5f));
|
||||||
|
sc=enemy.AddComponent("misca2") as misca2;
|
||||||
|
|
||||||
|
//sc.Invoke("Start()",0);
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Update is called once per frame
|
||||||
|
void Update () {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
8
FricaDeGaze/Assets/AddSpider.cs.meta
Normal file
8
FricaDeGaze/Assets/AddSpider.cs.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ada97eb6567e9a6498bb1160924d034a
|
||||||
|
MonoImporter:
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
BIN
FricaDeGaze/Assets/SpiderWalk.anim
Normal file
BIN
FricaDeGaze/Assets/SpiderWalk.anim
Normal file
Binary file not shown.
4
FricaDeGaze/Assets/SpiderWalk.anim.meta
Normal file
4
FricaDeGaze/Assets/SpiderWalk.anim.meta
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 60353f72506bab14093f9e6296b7748e
|
||||||
|
NativeFormatImporter:
|
||||||
|
userData:
|
BIN
FricaDeGaze/Assets/Thumbs.db
Normal file
BIN
FricaDeGaze/Assets/Thumbs.db
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll
Normal file
BIN
FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb
Normal file
BIN
FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/metadata/0b/0b78587f42484954c9e3ede041d6685b
Normal file
BIN
FricaDeGaze/Library/metadata/0b/0b78587f42484954c9e3ede041d6685b
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/metadata/1c/1c3cc7854f01e2d45be5ef011b6d2232
Normal file
BIN
FricaDeGaze/Library/metadata/1c/1c3cc7854f01e2d45be5ef011b6d2232
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/metadata/36/36e923b99d60a4541bb22c2ead6ed166
Normal file
BIN
FricaDeGaze/Library/metadata/36/36e923b99d60a4541bb22c2ead6ed166
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/metadata/5b/5b273bd3bc3a0714280e44858f2f3c2f
Normal file
BIN
FricaDeGaze/Library/metadata/5b/5b273bd3bc3a0714280e44858f2f3c2f
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/metadata/60/60353f72506bab14093f9e6296b7748e
Normal file
BIN
FricaDeGaze/Library/metadata/60/60353f72506bab14093f9e6296b7748e
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/metadata/ad/ada97eb6567e9a6498bb1160924d034a
Normal file
BIN
FricaDeGaze/Library/metadata/ad/ada97eb6567e9a6498bb1160924d034a
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/metadata/f5/f51001e89cd8f2742aaa986cf1040b60
Normal file
BIN
FricaDeGaze/Library/metadata/f5/f51001e89cd8f2742aaa986cf1040b60
Normal file
Binary file not shown.
BIN
FricaDeGaze/Library/metadata/f6/f6e251b779901f04db3728b14fd0da67
Normal file
BIN
FricaDeGaze/Library/metadata/f6/f6e251b779901f04db3728b14fd0da67
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user