diff --git a/Assets/Scenes/Scene.unity b/Assets/Scenes/Scene.unity index 84ea441..1b9acd5 100644 --- a/Assets/Scenes/Scene.unity +++ b/Assets/Scenes/Scene.unity @@ -423,6 +423,10 @@ Prefab: propertyPath: m_Materials.Array.data[1] value: objectReference: {fileID: 2100000, guid: 3e98fe09c9ac4ae4dbe731872ff7687a, type: 2} + - target: {fileID: 11474732, guid: 00197fc9877daa14c963e5917de36124, type: 2} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 00197fc9877daa14c963e5917de36124, type: 2} m_IsPrefabParent: 0 @@ -1567,7 +1571,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 149102, guid: cd81d95d2fa8dc448b18a415b9009d43, type: 2} propertyPath: m_TagString - value: avatar + value: inspetor objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: cd81d95d2fa8dc448b18a415b9009d43, type: 2} diff --git a/Assets/Scripts/Animation List/ListManager.cs b/Assets/Scripts/Animation List/ListManager.cs index ec4e341..9754571 100644 --- a/Assets/Scripts/Animation List/ListManager.cs +++ b/Assets/Scripts/Animation List/ListManager.cs @@ -52,8 +52,8 @@ public class ListManager : MonoBehaviour { while (!s.EndOfStream) { - string temp = s.ReadLine(); - this.trie.put(temp, temp); + string word = s.ReadLine(); + this.trie.put(word, word); } } diff --git a/Assets/Scripts/Animation List/TrieST.cs b/Assets/Scripts/Animation List/TrieST.cs index 3741054..cdc3b46 100644 --- a/Assets/Scripts/Animation List/TrieST.cs +++ b/Assets/Scripts/Animation List/TrieST.cs @@ -8,16 +8,15 @@ public class TrieST private static int R = 42; private static char[] chars = { ' ', '-', '(', ')', ',', '%', - 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', - 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', - 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', - 'Y', 'Z', + 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', + 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', + 'U', 'V', 'W', 'X', 'Y', 'Z', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0' }; private static int[] indexes = new int[256]; private Node root; - private int N; + private int N; private class Node { diff --git a/Assets/sinais.txt b/Assets/sinais.txt index ee76a0c..25e9c6a 100644 --- a/Assets/sinais.txt +++ b/Assets/sinais.txt @@ -2351,16 +2351,16 @@ CUSTEAR CUSTOSO CUTANEO CUTUCAR -Cotovelo -Cozinheira -Cpf -Crer -Crianca -Cueca -Cuidadoso -Cumprimentos -Cunhada -Curitiba +COTOVELO +COZINHEIRA +CPF +CRER +CRIANCA +CUECA +CUIDADOSO +CUMPRIMENTOS +CUNHADA +CURITIBA DÓLAR D DA @@ -2848,7 +2848,7 @@ DIGITADOR DIGITAL DIGITALIZADA DIGITALIZADO -DIGITAR 23-Sep-2015 17:56 61K +DIGITAR 23-SEP-2015 17:56 61K DIGITO DIGNIDADE DIGNO @@ -3054,18 +3054,18 @@ DURO DUVIDA DUVIDOSO DVD -Dama -Decidir -Dedo -Default Take -Descer -Diminuir -Diretor -Disputar -Distrito-federal -Dividir -Divorciar -Domino +DAMA +DECIDIR +DEDO +DEFAULT TAKE +DESCER +DIMINUIR +DIRETOR +DISPUTAR +DISTRITO-FEDERAL +DIVIDIR +DIVORCIAR +DOMINO E EBRIO ECOLOGIA @@ -5249,7 +5249,7 @@ LACRIMEJANTE LACRIMEJAR LACTEO LACTOSE -LADO24-Sep-2015 09:59 19K +LADO24-SEP-2015 09:59 19K LADRAR LADRILHO LAGARTA -- libgit2 0.21.2