diff --git a/FricaDeGaze/Assembly-CSharp-firstpass-vs.csproj b/FricaDeGaze/Assembly-CSharp-firstpass-vs.csproj index fcf42a1..070ac42 100644 --- a/FricaDeGaze/Assembly-CSharp-firstpass-vs.csproj +++ b/FricaDeGaze/Assembly-CSharp-firstpass-vs.csproj @@ -39,17 +39,17 @@ - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEngine.dll - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEditor.dll - C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll + E:/SDKs/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll diff --git a/FricaDeGaze/Assembly-CSharp-firstpass.csproj b/FricaDeGaze/Assembly-CSharp-firstpass.csproj index fcf42a1..070ac42 100644 --- a/FricaDeGaze/Assembly-CSharp-firstpass.csproj +++ b/FricaDeGaze/Assembly-CSharp-firstpass.csproj @@ -39,17 +39,17 @@ - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEngine.dll - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEditor.dll - C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll + E:/SDKs/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll diff --git a/FricaDeGaze/Assembly-CSharp-vs.csproj b/FricaDeGaze/Assembly-CSharp-vs.csproj index d88c5c3..752047c 100644 --- a/FricaDeGaze/Assembly-CSharp-vs.csproj +++ b/FricaDeGaze/Assembly-CSharp-vs.csproj @@ -39,24 +39,23 @@ - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEngine.dll - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEditor.dll - - - - - + + + + - C:/Users/ligia_000/Documents/PCWorkspace/frica-de-gaze/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll + E:/Facultate/VR/Lab4_FricaDeGaze/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll - C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll + E:/SDKs/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll diff --git a/FricaDeGaze/Assembly-CSharp.csproj b/FricaDeGaze/Assembly-CSharp.csproj index c073f9d..335a487 100644 --- a/FricaDeGaze/Assembly-CSharp.csproj +++ b/FricaDeGaze/Assembly-CSharp.csproj @@ -39,21 +39,20 @@ - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEngine.dll - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEditor.dll - - - - - + + + + - C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll + E:/SDKs/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll diff --git a/FricaDeGaze/Assembly-UnityScript-firstpass-vs.unityproj b/FricaDeGaze/Assembly-UnityScript-firstpass-vs.unityproj index 907d686..8ecb54a 100644 --- a/FricaDeGaze/Assembly-UnityScript-firstpass-vs.unityproj +++ b/FricaDeGaze/Assembly-UnityScript-firstpass-vs.unityproj @@ -39,10 +39,10 @@ - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEngine.dll - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEditor.dll @@ -50,7 +50,7 @@ - C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll + E:/SDKs/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll diff --git a/FricaDeGaze/Assembly-UnityScript-firstpass.unityproj b/FricaDeGaze/Assembly-UnityScript-firstpass.unityproj index 907d686..8ecb54a 100644 --- a/FricaDeGaze/Assembly-UnityScript-firstpass.unityproj +++ b/FricaDeGaze/Assembly-UnityScript-firstpass.unityproj @@ -39,10 +39,10 @@ - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEngine.dll - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + E:/SDKs/Unity/Editor/Data/Managed/UnityEditor.dll @@ -50,7 +50,7 @@ - C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll + E:/SDKs/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll diff --git a/FricaDeGaze/Assets/AddSpider.cs b/FricaDeGaze/Assets/AddSpider.cs deleted file mode 100644 index b97a717..0000000 --- a/FricaDeGaze/Assets/AddSpider.cs +++ /dev/null @@ -1,29 +0,0 @@ -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 () { - - } -} diff --git a/FricaDeGaze/Assets/FricaDeGazeScene.unity b/FricaDeGaze/Assets/FricaDeGazeScene.unity index fe2ff1a..7863bd6 100644 Binary files a/FricaDeGaze/Assets/FricaDeGazeScene.unity and b/FricaDeGaze/Assets/FricaDeGazeScene.unity differ diff --git a/FricaDeGaze/Assets/Materials/BounceMaterial.physicMaterial b/FricaDeGaze/Assets/Materials/BounceMaterial.physicMaterial new file mode 100644 index 0000000..c5bc154 Binary files /dev/null and b/FricaDeGaze/Assets/Materials/BounceMaterial.physicMaterial differ diff --git a/FricaDeGaze/Assets/Materials/BounceMaterial.physicMaterial.meta b/FricaDeGaze/Assets/Materials/BounceMaterial.physicMaterial.meta new file mode 100644 index 0000000..bcec83e --- /dev/null +++ b/FricaDeGaze/Assets/Materials/BounceMaterial.physicMaterial.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: f5e16dbd542e6b640aa077bdb3c5ae44 +NativeFormatImporter: + userData: diff --git a/FricaDeGaze/Assets/MiscaPaianjen.cs b/FricaDeGaze/Assets/MiscaPaianjen.cs deleted file mode 100644 index 801998a..0000000 --- a/FricaDeGaze/Assets/MiscaPaianjen.cs +++ /dev/null @@ -1,44 +0,0 @@ -using UnityEngine; -using System.Collections; - -public class MisacaPaianjen : MonoBehaviour { - - // Use this for initialization - void Start () { - itembounce(); - } - - Vector3 speed = new Vector3(0,0.002f,0); - - bool bouncing = true; - - - // Update is called once per frame - void Update () { - if (bouncing == true) { - this.transform.position += speed; - } else if (bouncing == false) { - this.transform.position -= speed; - } - - //bouncing = !bouncing; - } - - - IEnumerator itembounce() { - - for(int i=0;i>1;i++) - { - - // yield return new WaitForSeconds(0.002f); - //bouncing = !bouncing; - - bouncing = !bouncing; - yield return new WaitForSeconds(0.002f); - } - - - } - - -} diff --git a/FricaDeGaze/Assets/RandomSpider.cs b/FricaDeGaze/Assets/RandomSpider.cs deleted file mode 100644 index 1dee72a..0000000 --- a/FricaDeGaze/Assets/RandomSpider.cs +++ /dev/null @@ -1,15 +0,0 @@ -using UnityEngine; -using System.Collections; - -public class RandomSpider : MonoBehaviour { - - // Use this for initialization - void Start () { - - } - - // Update is called once per frame - void Update () { - - } -} diff --git a/FricaDeGaze/Assets/Scripts.meta b/FricaDeGaze/Assets/Scripts.meta new file mode 100644 index 0000000..6ed35f8 --- /dev/null +++ b/FricaDeGaze/Assets/Scripts.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 3596652f82a84a6488d81ef553a58c96 +folderAsset: yes +DefaultImporter: + userData: diff --git a/FricaDeGaze/Assets/Scripts/AddSpider.cs b/FricaDeGaze/Assets/Scripts/AddSpider.cs new file mode 100644 index 0000000..c9d8533 --- /dev/null +++ b/FricaDeGaze/Assets/Scripts/AddSpider.cs @@ -0,0 +1,34 @@ +using UnityEngine; +using System.Collections; + +public class AddSpider : MonoBehaviour { + + // Use this for initialization + public GameObject enemy; + public SpiderMove sc; + + float randomInterval = 5.0f; + + IEnumerator Start() + { + while(true) + { + yield return new WaitForSeconds(Random.Range(randomInterval, 2 * randomInterval)); + + if (randomInterval > .2f) + randomInterval -= randomInterval / 10; + + Instantiate(enemy); + + float scale = Random.Range(.5f / randomInterval, .5f / randomInterval); + + enemy.transform.position = new Vector3(-4, 0, -4); + enemy.transform.localScale = new Vector3(scale, scale, scale); + } + } + + // Update is called once per frame + void Update () { + + } +} diff --git a/FricaDeGaze/Assets/AddSpider.cs.meta b/FricaDeGaze/Assets/Scripts/AddSpider.cs.meta similarity index 100% rename from FricaDeGaze/Assets/AddSpider.cs.meta rename to FricaDeGaze/Assets/Scripts/AddSpider.cs.meta diff --git a/FricaDeGaze/Assets/Scripts/BallCollisionWithSpider.cs b/FricaDeGaze/Assets/Scripts/BallCollisionWithSpider.cs new file mode 100644 index 0000000..9d5c076 --- /dev/null +++ b/FricaDeGaze/Assets/Scripts/BallCollisionWithSpider.cs @@ -0,0 +1,29 @@ +using UnityEngine; +using System.Collections; + +public class BallCollisionWithSpider : MonoBehaviour { + + public AudioSource SoundToPlay; + + void OnTriggerEnter(Collider other) + { + if (other.gameObject.name.Contains ("Spider")) + { + Destroy (gameObject); + Destroy (other.gameObject); + + SoundToPlay.enabled = true; + SoundToPlay.Play (); + } + } + + // Use this for initialization + void Start () { + + } + + // Update is called once per frame + void Update () { + + } +} diff --git a/FricaDeGaze/Assets/RandomSpider.cs.meta b/FricaDeGaze/Assets/Scripts/BallCollisionWithSpider.cs.meta similarity index 78% rename from FricaDeGaze/Assets/RandomSpider.cs.meta rename to FricaDeGaze/Assets/Scripts/BallCollisionWithSpider.cs.meta index 06045d4..f76da46 100644 --- a/FricaDeGaze/Assets/RandomSpider.cs.meta +++ b/FricaDeGaze/Assets/Scripts/BallCollisionWithSpider.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 82e5532adcca69249891443803001d52 +guid: 11f62baee581a48498f4d97b47844f9e MonoImporter: serializedVersion: 2 defaultReferences: [] diff --git a/FricaDeGaze/Assets/Scripts/BallShoot.cs b/FricaDeGaze/Assets/Scripts/BallShoot.cs new file mode 100644 index 0000000..7d8d432 --- /dev/null +++ b/FricaDeGaze/Assets/Scripts/BallShoot.cs @@ -0,0 +1,38 @@ +using UnityEngine; +using System.Collections; + +public class BallShoot : MonoBehaviour { + + public GameObject Ball; + public float ThrowSpeed = 10f; + public AudioSource ThrowSound; + + private float LastThrowTime = 0; + + // Use this for initialization + void Start () { + + Physics.gravity = new Vector3(0, -20, 0); + } + + // Update is called once per frame + void Update () { + + var direction = Camera.main.transform.forward; + + if (Input.GetButton ("Fire1") && LastThrowTime + .05 < Time.timeSinceLevelLoad) + { + // Throw ball + var ball = Instantiate(Ball) as GameObject; + ball.transform.position = Camera.main.transform.position + direction; + ball.rigidbody.AddForce(direction * ThrowSpeed, ForceMode.Impulse); + + LastThrowTime = Time.timeSinceLevelLoad; + + // Play sound + if (ThrowSound != null) + ThrowSound.Play(); + } + + } +} diff --git a/FricaDeGaze/Assets/misca2.cs.meta b/FricaDeGaze/Assets/Scripts/BallShoot.cs.meta similarity index 78% rename from FricaDeGaze/Assets/misca2.cs.meta rename to FricaDeGaze/Assets/Scripts/BallShoot.cs.meta index 18f7a2b..039bad8 100644 --- a/FricaDeGaze/Assets/misca2.cs.meta +++ b/FricaDeGaze/Assets/Scripts/BallShoot.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: f6e251b779901f04db3728b14fd0da67 +guid: 4e5915773de69b14fb8e8a5f0fdd1d3d MonoImporter: serializedVersion: 2 defaultReferences: [] diff --git a/FricaDeGaze/Assets/Scripts/SpiderMove.cs b/FricaDeGaze/Assets/Scripts/SpiderMove.cs new file mode 100644 index 0000000..1b14ed3 --- /dev/null +++ b/FricaDeGaze/Assets/Scripts/SpiderMove.cs @@ -0,0 +1,43 @@ +using UnityEngine; +using System.Collections; + +public class SpiderMove : MonoBehaviour { + + public float Speed; + + Vector3 source; + Vector3 destination; + + Vector3 generaterandom() + { + // Generate positions outside box + float x, z; + x = Random.Range(-4f, 4f); + z = -Random.Range(-4f, 4f); + + return new Vector3 (x, .2f, z); + } + + IEnumerator Start () { + + + source = generaterandom (); + destination = generaterandom (); + + gameObject.transform.forward = destination - source; + gameObject.transform.position = source; + + yield return null; + } + + // Update is called once per frame + void Update () + { + gameObject.transform.position += gameObject.transform.forward * Speed; + + if (Mathf.Abs(gameObject.transform.position.x) > 5f + || Mathf.Abs(gameObject.transform.position.y) > 5f + || Mathf.Abs(gameObject.transform.position.z) > 5f) + Destroy (gameObject); + } +} diff --git a/FricaDeGaze/Assets/MiscaPaianjen.cs.meta b/FricaDeGaze/Assets/Scripts/SpiderMove.cs.meta similarity index 78% rename from FricaDeGaze/Assets/MiscaPaianjen.cs.meta rename to FricaDeGaze/Assets/Scripts/SpiderMove.cs.meta index 370d307..b138798 100644 --- a/FricaDeGaze/Assets/MiscaPaianjen.cs.meta +++ b/FricaDeGaze/Assets/Scripts/SpiderMove.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: f63a20eaa3e3c1841b079fecfda81c75 +guid: 2fd658d74558a1a4090b8cef4b940993 MonoImporter: serializedVersion: 2 defaultReferences: [] diff --git a/FricaDeGaze/Assets/Sounds.meta b/FricaDeGaze/Assets/Sounds.meta new file mode 100644 index 0000000..c37c47e --- /dev/null +++ b/FricaDeGaze/Assets/Sounds.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: d12adab5d9699aa48a8fd9a05c04daf8 +folderAsset: yes +DefaultImporter: + userData: diff --git a/FricaDeGaze/Assets/Sounds/Slime Splash-SoundBible.com-1894179558.mp3 b/FricaDeGaze/Assets/Sounds/Slime Splash-SoundBible.com-1894179558.mp3 new file mode 100644 index 0000000..16cad22 Binary files /dev/null and b/FricaDeGaze/Assets/Sounds/Slime Splash-SoundBible.com-1894179558.mp3 differ diff --git a/FricaDeGaze/Assets/Sounds/Slime Splash-SoundBible.com-1894179558.mp3.meta b/FricaDeGaze/Assets/Sounds/Slime Splash-SoundBible.com-1894179558.mp3.meta new file mode 100644 index 0000000..3fd5a17 --- /dev/null +++ b/FricaDeGaze/Assets/Sounds/Slime Splash-SoundBible.com-1894179558.mp3.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 998364551f10b174c93126406e10665f +AudioImporter: + serializedVersion: 4 + format: 0 + quality: -1 + stream: 1 + 3D: 1 + forceToMono: 0 + useHardware: 0 + loopable: 0 + userData: diff --git a/FricaDeGaze/Assets/Sounds/Verbum_Mentis_Refrigerium_04_Expiated.ogg b/FricaDeGaze/Assets/Sounds/Verbum_Mentis_Refrigerium_04_Expiated.ogg new file mode 100644 index 0000000..072273f Binary files /dev/null and b/FricaDeGaze/Assets/Sounds/Verbum_Mentis_Refrigerium_04_Expiated.ogg differ diff --git a/FricaDeGaze/Assets/Sounds/Verbum_Mentis_Refrigerium_04_Expiated.ogg.meta b/FricaDeGaze/Assets/Sounds/Verbum_Mentis_Refrigerium_04_Expiated.ogg.meta new file mode 100644 index 0000000..7f9a3bf --- /dev/null +++ b/FricaDeGaze/Assets/Sounds/Verbum_Mentis_Refrigerium_04_Expiated.ogg.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 30c27eb7e090f9942a0bea7796059bf6 +AudioImporter: + serializedVersion: 4 + format: 0 + quality: .5 + stream: 1 + 3D: 0 + forceToMono: 0 + useHardware: 0 + loopable: 0 + userData: diff --git a/FricaDeGaze/Assets/Sounds/Woosh-Mark_DiAngelo-4778593.wav b/FricaDeGaze/Assets/Sounds/Woosh-Mark_DiAngelo-4778593.wav new file mode 100644 index 0000000..9c7e23d Binary files /dev/null and b/FricaDeGaze/Assets/Sounds/Woosh-Mark_DiAngelo-4778593.wav differ diff --git a/FricaDeGaze/Assets/Sounds/Woosh-Mark_DiAngelo-4778593.wav.meta b/FricaDeGaze/Assets/Sounds/Woosh-Mark_DiAngelo-4778593.wav.meta new file mode 100644 index 0000000..601ff14 --- /dev/null +++ b/FricaDeGaze/Assets/Sounds/Woosh-Mark_DiAngelo-4778593.wav.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 6e362b2e20aed9e459a1adcbb1c529ca +AudioImporter: + serializedVersion: 4 + format: -1 + quality: -1 + stream: 1 + 3D: 1 + forceToMono: 0 + useHardware: 0 + loopable: 0 + userData: diff --git a/FricaDeGaze/Assets/Sphere.prefab b/FricaDeGaze/Assets/Sphere.prefab new file mode 100644 index 0000000..9d6fb1c Binary files /dev/null and b/FricaDeGaze/Assets/Sphere.prefab differ diff --git a/FricaDeGaze/Assets/Sphere.prefab.meta b/FricaDeGaze/Assets/Sphere.prefab.meta new file mode 100644 index 0000000..91f01d2 --- /dev/null +++ b/FricaDeGaze/Assets/Sphere.prefab.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: 0c2216c65b2d8cb409b1331bebd3bed8 +NativeFormatImporter: + userData: diff --git a/FricaDeGaze/Assets/SpiderPrefab 1.controller b/FricaDeGaze/Assets/SpiderPrefab 1.controller new file mode 100644 index 0000000..142cb55 Binary files /dev/null and b/FricaDeGaze/Assets/SpiderPrefab 1.controller differ diff --git a/FricaDeGaze/Assets/SpiderPrefab 1.controller.meta b/FricaDeGaze/Assets/SpiderPrefab 1.controller.meta new file mode 100644 index 0000000..ffda4ed --- /dev/null +++ b/FricaDeGaze/Assets/SpiderPrefab 1.controller.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: bbc9fde9047893846b7a5d96a9f2fb35 +NativeFormatImporter: + userData: diff --git a/FricaDeGaze/Assets/SpiderPrefab.controller b/FricaDeGaze/Assets/SpiderPrefab.controller new file mode 100644 index 0000000..d1dc585 Binary files /dev/null and b/FricaDeGaze/Assets/SpiderPrefab.controller differ diff --git a/FricaDeGaze/Assets/SpiderPrefab.controller.meta b/FricaDeGaze/Assets/SpiderPrefab.controller.meta new file mode 100644 index 0000000..584d85b --- /dev/null +++ b/FricaDeGaze/Assets/SpiderPrefab.controller.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: c64c7d6dbb8aa1049b06acc13410688f +NativeFormatImporter: + userData: diff --git a/FricaDeGaze/Assets/SpiderPrefab.prefab b/FricaDeGaze/Assets/SpiderPrefab.prefab new file mode 100644 index 0000000..e7e9a8d Binary files /dev/null and b/FricaDeGaze/Assets/SpiderPrefab.prefab differ diff --git a/FricaDeGaze/Assets/SpiderPrefab.prefab.meta b/FricaDeGaze/Assets/SpiderPrefab.prefab.meta new file mode 100644 index 0000000..a2d8271 --- /dev/null +++ b/FricaDeGaze/Assets/SpiderPrefab.prefab.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: c8d7b6d00b9e9fb41820f68dd8bb7eef +NativeFormatImporter: + userData: diff --git a/FricaDeGaze/Assets/SpiderWalk.anim b/FricaDeGaze/Assets/SpiderWalk.anim index 8206800..7da7d1a 100644 Binary files a/FricaDeGaze/Assets/SpiderWalk.anim and b/FricaDeGaze/Assets/SpiderWalk.anim differ diff --git a/FricaDeGaze/Assets/Thumbs.db b/FricaDeGaze/Assets/Thumbs.db deleted file mode 100644 index ee8249b..0000000 Binary files a/FricaDeGaze/Assets/Thumbs.db and /dev/null differ diff --git a/FricaDeGaze/Assets/misca2.cs b/FricaDeGaze/Assets/misca2.cs deleted file mode 100644 index 80ab1a6..0000000 --- a/FricaDeGaze/Assets/misca2.cs +++ /dev/null @@ -1,77 +0,0 @@ -using UnityEngine; -using System.Collections; - -public class misca2 : MonoBehaviour { - - public Transform target; - public float RotationSpeed; - - IEnumerator Start () { - - //yield return new WaitForSeconds (0.2f); - //float width = camera.pixelWidth; - /*float speed = 1; - //move towards the center of the world (or where ever you like) - Vector3 targetPosition = target.position; - - Vector3 currentPosition = this.transform.position; - //first, check to see if we're close enough to the target - if(Vector3.Distance(currentPosition, targetPosition) > .1f) { - Vector3 directionOfTravel = targetPosition - currentPosition; - //now normalize the direction, since we only want the direction information - directionOfTravel.Normalize(); - //scale the movement on each axis by the directionOfTravel vector components - - this.transform.Translate( - 0, - (directionOfTravel.y * speed * Time.deltaTime), - 0, - Space.World); - }*/ - //transform.RotateAround (target.position, new Vector3 (0, target.position.y, 0), 0); - //transform.position = new Vector3(target.position.x,0.1f+target.position.y,target.position.z); - float dis = Vector3.Distance (transform.position, target.position); - float xpos = Random.Range (-target.position.x, target.position.x); - //while (xpos > target.position.x) - xpos = Random.Range (-target.position.x, target.position.x); - float zpos = Random.Range (-target.position.z, target.position.z); - //while (zpos > target.position.z) - zpos = Random.Range (-target.position.z, target.position.z); - - Vector3 position = new Vector3(xpos, 0, zpos); - //transform.TransformVector (new Vector3(target.position.x,target.position.y,target.position)); - - Vector3 pointA = transform.position; - //Vector3 pointB = pointA + new Vector3 (0.5f,0,0.5f); - while (true) { - yield return StartCoroutine(MoveObject(transform, pointA, position, 0.1f)); - yield return StartCoroutine(MoveObject(transform, position, pointA, 0.1f)); - //while (xpos > target.position.x) - xpos = Random.Range (-target.position.x, target.position.x); - //while (zpos > target.position.z) - zpos = Random.Range (-target.position.z, target.position.z); - position.x = xpos; - position.z = zpos; - - } - } - - IEnumerator MoveObject (Transform thisTransform, Vector3 startPos, Vector3 endPos, float time) { - - - float i = 0.0f; - float rate = 0.1f / time; - while (i < 1.0f) { - i += Time.deltaTime * rate; - thisTransform.position = Vector3.Lerp(startPos, endPos, i); - - yield return null; - } - } - - - // Update is called once per frame - void Update () { - } - -} diff --git a/FricaDeGaze/Assets/misca3.cs b/FricaDeGaze/Assets/misca3.cs deleted file mode 100644 index 33ef53b..0000000 --- a/FricaDeGaze/Assets/misca3.cs +++ /dev/null @@ -1,32 +0,0 @@ -using UnityEngine; -using System.Collections; - -public class misca3 : MonoBehaviour { - - - - IEnumerator Start () { - yield return new WaitForSeconds (0.5f); - Vector3 pointA = transform.position; - Vector3 pointB = pointA + new Vector3 (0,0.05f,0); - while (true) { - yield return StartCoroutine(MoveObject(transform, pointA, pointB, 0.5f)); - yield return StartCoroutine(MoveObject(transform, pointB, pointA, 0.5f)); - } - } - - IEnumerator MoveObject (Transform thisTransform, Vector3 startPos, Vector3 endPos, float time) { - float i = 0.0f; - float rate = 1.0f / time; - while (i < 1.0f) { - i += Time.deltaTime * rate; - thisTransform.position = Vector3.Lerp(startPos, endPos, i); - yield return null; - } - } - - // Update is called once per frame - void Update () { - - } -} diff --git a/FricaDeGaze/Assets/misca3.cs.meta b/FricaDeGaze/Assets/misca3.cs.meta deleted file mode 100644 index 97b44de..0000000 --- a/FricaDeGaze/Assets/misca3.cs.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: c0d2b45e067b8af4aafe3029b5b82676 -MonoImporter: - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: diff --git a/FricaDeGaze/Assets/spider.blend b/FricaDeGaze/Assets/spider.blend index 9b25de7..2d3d1c9 100644 Binary files a/FricaDeGaze/Assets/spider.blend and b/FricaDeGaze/Assets/spider.blend differ diff --git a/FricaDeGaze/Assets/spider.blend1 b/FricaDeGaze/Assets/spider.blend1 index afb4d60..e5c3a7a 100644 Binary files a/FricaDeGaze/Assets/spider.blend1 and b/FricaDeGaze/Assets/spider.blend1 differ diff --git a/FricaDeGaze/FricaDeGaze-csharp.sln b/FricaDeGaze/FricaDeGaze-csharp.sln index 9505783..74f1bb8 100644 --- a/FricaDeGaze/FricaDeGaze-csharp.sln +++ b/FricaDeGaze/FricaDeGaze-csharp.sln @@ -23,7 +23,11 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection +<<<<<<< HEAD GlobalSection(MonoDevelopProperties) = preSolution +======= + GlobalSection(MonoDevelopProperties) = preSolution +>>>>>>> 2a8d2ffe512122e5fb4393f5bd437afcac8639b0 StartupItem = Assembly-CSharp.csproj Policies = $0 $0.TextStylePolicy = $1 diff --git a/FricaDeGaze/FricaDeGaze.sln b/FricaDeGaze/FricaDeGaze.sln index 17eeb69..d0bfd08 100644 --- a/FricaDeGaze/FricaDeGaze.sln +++ b/FricaDeGaze/FricaDeGaze.sln @@ -29,7 +29,11 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection +<<<<<<< HEAD GlobalSection(MonoDevelopProperties) = preSolution +======= + GlobalSection(MonoDevelopProperties) = preSolution +>>>>>>> 2a8d2ffe512122e5fb4393f5bd437afcac8639b0 StartupItem = Assembly-CSharp.csproj Policies = $0 $0.TextStylePolicy = $1 diff --git a/FricaDeGaze/FricaDeGaze.userprefs b/FricaDeGaze/FricaDeGaze.userprefs index e3d4a44..f439703 100644 --- a/FricaDeGaze/FricaDeGaze.userprefs +++ b/FricaDeGaze/FricaDeGaze.userprefs @@ -1,11 +1,8 @@  - - + + - - - - + diff --git a/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-CSharp-firstpass.dll b/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-CSharp-firstpass.dll new file mode 100644 index 0000000..8246f12 Binary files /dev/null and b/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-CSharp-firstpass.dll differ diff --git a/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-CSharp.dll b/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-CSharp.dll new file mode 100644 index 0000000..087847b Binary files /dev/null and b/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-CSharp.dll differ diff --git a/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-UnityScript-firstpass.dll b/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-UnityScript-firstpass.dll index 3a8c6e8..6b3d47a 100644 Binary files a/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-UnityScript-firstpass.dll and b/FricaDeGaze/FricaDeGaze_Data/Managed/Assembly-UnityScript-firstpass.dll differ diff --git a/FricaDeGaze/FricaDeGaze_Data/PlayerConnectionConfigFile b/FricaDeGaze/FricaDeGaze_Data/PlayerConnectionConfigFile index 8108d30..5e73320 100644 --- a/FricaDeGaze/FricaDeGaze_Data/PlayerConnectionConfigFile +++ b/FricaDeGaze/FricaDeGaze_Data/PlayerConnectionConfigFile @@ -1 +1 @@ -listen 1870003376 0 0 \ No newline at end of file +listen 2644273091 0 0 \ No newline at end of file diff --git a/FricaDeGaze/FricaDeGaze_Data/mainData b/FricaDeGaze/FricaDeGaze_Data/mainData index 9744533..f14469e 100644 Binary files a/FricaDeGaze/FricaDeGaze_Data/mainData and b/FricaDeGaze/FricaDeGaze_Data/mainData differ diff --git a/FricaDeGaze/FricaDeGaze_Data/output_log.txt b/FricaDeGaze/FricaDeGaze_Data/output_log.txt index 93da3e6..1472e15 100644 --- a/FricaDeGaze/FricaDeGaze_Data/output_log.txt +++ b/FricaDeGaze/FricaDeGaze_Data/output_log.txt @@ -1,21 +1,744 @@ Initialize engine version: 4.6.1f1 (d1db7a1b5196) GfxDevice: creating device client; threaded=1 Direct3D: - Version: Direct3D 11.0 [level 11.0] - Renderer: NVIDIA GeForce 820M (ID=0x1140) - Vendor: NVIDIA - VRAM: 1994 MB + Version: Direct3D 11.0 [level 10.1] + Renderer: ATI Mobility Radeon HD 4500/5100 Series (ID=0x9553) + Vendor: ATI + VRAM: 505 MB Begin MonoManager ReloadAssembly -Platform assembly: C:\Users\ligia_000\Documents\PCWorkspace\frica-de-gaze\FricaDeGaze\FricaDeGaze_Data\Managed\UnityEngine.dll (this message is harmless) -Loading C:\Users\ligia_000\Documents\PCWorkspace\frica-de-gaze\FricaDeGaze\FricaDeGaze_Data\Managed\UnityEngine.dll into Unity Child Domain -Platform assembly: C:\Users\ligia_000\Documents\PCWorkspace\frica-de-gaze\FricaDeGaze\FricaDeGaze_Data\Managed\Assembly-UnityScript-firstpass.dll (this message is harmless) -Loading C:\Users\ligia_000\Documents\PCWorkspace\frica-de-gaze\FricaDeGaze\FricaDeGaze_Data\Managed\Assembly-UnityScript-firstpass.dll into Unity Child Domain -Platform assembly: C:\Users\ligia_000\Documents\PCWorkspace\frica-de-gaze\FricaDeGaze\FricaDeGaze_Data\Managed\UnityEngine.UI.dll (this message is harmless) -Loading C:\Users\ligia_000\Documents\PCWorkspace\frica-de-gaze\FricaDeGaze\FricaDeGaze_Data\Managed\UnityEngine.UI.dll into Unity Child Domain -- Completed reload, in 0.047 seconds +Platform assembly: E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\UnityEngine.dll (this message is harmless) +Loading E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\UnityEngine.dll into Unity Child Domain +Platform assembly: E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\Assembly-CSharp-firstpass.dll (this message is harmless) +Loading E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\Assembly-CSharp-firstpass.dll into Unity Child Domain +Platform assembly: E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\Assembly-CSharp.dll (this message is harmless) +Loading E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\Assembly-CSharp.dll into Unity Child Domain +Platform assembly: E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\Assembly-UnityScript-firstpass.dll (this message is harmless) +Loading E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\Assembly-UnityScript-firstpass.dll into Unity Child Domain +Platform assembly: E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\UnityEngine.UI.dll (this message is harmless) +Loading E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\UnityEngine.UI.dll into Unity Child Domain +- Completed reload, in 0.456 seconds desktop: 1366x768 60Hz; virtual: 1366x768 at 0,0 Initializing input. -XInput1_3.dll not found. Input initialized. -Platform assembly: C:\Users\ligia_000\Documents\PCWorkspace\frica-de-gaze\FricaDeGaze\FricaDeGaze_Data\Managed\System.Core.dll (this message is harmless) -Platform assembly: C:\Users\ligia_000\Documents\PCWorkspace\frica-de-gaze\FricaDeGaze\FricaDeGaze_Data\Managed\Boo.Lang.dll (this message is harmless) +Platform assembly: E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\System.Core.dll (this message is harmless) +Platform assembly: E:\Facultate\VR\Lab4_FricaDeGaze\FricaDeGaze\FricaDeGaze_Data\Managed\Boo.Lang.dll (this message is harmless) +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + +Can not play a disabled audio source + +(Filename: Line: 377) + diff --git a/FricaDeGaze/FricaDeGaze_Data/sharedassets0.assets b/FricaDeGaze/FricaDeGaze_Data/sharedassets0.assets index f2ce0ea..59887f7 100644 Binary files a/FricaDeGaze/FricaDeGaze_Data/sharedassets0.assets and b/FricaDeGaze/FricaDeGaze_Data/sharedassets0.assets differ diff --git a/FricaDeGaze/Library/EditorUserBuildSettings.asset b/FricaDeGaze/Library/EditorUserBuildSettings.asset index 51e9d7a..d7548c2 100644 Binary files a/FricaDeGaze/Library/EditorUserBuildSettings.asset and b/FricaDeGaze/Library/EditorUserBuildSettings.asset differ diff --git a/FricaDeGaze/Library/InspectorExpandedItems.asset b/FricaDeGaze/Library/InspectorExpandedItems.asset index 252da8b..c7e9570 100644 Binary files a/FricaDeGaze/Library/InspectorExpandedItems.asset and b/FricaDeGaze/Library/InspectorExpandedItems.asset differ diff --git a/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll b/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll index f64d564..871de82 100644 Binary files a/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll and b/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll differ diff --git a/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll.mdb b/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll.mdb index 025be06..48907c0 100644 Binary files a/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll.mdb and b/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll.mdb differ diff --git a/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll b/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll index 646b6a2..dcf75e2 100644 Binary files a/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll and b/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb b/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb index 6de8e42..91eb6b1 100644 Binary files a/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb and b/FricaDeGaze/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb differ diff --git a/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll b/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll index c659184..aa89008 100644 Binary files a/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll and b/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll differ diff --git a/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll.mdb b/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll.mdb index 4307f2e..8c43aa5 100644 Binary files a/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll.mdb and b/FricaDeGaze/Library/ScriptAssemblies/Assembly-UnityScript-firstpass.dll.mdb differ diff --git a/FricaDeGaze/Library/assetDatabase3 b/FricaDeGaze/Library/assetDatabase3 index 1f95667..5be695a 100644 Binary files a/FricaDeGaze/Library/assetDatabase3 and b/FricaDeGaze/Library/assetDatabase3 differ diff --git a/FricaDeGaze/Library/expandedItems b/FricaDeGaze/Library/expandedItems index 78d6c54..d74b234 100644 Binary files a/FricaDeGaze/Library/expandedItems and b/FricaDeGaze/Library/expandedItems differ diff --git a/FricaDeGaze/Library/guidmapper b/FricaDeGaze/Library/guidmapper index aa337aa..c41e14e 100644 Binary files a/FricaDeGaze/Library/guidmapper and b/FricaDeGaze/Library/guidmapper differ diff --git a/FricaDeGaze/Library/metadata/00/00d7e64775d1332438c4996b372b953f b/FricaDeGaze/Library/metadata/00/00d7e64775d1332438c4996b372b953f index e3a7300..0708b3b 100644 Binary files a/FricaDeGaze/Library/metadata/00/00d7e64775d1332438c4996b372b953f and b/FricaDeGaze/Library/metadata/00/00d7e64775d1332438c4996b372b953f differ diff --git a/FricaDeGaze/Library/metadata/02/0297ba494720f704c9a00ba328669481 b/FricaDeGaze/Library/metadata/02/0297ba494720f704c9a00ba328669481 index 8f86fa1..9de8f7a 100644 Binary files a/FricaDeGaze/Library/metadata/02/0297ba494720f704c9a00ba328669481 and b/FricaDeGaze/Library/metadata/02/0297ba494720f704c9a00ba328669481 differ diff --git a/FricaDeGaze/Library/metadata/04/0484c79947cb4f0478d716ea39a2a477 b/FricaDeGaze/Library/metadata/04/0484c79947cb4f0478d716ea39a2a477 index 988fe21..e0f15e3 100644 Binary files a/FricaDeGaze/Library/metadata/04/0484c79947cb4f0478d716ea39a2a477 and b/FricaDeGaze/Library/metadata/04/0484c79947cb4f0478d716ea39a2a477 differ diff --git a/FricaDeGaze/Library/metadata/05/0568ecdd797316641b0203860b3929d9 b/FricaDeGaze/Library/metadata/05/0568ecdd797316641b0203860b3929d9 index a88035b..1a533a5 100644 Binary files a/FricaDeGaze/Library/metadata/05/0568ecdd797316641b0203860b3929d9 and b/FricaDeGaze/Library/metadata/05/0568ecdd797316641b0203860b3929d9 differ diff --git a/FricaDeGaze/Library/metadata/05/05f6c978afe090d4d8f0af42a61bbe7f b/FricaDeGaze/Library/metadata/05/05f6c978afe090d4d8f0af42a61bbe7f index c4bd3ab..c13c9a4 100644 Binary files a/FricaDeGaze/Library/metadata/05/05f6c978afe090d4d8f0af42a61bbe7f and b/FricaDeGaze/Library/metadata/05/05f6c978afe090d4d8f0af42a61bbe7f differ diff --git a/FricaDeGaze/Library/metadata/09/0904e339eb6fdd546b8539bd04db10ed b/FricaDeGaze/Library/metadata/09/0904e339eb6fdd546b8539bd04db10ed index 0adca5a..5326a4b 100644 Binary files a/FricaDeGaze/Library/metadata/09/0904e339eb6fdd546b8539bd04db10ed and b/FricaDeGaze/Library/metadata/09/0904e339eb6fdd546b8539bd04db10ed differ diff --git a/FricaDeGaze/Library/metadata/0a/0ab79d7f243824f5d9826bd83522c8df b/FricaDeGaze/Library/metadata/0a/0ab79d7f243824f5d9826bd83522c8df index bf12aa6..8aa90b5 100644 Binary files a/FricaDeGaze/Library/metadata/0a/0ab79d7f243824f5d9826bd83522c8df and b/FricaDeGaze/Library/metadata/0a/0ab79d7f243824f5d9826bd83522c8df differ diff --git a/FricaDeGaze/Library/metadata/0c/0c2216c65b2d8cb409b1331bebd3bed8 b/FricaDeGaze/Library/metadata/0c/0c2216c65b2d8cb409b1331bebd3bed8 new file mode 100644 index 0000000..714c5d8 Binary files /dev/null and b/FricaDeGaze/Library/metadata/0c/0c2216c65b2d8cb409b1331bebd3bed8 differ diff --git a/FricaDeGaze/Library/metadata/11/1167c0a28d11119930004d8a4241aa39 b/FricaDeGaze/Library/metadata/11/1167c0a28d11119930004d8a4241aa39 index 9458314..0ebe906 100644 Binary files a/FricaDeGaze/Library/metadata/11/1167c0a28d11119930004d8a4241aa39 and b/FricaDeGaze/Library/metadata/11/1167c0a28d11119930004d8a4241aa39 differ diff --git a/FricaDeGaze/Library/metadata/36/36e923b99d60a4541bb22c2ead6ed166 b/FricaDeGaze/Library/metadata/11/11f62baee581a48498f4d97b47844f9e similarity index 86% rename from FricaDeGaze/Library/metadata/36/36e923b99d60a4541bb22c2ead6ed166 rename to FricaDeGaze/Library/metadata/11/11f62baee581a48498f4d97b47844f9e index 9378f5c..bb509b2 100644 Binary files a/FricaDeGaze/Library/metadata/36/36e923b99d60a4541bb22c2ead6ed166 and b/FricaDeGaze/Library/metadata/11/11f62baee581a48498f4d97b47844f9e differ diff --git a/FricaDeGaze/Library/metadata/16/16522f49031ff414abdf1f83f1b6a36c b/FricaDeGaze/Library/metadata/16/16522f49031ff414abdf1f83f1b6a36c index e84c7f9..9e26a11 100644 Binary files a/FricaDeGaze/Library/metadata/16/16522f49031ff414abdf1f83f1b6a36c and b/FricaDeGaze/Library/metadata/16/16522f49031ff414abdf1f83f1b6a36c differ diff --git a/FricaDeGaze/Library/metadata/16/16dd8248d31591f4fbea40ca5d506411 b/FricaDeGaze/Library/metadata/16/16dd8248d31591f4fbea40ca5d506411 index 61329d1..451931c 100644 Binary files a/FricaDeGaze/Library/metadata/16/16dd8248d31591f4fbea40ca5d506411 and b/FricaDeGaze/Library/metadata/16/16dd8248d31591f4fbea40ca5d506411 differ diff --git a/FricaDeGaze/Library/metadata/19/195c271a9118d224c8562ae67cf47a66 b/FricaDeGaze/Library/metadata/19/195c271a9118d224c8562ae67cf47a66 index 3b0f202..410f50e 100644 Binary files a/FricaDeGaze/Library/metadata/19/195c271a9118d224c8562ae67cf47a66 and b/FricaDeGaze/Library/metadata/19/195c271a9118d224c8562ae67cf47a66 differ diff --git a/FricaDeGaze/Library/metadata/1d/1da31b5f0cf126543b66c7d9d24a574c b/FricaDeGaze/Library/metadata/1d/1da31b5f0cf126543b66c7d9d24a574c index 6e2b4e6..693b9c5 100644 Binary files a/FricaDeGaze/Library/metadata/1d/1da31b5f0cf126543b66c7d9d24a574c and b/FricaDeGaze/Library/metadata/1d/1da31b5f0cf126543b66c7d9d24a574c differ diff --git a/FricaDeGaze/Library/metadata/23/2372dd1814cb4ed47a91f8174877623e b/FricaDeGaze/Library/metadata/23/2372dd1814cb4ed47a91f8174877623e index bd1d802..7cc8b41 100644 Binary files a/FricaDeGaze/Library/metadata/23/2372dd1814cb4ed47a91f8174877623e and b/FricaDeGaze/Library/metadata/23/2372dd1814cb4ed47a91f8174877623e differ diff --git a/FricaDeGaze/Library/metadata/23/23a02ac18d11c9ffa0009c58a8ad6659 b/FricaDeGaze/Library/metadata/23/23a02ac18d11c9ffa0009c58a8ad6659 index 5cf3061..c9d3aa4 100644 Binary files a/FricaDeGaze/Library/metadata/23/23a02ac18d11c9ffa0009c58a8ad6659 and b/FricaDeGaze/Library/metadata/23/23a02ac18d11c9ffa0009c58a8ad6659 differ diff --git a/FricaDeGaze/Library/metadata/24/24790edfa3167c143a45084afa6a2cf0 b/FricaDeGaze/Library/metadata/24/24790edfa3167c143a45084afa6a2cf0 index 44b202f..e00a942 100644 Binary files a/FricaDeGaze/Library/metadata/24/24790edfa3167c143a45084afa6a2cf0 and b/FricaDeGaze/Library/metadata/24/24790edfa3167c143a45084afa6a2cf0 differ diff --git a/FricaDeGaze/Library/metadata/2c/2c29c08dd1c0b6749b7cd0fcff7a29fd b/FricaDeGaze/Library/metadata/2c/2c29c08dd1c0b6749b7cd0fcff7a29fd index d3d5d5c..12e67c7 100644 Binary files a/FricaDeGaze/Library/metadata/2c/2c29c08dd1c0b6749b7cd0fcff7a29fd and b/FricaDeGaze/Library/metadata/2c/2c29c08dd1c0b6749b7cd0fcff7a29fd differ diff --git a/FricaDeGaze/Library/metadata/2c/2c93b54a9ce1c314b809b4c11cf9cdb6 b/FricaDeGaze/Library/metadata/2c/2c93b54a9ce1c314b809b4c11cf9cdb6 index 1c38223..fc60069 100644 Binary files a/FricaDeGaze/Library/metadata/2c/2c93b54a9ce1c314b809b4c11cf9cdb6 and b/FricaDeGaze/Library/metadata/2c/2c93b54a9ce1c314b809b4c11cf9cdb6 differ diff --git a/FricaDeGaze/Library/metadata/0b/0b78587f42484954c9e3ede041d6685b b/FricaDeGaze/Library/metadata/2f/2fd658d74558a1a4090b8cef4b940993 similarity index 77% rename from FricaDeGaze/Library/metadata/0b/0b78587f42484954c9e3ede041d6685b rename to FricaDeGaze/Library/metadata/2f/2fd658d74558a1a4090b8cef4b940993 index c321044..e6d1529 100644 Binary files a/FricaDeGaze/Library/metadata/0b/0b78587f42484954c9e3ede041d6685b and b/FricaDeGaze/Library/metadata/2f/2fd658d74558a1a4090b8cef4b940993 differ diff --git a/FricaDeGaze/Library/metadata/30/30c27eb7e090f9942a0bea7796059bf6 b/FricaDeGaze/Library/metadata/30/30c27eb7e090f9942a0bea7796059bf6 new file mode 100644 index 0000000..2488386 Binary files /dev/null and b/FricaDeGaze/Library/metadata/30/30c27eb7e090f9942a0bea7796059bf6 differ diff --git a/FricaDeGaze/Library/metadata/32/32ef381921b3f7f479831b042c113762 b/FricaDeGaze/Library/metadata/32/32ef381921b3f7f479831b042c113762 index b3e654d..19f21c6 100644 Binary files a/FricaDeGaze/Library/metadata/32/32ef381921b3f7f479831b042c113762 and b/FricaDeGaze/Library/metadata/32/32ef381921b3f7f479831b042c113762 differ diff --git a/FricaDeGaze/Library/metadata/35/352e5f82d7105ad408904c5f552b5fe7 b/FricaDeGaze/Library/metadata/35/352e5f82d7105ad408904c5f552b5fe7 index 77495dc..9ba8024 100644 Binary files a/FricaDeGaze/Library/metadata/35/352e5f82d7105ad408904c5f552b5fe7 and b/FricaDeGaze/Library/metadata/35/352e5f82d7105ad408904c5f552b5fe7 differ diff --git a/FricaDeGaze/Library/metadata/35/3596652f82a84a6488d81ef553a58c96 b/FricaDeGaze/Library/metadata/35/3596652f82a84a6488d81ef553a58c96 new file mode 100644 index 0000000..0523654 Binary files /dev/null and b/FricaDeGaze/Library/metadata/35/3596652f82a84a6488d81ef553a58c96 differ diff --git a/FricaDeGaze/Library/metadata/39/39a8706a9bd02c64783c071fb7438ecf b/FricaDeGaze/Library/metadata/39/39a8706a9bd02c64783c071fb7438ecf index 8749107..91b5807 100644 Binary files a/FricaDeGaze/Library/metadata/39/39a8706a9bd02c64783c071fb7438ecf and b/FricaDeGaze/Library/metadata/39/39a8706a9bd02c64783c071fb7438ecf differ diff --git a/FricaDeGaze/Library/metadata/42/427ff48b098658742bdcce953d607e78 b/FricaDeGaze/Library/metadata/42/427ff48b098658742bdcce953d607e78 index 86832f2..4e4a945 100644 Binary files a/FricaDeGaze/Library/metadata/42/427ff48b098658742bdcce953d607e78 and b/FricaDeGaze/Library/metadata/42/427ff48b098658742bdcce953d607e78 differ diff --git a/FricaDeGaze/Library/metadata/45/454585cca07f953479b902a00ead3015 b/FricaDeGaze/Library/metadata/45/454585cca07f953479b902a00ead3015 index a513abb..d767f5b 100644 Binary files a/FricaDeGaze/Library/metadata/45/454585cca07f953479b902a00ead3015 and b/FricaDeGaze/Library/metadata/45/454585cca07f953479b902a00ead3015 differ diff --git a/FricaDeGaze/Library/metadata/5b/5b273bd3bc3a0714280e44858f2f3c2f b/FricaDeGaze/Library/metadata/4e/4e5915773de69b14fb8e8a5f0fdd1d3d similarity index 79% rename from FricaDeGaze/Library/metadata/5b/5b273bd3bc3a0714280e44858f2f3c2f rename to FricaDeGaze/Library/metadata/4e/4e5915773de69b14fb8e8a5f0fdd1d3d index 9bb5aa1..0856f2b 100644 Binary files a/FricaDeGaze/Library/metadata/5b/5b273bd3bc3a0714280e44858f2f3c2f and b/FricaDeGaze/Library/metadata/4e/4e5915773de69b14fb8e8a5f0fdd1d3d differ diff --git a/FricaDeGaze/Library/metadata/4f/4fd37b2432bb6b34091e49e364de0668 b/FricaDeGaze/Library/metadata/4f/4fd37b2432bb6b34091e49e364de0668 index ccabf8d..a65809e 100644 Binary files a/FricaDeGaze/Library/metadata/4f/4fd37b2432bb6b34091e49e364de0668 and b/FricaDeGaze/Library/metadata/4f/4fd37b2432bb6b34091e49e364de0668 differ diff --git a/FricaDeGaze/Library/metadata/51/517a230447c0af548a7679cdf69c3e56 b/FricaDeGaze/Library/metadata/51/517a230447c0af548a7679cdf69c3e56 index 8c9c664..27f025e 100644 Binary files a/FricaDeGaze/Library/metadata/51/517a230447c0af548a7679cdf69c3e56 and b/FricaDeGaze/Library/metadata/51/517a230447c0af548a7679cdf69c3e56 differ diff --git a/FricaDeGaze/Library/metadata/51/51dc82ef9d11c594d000e7c9e39e7c39 b/FricaDeGaze/Library/metadata/51/51dc82ef9d11c594d000e7c9e39e7c39 index e19fc92..3ea2322 100644 Binary files a/FricaDeGaze/Library/metadata/51/51dc82ef9d11c594d000e7c9e39e7c39 and b/FricaDeGaze/Library/metadata/51/51dc82ef9d11c594d000e7c9e39e7c39 differ diff --git a/FricaDeGaze/Library/metadata/53/53412155bc1016547b1a77b2333c0380 b/FricaDeGaze/Library/metadata/53/53412155bc1016547b1a77b2333c0380 index c59c638..3786535 100644 Binary files a/FricaDeGaze/Library/metadata/53/53412155bc1016547b1a77b2333c0380 and b/FricaDeGaze/Library/metadata/53/53412155bc1016547b1a77b2333c0380 differ diff --git a/FricaDeGaze/Library/metadata/58/5861c55756febc148902667397405ff9 b/FricaDeGaze/Library/metadata/58/5861c55756febc148902667397405ff9 index 85efe11..8c0ee50 100644 Binary files a/FricaDeGaze/Library/metadata/58/5861c55756febc148902667397405ff9 and b/FricaDeGaze/Library/metadata/58/5861c55756febc148902667397405ff9 differ diff --git a/FricaDeGaze/Library/metadata/5b/5ba172cd3918d7c44aa6d04446119a00 b/FricaDeGaze/Library/metadata/5b/5ba172cd3918d7c44aa6d04446119a00 index e5770bd..dd454f5 100644 Binary files a/FricaDeGaze/Library/metadata/5b/5ba172cd3918d7c44aa6d04446119a00 and b/FricaDeGaze/Library/metadata/5b/5ba172cd3918d7c44aa6d04446119a00 differ diff --git a/FricaDeGaze/Library/metadata/5d/5dbdf7dfcf86afa418926ee28fab2b1d b/FricaDeGaze/Library/metadata/5d/5dbdf7dfcf86afa418926ee28fab2b1d index e5c74aa..d15444f 100644 Binary files a/FricaDeGaze/Library/metadata/5d/5dbdf7dfcf86afa418926ee28fab2b1d and b/FricaDeGaze/Library/metadata/5d/5dbdf7dfcf86afa418926ee28fab2b1d differ diff --git a/FricaDeGaze/Library/metadata/5f/5f75ef29233ec634facc1ba1e1f64725 b/FricaDeGaze/Library/metadata/5f/5f75ef29233ec634facc1ba1e1f64725 index 1900a07..9b60a2e 100644 Binary files a/FricaDeGaze/Library/metadata/5f/5f75ef29233ec634facc1ba1e1f64725 and b/FricaDeGaze/Library/metadata/5f/5f75ef29233ec634facc1ba1e1f64725 differ diff --git a/FricaDeGaze/Library/metadata/60/60bca8f58a0b8478e946e6e86658cb29 b/FricaDeGaze/Library/metadata/60/60bca8f58a0b8478e946e6e86658cb29 index 8bff5e5..ddad36e 100644 Binary files a/FricaDeGaze/Library/metadata/60/60bca8f58a0b8478e946e6e86658cb29 and b/FricaDeGaze/Library/metadata/60/60bca8f58a0b8478e946e6e86658cb29 differ diff --git a/FricaDeGaze/Library/metadata/64/641bb2dce818a8a499b537a1963889ac b/FricaDeGaze/Library/metadata/64/641bb2dce818a8a499b537a1963889ac index 6751ba2..572a91c 100644 Binary files a/FricaDeGaze/Library/metadata/64/641bb2dce818a8a499b537a1963889ac and b/FricaDeGaze/Library/metadata/64/641bb2dce818a8a499b537a1963889ac differ diff --git a/FricaDeGaze/Library/metadata/66/661663e7fa00ae64fa29cf54677bbef4 b/FricaDeGaze/Library/metadata/66/661663e7fa00ae64fa29cf54677bbef4 index de70851..a8a357d 100644 Binary files a/FricaDeGaze/Library/metadata/66/661663e7fa00ae64fa29cf54677bbef4 and b/FricaDeGaze/Library/metadata/66/661663e7fa00ae64fa29cf54677bbef4 differ diff --git a/FricaDeGaze/Library/metadata/66/66ebe4da1ef67e64e8aeccb820e409d6 b/FricaDeGaze/Library/metadata/66/66ebe4da1ef67e64e8aeccb820e409d6 index 56c9296..42e7f1f 100644 Binary files a/FricaDeGaze/Library/metadata/66/66ebe4da1ef67e64e8aeccb820e409d6 and b/FricaDeGaze/Library/metadata/66/66ebe4da1ef67e64e8aeccb820e409d6 differ diff --git a/FricaDeGaze/Library/metadata/67/67de91b5513a4d8489588fb65de75caa b/FricaDeGaze/Library/metadata/67/67de91b5513a4d8489588fb65de75caa index 2b95dc8..4ae0915 100644 Binary files a/FricaDeGaze/Library/metadata/67/67de91b5513a4d8489588fb65de75caa and b/FricaDeGaze/Library/metadata/67/67de91b5513a4d8489588fb65de75caa differ diff --git a/FricaDeGaze/Library/metadata/68/68287fe10cd30434b9c21ff1c55f613f b/FricaDeGaze/Library/metadata/68/68287fe10cd30434b9c21ff1c55f613f index 6e97f92..4731f56 100644 Binary files a/FricaDeGaze/Library/metadata/68/68287fe10cd30434b9c21ff1c55f613f and b/FricaDeGaze/Library/metadata/68/68287fe10cd30434b9c21ff1c55f613f differ diff --git a/FricaDeGaze/Library/metadata/68/68ec2fe99d1108b9d0006a298d76c639 b/FricaDeGaze/Library/metadata/68/68ec2fe99d1108b9d0006a298d76c639 index ed682ac..570f8f3 100644 Binary files a/FricaDeGaze/Library/metadata/68/68ec2fe99d1108b9d0006a298d76c639 and b/FricaDeGaze/Library/metadata/68/68ec2fe99d1108b9d0006a298d76c639 differ diff --git a/FricaDeGaze/Library/metadata/69/69680b688d11eb9d30009b3b4241aa39 b/FricaDeGaze/Library/metadata/69/69680b688d11eb9d30009b3b4241aa39 index cc83768..6c5b0d0 100644 Binary files a/FricaDeGaze/Library/metadata/69/69680b688d11eb9d30009b3b4241aa39 and b/FricaDeGaze/Library/metadata/69/69680b688d11eb9d30009b3b4241aa39 differ diff --git a/FricaDeGaze/Library/metadata/6d/6d4fd495600cd4cf0b8ad2caf025f94e b/FricaDeGaze/Library/metadata/6d/6d4fd495600cd4cf0b8ad2caf025f94e index dfd5a59..a9cfa3c 100644 Binary files a/FricaDeGaze/Library/metadata/6d/6d4fd495600cd4cf0b8ad2caf025f94e and b/FricaDeGaze/Library/metadata/6d/6d4fd495600cd4cf0b8ad2caf025f94e differ diff --git a/FricaDeGaze/Library/metadata/6d/6dda5f499bc82c442aab32e4a6bdbe40 b/FricaDeGaze/Library/metadata/6d/6dda5f499bc82c442aab32e4a6bdbe40 index 6592679..cbaf4ed 100644 Binary files a/FricaDeGaze/Library/metadata/6d/6dda5f499bc82c442aab32e4a6bdbe40 and b/FricaDeGaze/Library/metadata/6d/6dda5f499bc82c442aab32e4a6bdbe40 differ diff --git a/FricaDeGaze/Library/metadata/6e/6e362b2e20aed9e459a1adcbb1c529ca b/FricaDeGaze/Library/metadata/6e/6e362b2e20aed9e459a1adcbb1c529ca new file mode 100644 index 0000000..85b9e31 Binary files /dev/null and b/FricaDeGaze/Library/metadata/6e/6e362b2e20aed9e459a1adcbb1c529ca differ diff --git a/FricaDeGaze/Library/metadata/6e/6eef515e7c40d3244ad62dcdf6e8096a b/FricaDeGaze/Library/metadata/6e/6eef515e7c40d3244ad62dcdf6e8096a index 5fee258..f49402b 100644 Binary files a/FricaDeGaze/Library/metadata/6e/6eef515e7c40d3244ad62dcdf6e8096a and b/FricaDeGaze/Library/metadata/6e/6eef515e7c40d3244ad62dcdf6e8096a differ diff --git a/FricaDeGaze/Library/metadata/75/752b01b0aec6184468996505d2ab8a9c b/FricaDeGaze/Library/metadata/75/752b01b0aec6184468996505d2ab8a9c index c08999c..c02d619 100644 Binary files a/FricaDeGaze/Library/metadata/75/752b01b0aec6184468996505d2ab8a9c and b/FricaDeGaze/Library/metadata/75/752b01b0aec6184468996505d2ab8a9c differ diff --git a/FricaDeGaze/Library/metadata/7a/7a3134e5f9749c449ad2289cfe93f5d5 b/FricaDeGaze/Library/metadata/7a/7a3134e5f9749c449ad2289cfe93f5d5 index e971fc4..df82aff 100644 Binary files a/FricaDeGaze/Library/metadata/7a/7a3134e5f9749c449ad2289cfe93f5d5 and b/FricaDeGaze/Library/metadata/7a/7a3134e5f9749c449ad2289cfe93f5d5 differ diff --git a/FricaDeGaze/Library/metadata/7a/7a410311ab974f04d8f4e4518d2392f1 b/FricaDeGaze/Library/metadata/7a/7a410311ab974f04d8f4e4518d2392f1 index 95f654f..12c3df5 100644 Binary files a/FricaDeGaze/Library/metadata/7a/7a410311ab974f04d8f4e4518d2392f1 and b/FricaDeGaze/Library/metadata/7a/7a410311ab974f04d8f4e4518d2392f1 differ diff --git a/FricaDeGaze/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f b/FricaDeGaze/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f new file mode 100644 index 0000000..64ad227 Binary files /dev/null and b/FricaDeGaze/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f differ diff --git a/FricaDeGaze/Library/metadata/87/87e98f563747ec04e8cd93b3fc3b1a29 b/FricaDeGaze/Library/metadata/87/87e98f563747ec04e8cd93b3fc3b1a29 index 17343e9..f19ef01 100644 Binary files a/FricaDeGaze/Library/metadata/87/87e98f563747ec04e8cd93b3fc3b1a29 and b/FricaDeGaze/Library/metadata/87/87e98f563747ec04e8cd93b3fc3b1a29 differ diff --git a/FricaDeGaze/Library/metadata/88/8875f087af7fc344cbb4daf5e3606444 b/FricaDeGaze/Library/metadata/88/8875f087af7fc344cbb4daf5e3606444 index c352afe..4d62b6f 100644 Binary files a/FricaDeGaze/Library/metadata/88/8875f087af7fc344cbb4daf5e3606444 and b/FricaDeGaze/Library/metadata/88/8875f087af7fc344cbb4daf5e3606444 differ diff --git a/FricaDeGaze/Library/metadata/8a/8a98ef45bc7df804d95fd945abd2c943 b/FricaDeGaze/Library/metadata/8a/8a98ef45bc7df804d95fd945abd2c943 index f1055f3..223851b 100644 Binary files a/FricaDeGaze/Library/metadata/8a/8a98ef45bc7df804d95fd945abd2c943 and b/FricaDeGaze/Library/metadata/8a/8a98ef45bc7df804d95fd945abd2c943 differ diff --git a/FricaDeGaze/Library/metadata/8c/8ca0735e520b5fc40a4e41b42fc288ea b/FricaDeGaze/Library/metadata/8c/8ca0735e520b5fc40a4e41b42fc288ea index 9a923cc..f9d748a 100644 Binary files a/FricaDeGaze/Library/metadata/8c/8ca0735e520b5fc40a4e41b42fc288ea and b/FricaDeGaze/Library/metadata/8c/8ca0735e520b5fc40a4e41b42fc288ea differ diff --git a/FricaDeGaze/Library/metadata/8c/8caa437b19957a045866b84c6218a0db b/FricaDeGaze/Library/metadata/8c/8caa437b19957a045866b84c6218a0db index 5c65830..14c0d04 100644 Binary files a/FricaDeGaze/Library/metadata/8c/8caa437b19957a045866b84c6218a0db and b/FricaDeGaze/Library/metadata/8c/8caa437b19957a045866b84c6218a0db differ diff --git a/FricaDeGaze/Library/metadata/91/91c222ac5463b7243849bc078d53e72c b/FricaDeGaze/Library/metadata/91/91c222ac5463b7243849bc078d53e72c index a5530a3..c8879cb 100644 Binary files a/FricaDeGaze/Library/metadata/91/91c222ac5463b7243849bc078d53e72c and b/FricaDeGaze/Library/metadata/91/91c222ac5463b7243849bc078d53e72c differ diff --git a/FricaDeGaze/Library/metadata/93/931987be26c9646429c56f8a4692bb81 b/FricaDeGaze/Library/metadata/93/931987be26c9646429c56f8a4692bb81 index 76426e6..d4d66fd 100644 Binary files a/FricaDeGaze/Library/metadata/93/931987be26c9646429c56f8a4692bb81 and b/FricaDeGaze/Library/metadata/93/931987be26c9646429c56f8a4692bb81 differ diff --git a/FricaDeGaze/Library/metadata/93/93bc7d6f0e1793c47a5f88178ecc75fe b/FricaDeGaze/Library/metadata/93/93bc7d6f0e1793c47a5f88178ecc75fe index f99cbfb..62e37b6 100644 Binary files a/FricaDeGaze/Library/metadata/93/93bc7d6f0e1793c47a5f88178ecc75fe and b/FricaDeGaze/Library/metadata/93/93bc7d6f0e1793c47a5f88178ecc75fe differ diff --git a/FricaDeGaze/Library/metadata/95/956c1c0113bcd4c4388a3c239be09820 b/FricaDeGaze/Library/metadata/95/956c1c0113bcd4c4388a3c239be09820 index a8bd31a..8f99871 100644 Binary files a/FricaDeGaze/Library/metadata/95/956c1c0113bcd4c4388a3c239be09820 and b/FricaDeGaze/Library/metadata/95/956c1c0113bcd4c4388a3c239be09820 differ diff --git a/FricaDeGaze/Library/metadata/97/9785a5533d9270849a276a4bfbfa9418 b/FricaDeGaze/Library/metadata/97/9785a5533d9270849a276a4bfbfa9418 index 0c6fdff..76cfafa 100644 Binary files a/FricaDeGaze/Library/metadata/97/9785a5533d9270849a276a4bfbfa9418 and b/FricaDeGaze/Library/metadata/97/9785a5533d9270849a276a4bfbfa9418 differ diff --git a/FricaDeGaze/Library/metadata/99/998364551f10b174c93126406e10665f b/FricaDeGaze/Library/metadata/99/998364551f10b174c93126406e10665f new file mode 100644 index 0000000..29308b8 Binary files /dev/null and b/FricaDeGaze/Library/metadata/99/998364551f10b174c93126406e10665f differ diff --git a/FricaDeGaze/Library/metadata/9b/9ba05f538ee36044da5cd2a4f14a8b18 b/FricaDeGaze/Library/metadata/9b/9ba05f538ee36044da5cd2a4f14a8b18 index ecb679e..5bcccd4 100644 Binary files a/FricaDeGaze/Library/metadata/9b/9ba05f538ee36044da5cd2a4f14a8b18 and b/FricaDeGaze/Library/metadata/9b/9ba05f538ee36044da5cd2a4f14a8b18 differ diff --git a/FricaDeGaze/Library/metadata/9c/9c47b6421c139f34991c12875828e632 b/FricaDeGaze/Library/metadata/9c/9c47b6421c139f34991c12875828e632 index 8ff6718..2494efc 100644 Binary files a/FricaDeGaze/Library/metadata/9c/9c47b6421c139f34991c12875828e632 and b/FricaDeGaze/Library/metadata/9c/9c47b6421c139f34991c12875828e632 differ diff --git a/FricaDeGaze/Library/metadata/9d/9d2a2ce9c718dc24dae3b1ee427b27ee b/FricaDeGaze/Library/metadata/9d/9d2a2ce9c718dc24dae3b1ee427b27ee index abfbc88..b8e8ada 100644 Binary files a/FricaDeGaze/Library/metadata/9d/9d2a2ce9c718dc24dae3b1ee427b27ee and b/FricaDeGaze/Library/metadata/9d/9d2a2ce9c718dc24dae3b1ee427b27ee differ diff --git a/FricaDeGaze/Library/metadata/9e/9ef26a39a400bec44a36b85fd38a2d65 b/FricaDeGaze/Library/metadata/9e/9ef26a39a400bec44a36b85fd38a2d65 index c04012a..cc68562 100644 Binary files a/FricaDeGaze/Library/metadata/9e/9ef26a39a400bec44a36b85fd38a2d65 and b/FricaDeGaze/Library/metadata/9e/9ef26a39a400bec44a36b85fd38a2d65 differ diff --git a/FricaDeGaze/Library/metadata/a2/a2126534b3a11b34e977105bd9e3cc03 b/FricaDeGaze/Library/metadata/a2/a2126534b3a11b34e977105bd9e3cc03 index 64a6cdc..78ffd97 100644 Binary files a/FricaDeGaze/Library/metadata/a2/a2126534b3a11b34e977105bd9e3cc03 and b/FricaDeGaze/Library/metadata/a2/a2126534b3a11b34e977105bd9e3cc03 differ diff --git a/FricaDeGaze/Library/metadata/a6/a6c23ad66d37f0e4c8c86d7c5293ac7c b/FricaDeGaze/Library/metadata/a6/a6c23ad66d37f0e4c8c86d7c5293ac7c index b2969d7..013516b 100644 Binary files a/FricaDeGaze/Library/metadata/a6/a6c23ad66d37f0e4c8c86d7c5293ac7c and b/FricaDeGaze/Library/metadata/a6/a6c23ad66d37f0e4c8c86d7c5293ac7c differ diff --git a/FricaDeGaze/Library/metadata/a6/a6dbb96b9d112024d000e929e39e7c39 b/FricaDeGaze/Library/metadata/a6/a6dbb96b9d112024d000e929e39e7c39 index 5a12812..6076276 100644 Binary files a/FricaDeGaze/Library/metadata/a6/a6dbb96b9d112024d000e929e39e7c39 and b/FricaDeGaze/Library/metadata/a6/a6dbb96b9d112024d000e929e39e7c39 differ diff --git a/FricaDeGaze/Library/metadata/a6/a6de6086ecd5fe84699b0bc7e00608a4 b/FricaDeGaze/Library/metadata/a6/a6de6086ecd5fe84699b0bc7e00608a4 index 9c2549d..55f0bf8 100644 Binary files a/FricaDeGaze/Library/metadata/a6/a6de6086ecd5fe84699b0bc7e00608a4 and b/FricaDeGaze/Library/metadata/a6/a6de6086ecd5fe84699b0bc7e00608a4 differ diff --git a/FricaDeGaze/Library/metadata/a7/a7aacd6607f6ecd45ad071abc741de60 b/FricaDeGaze/Library/metadata/a7/a7aacd6607f6ecd45ad071abc741de60 index e230a31..4b64cfe 100644 Binary files a/FricaDeGaze/Library/metadata/a7/a7aacd6607f6ecd45ad071abc741de60 and b/FricaDeGaze/Library/metadata/a7/a7aacd6607f6ecd45ad071abc741de60 differ diff --git a/FricaDeGaze/Library/metadata/ad/ada97eb6567e9a6498bb1160924d034a b/FricaDeGaze/Library/metadata/ad/ada97eb6567e9a6498bb1160924d034a index ee92aec..c1f80e8 100644 Binary files a/FricaDeGaze/Library/metadata/ad/ada97eb6567e9a6498bb1160924d034a and b/FricaDeGaze/Library/metadata/ad/ada97eb6567e9a6498bb1160924d034a differ diff --git a/FricaDeGaze/Library/metadata/bb/bbba6214b1838a64ebc939ac9a08726d b/FricaDeGaze/Library/metadata/bb/bbba6214b1838a64ebc939ac9a08726d index e0e1a74..c50c754 100644 Binary files a/FricaDeGaze/Library/metadata/bb/bbba6214b1838a64ebc939ac9a08726d and b/FricaDeGaze/Library/metadata/bb/bbba6214b1838a64ebc939ac9a08726d differ diff --git a/FricaDeGaze/Library/metadata/bb/bbc9fde9047893846b7a5d96a9f2fb35 b/FricaDeGaze/Library/metadata/bb/bbc9fde9047893846b7a5d96a9f2fb35 new file mode 100644 index 0000000..61e71d9 Binary files /dev/null and b/FricaDeGaze/Library/metadata/bb/bbc9fde9047893846b7a5d96a9f2fb35 differ diff --git a/FricaDeGaze/Library/metadata/be/be7c377d128f1ff46a22853ecdb9e6d1 b/FricaDeGaze/Library/metadata/be/be7c377d128f1ff46a22853ecdb9e6d1 index aad1fc2..96486c0 100644 Binary files a/FricaDeGaze/Library/metadata/be/be7c377d128f1ff46a22853ecdb9e6d1 and b/FricaDeGaze/Library/metadata/be/be7c377d128f1ff46a22853ecdb9e6d1 differ diff --git a/FricaDeGaze/Library/metadata/c4/c419698c0038a6e40868e7a0da6198dd b/FricaDeGaze/Library/metadata/c4/c419698c0038a6e40868e7a0da6198dd index e691ce3..e3ffeb7 100644 Binary files a/FricaDeGaze/Library/metadata/c4/c419698c0038a6e40868e7a0da6198dd and b/FricaDeGaze/Library/metadata/c4/c419698c0038a6e40868e7a0da6198dd differ diff --git a/FricaDeGaze/Library/metadata/c6/c64c7d6dbb8aa1049b06acc13410688f b/FricaDeGaze/Library/metadata/c6/c64c7d6dbb8aa1049b06acc13410688f new file mode 100644 index 0000000..15a64a1 Binary files /dev/null and b/FricaDeGaze/Library/metadata/c6/c64c7d6dbb8aa1049b06acc13410688f differ diff --git a/FricaDeGaze/Library/metadata/c7/c76b3032d5d1c9e47a4f64134730c565 b/FricaDeGaze/Library/metadata/c7/c76b3032d5d1c9e47a4f64134730c565 index 0eb8bd0..b057ee6 100644 Binary files a/FricaDeGaze/Library/metadata/c7/c76b3032d5d1c9e47a4f64134730c565 and b/FricaDeGaze/Library/metadata/c7/c76b3032d5d1c9e47a4f64134730c565 differ diff --git a/FricaDeGaze/Library/metadata/c8/c8223ea34b68a7c4eaa0faa97c3e6d15 b/FricaDeGaze/Library/metadata/c8/c8223ea34b68a7c4eaa0faa97c3e6d15 index 6491edf..16564ee 100644 Binary files a/FricaDeGaze/Library/metadata/c8/c8223ea34b68a7c4eaa0faa97c3e6d15 and b/FricaDeGaze/Library/metadata/c8/c8223ea34b68a7c4eaa0faa97c3e6d15 differ diff --git a/FricaDeGaze/Library/metadata/c8/c8d7b6d00b9e9fb41820f68dd8bb7eef b/FricaDeGaze/Library/metadata/c8/c8d7b6d00b9e9fb41820f68dd8bb7eef new file mode 100644 index 0000000..8cbe07a Binary files /dev/null and b/FricaDeGaze/Library/metadata/c8/c8d7b6d00b9e9fb41820f68dd8bb7eef differ diff --git a/FricaDeGaze/Library/metadata/cb/cb590ec5fc2eabb48b6d30c0abecea34 b/FricaDeGaze/Library/metadata/cb/cb590ec5fc2eabb48b6d30c0abecea34 index ab16702..3c57df1 100644 Binary files a/FricaDeGaze/Library/metadata/cb/cb590ec5fc2eabb48b6d30c0abecea34 and b/FricaDeGaze/Library/metadata/cb/cb590ec5fc2eabb48b6d30c0abecea34 differ diff --git a/FricaDeGaze/Library/metadata/cc/cc2e0695659497144afe5a45ed3227ea b/FricaDeGaze/Library/metadata/cc/cc2e0695659497144afe5a45ed3227ea index defcb1e..35a1343 100644 Binary files a/FricaDeGaze/Library/metadata/cc/cc2e0695659497144afe5a45ed3227ea and b/FricaDeGaze/Library/metadata/cc/cc2e0695659497144afe5a45ed3227ea differ diff --git a/FricaDeGaze/Library/metadata/d1/d12adab5d9699aa48a8fd9a05c04daf8 b/FricaDeGaze/Library/metadata/d1/d12adab5d9699aa48a8fd9a05c04daf8 new file mode 100644 index 0000000..317da1c Binary files /dev/null and b/FricaDeGaze/Library/metadata/d1/d12adab5d9699aa48a8fd9a05c04daf8 differ diff --git a/FricaDeGaze/Library/metadata/d4/d4d16ca3d56fb7142a32d49bbd323836 b/FricaDeGaze/Library/metadata/d4/d4d16ca3d56fb7142a32d49bbd323836 index 0657ac3..09416ff 100644 Binary files a/FricaDeGaze/Library/metadata/d4/d4d16ca3d56fb7142a32d49bbd323836 and b/FricaDeGaze/Library/metadata/d4/d4d16ca3d56fb7142a32d49bbd323836 differ diff --git a/FricaDeGaze/Library/metadata/d7/d778192052093ff488fa5fa4c8ba70a3 b/FricaDeGaze/Library/metadata/d7/d778192052093ff488fa5fa4c8ba70a3 index 7eaf24a..84155f4 100644 Binary files a/FricaDeGaze/Library/metadata/d7/d778192052093ff488fa5fa4c8ba70a3 and b/FricaDeGaze/Library/metadata/d7/d778192052093ff488fa5fa4c8ba70a3 differ diff --git a/FricaDeGaze/Library/metadata/d8/d87acaaacd69c38439d8be03d44fd932 b/FricaDeGaze/Library/metadata/d8/d87acaaacd69c38439d8be03d44fd932 index 26098a5..156dcc7 100644 Binary files a/FricaDeGaze/Library/metadata/d8/d87acaaacd69c38439d8be03d44fd932 and b/FricaDeGaze/Library/metadata/d8/d87acaaacd69c38439d8be03d44fd932 differ diff --git a/FricaDeGaze/Library/metadata/da/da976b1a4f7ebb949b0f71341e4f1821 b/FricaDeGaze/Library/metadata/da/da976b1a4f7ebb949b0f71341e4f1821 index f117603..9b02629 100644 Binary files a/FricaDeGaze/Library/metadata/da/da976b1a4f7ebb949b0f71341e4f1821 and b/FricaDeGaze/Library/metadata/da/da976b1a4f7ebb949b0f71341e4f1821 differ diff --git a/FricaDeGaze/Library/metadata/db/db6ded423daf6e449ac50a3e1f99a36a b/FricaDeGaze/Library/metadata/db/db6ded423daf6e449ac50a3e1f99a36a index 3890622..015f83a 100644 Binary files a/FricaDeGaze/Library/metadata/db/db6ded423daf6e449ac50a3e1f99a36a and b/FricaDeGaze/Library/metadata/db/db6ded423daf6e449ac50a3e1f99a36a differ diff --git a/FricaDeGaze/Library/metadata/dc/dc97187fca1dcaf4e84e8b5f414a64ba b/FricaDeGaze/Library/metadata/dc/dc97187fca1dcaf4e84e8b5f414a64ba index e3f5c1d..5f09311 100644 Binary files a/FricaDeGaze/Library/metadata/dc/dc97187fca1dcaf4e84e8b5f414a64ba and b/FricaDeGaze/Library/metadata/dc/dc97187fca1dcaf4e84e8b5f414a64ba differ diff --git a/FricaDeGaze/Library/metadata/e0/e0e8367cc866c7d4cae7b97d6ba94e88 b/FricaDeGaze/Library/metadata/e0/e0e8367cc866c7d4cae7b97d6ba94e88 index bb6216d..9f14a37 100644 Binary files a/FricaDeGaze/Library/metadata/e0/e0e8367cc866c7d4cae7b97d6ba94e88 and b/FricaDeGaze/Library/metadata/e0/e0e8367cc866c7d4cae7b97d6ba94e88 differ diff --git a/FricaDeGaze/Library/metadata/e2/e228581791012c144900f8d7ccda2491 b/FricaDeGaze/Library/metadata/e2/e228581791012c144900f8d7ccda2491 index 33929d2..44ea170 100644 Binary files a/FricaDeGaze/Library/metadata/e2/e228581791012c144900f8d7ccda2491 and b/FricaDeGaze/Library/metadata/e2/e228581791012c144900f8d7ccda2491 differ diff --git a/FricaDeGaze/Library/metadata/e3/e340b02bd24d6b44cbaaecb9296ea7b5 b/FricaDeGaze/Library/metadata/e3/e340b02bd24d6b44cbaaecb9296ea7b5 index 4d067f5..f952072 100644 Binary files a/FricaDeGaze/Library/metadata/e3/e340b02bd24d6b44cbaaecb9296ea7b5 and b/FricaDeGaze/Library/metadata/e3/e340b02bd24d6b44cbaaecb9296ea7b5 differ diff --git a/FricaDeGaze/Library/metadata/e3/e349c3f4b36417b48b65112d7bd0b54e b/FricaDeGaze/Library/metadata/e3/e349c3f4b36417b48b65112d7bd0b54e index 9d95bab..0ffcfe0 100644 Binary files a/FricaDeGaze/Library/metadata/e3/e349c3f4b36417b48b65112d7bd0b54e and b/FricaDeGaze/Library/metadata/e3/e349c3f4b36417b48b65112d7bd0b54e differ diff --git a/FricaDeGaze/Library/metadata/e3/e3e214f8620f35a4cb4e415a4b8c19cf b/FricaDeGaze/Library/metadata/e3/e3e214f8620f35a4cb4e415a4b8c19cf index 4272ad5..b5d9f95 100644 Binary files a/FricaDeGaze/Library/metadata/e3/e3e214f8620f35a4cb4e415a4b8c19cf and b/FricaDeGaze/Library/metadata/e3/e3e214f8620f35a4cb4e415a4b8c19cf differ diff --git a/FricaDeGaze/Library/metadata/e5/e58d7769af939f944aa34c67b70e282b b/FricaDeGaze/Library/metadata/e5/e58d7769af939f944aa34c67b70e282b index 7821eff..bfe328d 100644 Binary files a/FricaDeGaze/Library/metadata/e5/e58d7769af939f944aa34c67b70e282b and b/FricaDeGaze/Library/metadata/e5/e58d7769af939f944aa34c67b70e282b differ diff --git a/FricaDeGaze/Library/metadata/e6/e683224912e790a4aad9fbfda3454396 b/FricaDeGaze/Library/metadata/e6/e683224912e790a4aad9fbfda3454396 index 6fe32ac..6d1b02e 100644 Binary files a/FricaDeGaze/Library/metadata/e6/e683224912e790a4aad9fbfda3454396 and b/FricaDeGaze/Library/metadata/e6/e683224912e790a4aad9fbfda3454396 differ diff --git a/FricaDeGaze/Library/metadata/e7/e70860e28910e9c4f8ac71214debc888 b/FricaDeGaze/Library/metadata/e7/e70860e28910e9c4f8ac71214debc888 index 7c61017..bbb9211 100644 Binary files a/FricaDeGaze/Library/metadata/e7/e70860e28910e9c4f8ac71214debc888 and b/FricaDeGaze/Library/metadata/e7/e70860e28910e9c4f8ac71214debc888 differ diff --git a/FricaDeGaze/Library/metadata/e7/e7a88268a460f384cbef52d988810865 b/FricaDeGaze/Library/metadata/e7/e7a88268a460f384cbef52d988810865 index b70a8a8..27e52d5 100644 Binary files a/FricaDeGaze/Library/metadata/e7/e7a88268a460f384cbef52d988810865 and b/FricaDeGaze/Library/metadata/e7/e7a88268a460f384cbef52d988810865 differ diff --git a/FricaDeGaze/Library/metadata/e7/e7eb3e7ab723b85499fa50b6c31fbc49 b/FricaDeGaze/Library/metadata/e7/e7eb3e7ab723b85499fa50b6c31fbc49 index 9749c54..20fd32c 100644 Binary files a/FricaDeGaze/Library/metadata/e7/e7eb3e7ab723b85499fa50b6c31fbc49 and b/FricaDeGaze/Library/metadata/e7/e7eb3e7ab723b85499fa50b6c31fbc49 differ diff --git a/FricaDeGaze/Library/metadata/e8/e890dfa56c412c248a894806604bcf02 b/FricaDeGaze/Library/metadata/e8/e890dfa56c412c248a894806604bcf02 index b611e9d..992ce59 100644 Binary files a/FricaDeGaze/Library/metadata/e8/e890dfa56c412c248a894806604bcf02 and b/FricaDeGaze/Library/metadata/e8/e890dfa56c412c248a894806604bcf02 differ diff --git a/FricaDeGaze/Library/metadata/f1/f1fd8e63238b60b4092736ab6a1e30df b/FricaDeGaze/Library/metadata/f1/f1fd8e63238b60b4092736ab6a1e30df index 9a9ae2a..ea60894 100644 Binary files a/FricaDeGaze/Library/metadata/f1/f1fd8e63238b60b4092736ab6a1e30df and b/FricaDeGaze/Library/metadata/f1/f1fd8e63238b60b4092736ab6a1e30df differ diff --git a/FricaDeGaze/Library/metadata/f5/f51001e89cd8f2742aaa986cf1040b60 b/FricaDeGaze/Library/metadata/f5/f51001e89cd8f2742aaa986cf1040b60 index a633391..366f52e 100644 Binary files a/FricaDeGaze/Library/metadata/f5/f51001e89cd8f2742aaa986cf1040b60 and b/FricaDeGaze/Library/metadata/f5/f51001e89cd8f2742aaa986cf1040b60 differ diff --git a/FricaDeGaze/Library/metadata/f5/f5e16dbd542e6b640aa077bdb3c5ae44 b/FricaDeGaze/Library/metadata/f5/f5e16dbd542e6b640aa077bdb3c5ae44 new file mode 100644 index 0000000..62bea28 Binary files /dev/null and b/FricaDeGaze/Library/metadata/f5/f5e16dbd542e6b640aa077bdb3c5ae44 differ diff --git a/FricaDeGaze/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 b/FricaDeGaze/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 new file mode 100644 index 0000000..dc0ad06 Binary files /dev/null and b/FricaDeGaze/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 differ diff --git a/FricaDeGaze/Library/metadata/f6/f6e251b779901f04db3728b14fd0da67 b/FricaDeGaze/Library/metadata/f6/f6e251b779901f04db3728b14fd0da67 deleted file mode 100644 index de9c68b..0000000 Binary files a/FricaDeGaze/Library/metadata/f6/f6e251b779901f04db3728b14fd0da67 and /dev/null differ diff --git a/FricaDeGaze/Library/metadata/fe/fe48ca40e9be666419e7d1a4bf3d808a b/FricaDeGaze/Library/metadata/fe/fe48ca40e9be666419e7d1a4bf3d808a index 6e1870e..fc5268b 100644 Binary files a/FricaDeGaze/Library/metadata/fe/fe48ca40e9be666419e7d1a4bf3d808a and b/FricaDeGaze/Library/metadata/fe/fe48ca40e9be666419e7d1a4bf3d808a differ diff --git a/FricaDeGaze/Library/metadata/ff/ff5492c6e047c3c44a77f67bfa1840ee b/FricaDeGaze/Library/metadata/ff/ff5492c6e047c3c44a77f67bfa1840ee index 3e1ed14..5587ca8 100644 Binary files a/FricaDeGaze/Library/metadata/ff/ff5492c6e047c3c44a77f67bfa1840ee and b/FricaDeGaze/Library/metadata/ff/ff5492c6e047c3c44a77f67bfa1840ee differ