Skip to content

Commit

Permalink
Merge pull request #8 from AliMatias/ShowInfoBasicTper
Browse files Browse the repository at this point in the history
Show info basic tper
  • Loading branch information
AliMatias authored Jun 14, 2019
2 parents 1d1398e + 1f7766e commit dd93149
Show file tree
Hide file tree
Showing 18 changed files with 1,897 additions and 218 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ sysinfo.txt
# Builds
*.apk
*.unitypackage

#vscode
*.vscode/*
*.vscode/settings.json
*.vscode/tasks.json
*.vscode/launch.json
*.vscode/extensions.json
New Unity Project/.vscode/settings.json
2 changes: 1 addition & 1 deletion DB Scripts/DDL_create_tables_elementosTP.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CREATE TABLE "elementos_info_basica"(
"fase" TEXT NULL,
"estructura_cristalina" TEXT NULL,
"color" TEXT NULL,
"valencia" INTEGER NULL,
"valencia" TEXT NULL,
"numeros_oxidacion" TEXT NULL,
"configuracion_electronica_abreviada" TEXT NULL,
"configuracion_electronica" TEXT NULL,
Expand Down
208 changes: 104 additions & 104 deletions DB Scripts/INSERT_elementos_info_basica.sql

Large diffs are not rendered by default.

41 changes: 40 additions & 1 deletion New Unity Project/Assets/Prefabs/ElementPrefab.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GameObject:
- component: {fileID: 7128743440240980142}
- component: {fileID: 4385820789787708559}
- component: {fileID: 9096504253937252805}
- component: {fileID: 340006341194339952}
m_Layer: 5
m_Name: ElementPrefab
m_TagString: Untagged
Expand Down Expand Up @@ -118,6 +119,23 @@ MonoBehaviour:
m_Interactable: 1
m_TargetGraphic: {fileID: 4385820789787708559}
m_OnClick:
m_PersistentCalls:
m_Calls: []
m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null
--- !u!114 &340006341194339952
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 171082391575801109}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 91e37e7d2c001a346a73024dc3c1ecc6, type: 3}
m_Name:
m_EditorClassIdentifier:
onLeft:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 4257166569370380754}
Expand All @@ -131,7 +149,28 @@ MonoBehaviour:
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0,
m_TypeName: UnityEngine.Events.UnityEvent, UnityEngine.CoreModule, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
onRight:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 4257166569370380754}
m_MethodName: GetInfoBasic
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
m_TypeName: UnityEngine.Events.UnityEvent, UnityEngine.CoreModule, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
onMiddle:
m_PersistentCalls:
m_Calls: []
m_TypeName: UnityEngine.Events.UnityEvent, UnityEngine.CoreModule, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
--- !u!1 &347300794931205690
GameObject:
Expand Down
Binary file modified New Unity Project/Assets/SIAMM.db
Binary file not shown.
Loading

0 comments on commit dd93149

Please sign in to comment.