Skip to content

Commit d0e4f5f

Browse files
committed
Modificación de dificultad
1 parent e12977a commit d0e4f5f

File tree

7 files changed

+17
-23
lines changed

7 files changed

+17
-23
lines changed

CT uAdventure/Assets/Scripts/Puzzle3/Puzzle3.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ public class Puzzle3 : MonoBehaviour
2020
bool[,] sol;
2121
int[,] initialState;
2222

23-
int[] gridS = { 3, 4, 3 };
24-
int[] solClicks = { 5, 7, 5 };
25-
int[] maxValues = { 2, 2, 3 };
26-
int[] clicksToHint = { 4, 7, 7 };
23+
int[] gridS = { 5, 4, 3 };
24+
int[] solClicks = { 5, 5, 7 };
25+
int[] maxValues = { 2, 2, 2 };
26+
int[] clicksToHint = { 4, 4, 3 };
2727
int clicks;
2828

2929
//Each sol is a sizeXsize grid

CT uAdventure/Assets/uAdventure/Resources/CurrentGame/chapter1.xml

+5
Original file line numberDiff line numberDiff line change
@@ -2443,6 +2443,11 @@ puede que sea útil para acceder al despacho.</speak-player>
24432443
<text>Siempre me invitaba a todas sus fiestas y eventos. Eran increíbles, y siempre había una comida riquísima.</text>
24442444
</speak-char>
24452445
<condition />
2446+
<speak-char idTarget="LadyAdaMantine">
2447+
<resources name="No name" />
2448+
<text>Como los hermanos estaban tardando, me he tomado la libertad de servirme una copa.</text>
2449+
</speak-char>
2450+
<condition />
24462451
<speak-char idTarget="LadyAdaMantine">
24472452
<resources name="No name" />
24482453
<text>¿Qué quieres saber acerca de él?</text>

CT uAdventure/Assets/uAdventure/Resources/CurrentGame/project.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
<entry key="Chapter0.RoomUp.Y">407</entry>
4444
<entry key="Chapter0.Despacho.X">267</entry>
4545
<entry key="Chapter0.Despacho.Y">510</entry>
46-
<entry key="Simva.RefreshToken">eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI2Y2IwZWFmNC1iOWM1LTQ0ZWQtODYzZC05ZGRjMWU5ZmEyODMifQ.eyJpYXQiOjE2MTYwOTEwMTcsImp0aSI6ImZhZTI3NDczLTI0M2MtNDM4OS05YzhkLTU3ZDBmNGUyNjZjYyIsImlzcyI6Imh0dHBzOi8vc3NvLnNpbXZhLmUtdWNtLmVzL2F1dGgvcmVhbG1zL3NpbXZhIiwiYXVkIjoiaHR0cHM6Ly9zc28uc2ltdmEuZS11Y20uZXMvYXV0aC9yZWFsbXMvc2ltdmEiLCJzdWIiOiIzOTE0OWUyMi0yZTU5LTQwYjQtOTg3Ni0xNjhjZTI4OTFhOGEiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoidWFkdmVudHVyZSIsInNlc3Npb25fc3RhdGUiOiJkYzM4ZWViOC0zMzgxLTRjZjItYmFmNS02ZThhYThhOTY1N2QiLCJzY29wZSI6Im9mZmxpbmVfYWNjZXNzIHByb2ZpbGUgZW1haWwifQ.DkDLjSuR4Ht_IPnugCjhmzb8C4gw0wW2NbnMvj4jofM</entry>
46+
<entry key="Simva.RefreshToken">eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI2Y2IwZWFmNC1iOWM1LTQ0ZWQtODYzZC05ZGRjMWU5ZmEyODMifQ.eyJpYXQiOjE2MjE4NTY4MTYsImp0aSI6IjQ4ZTI0MDRlLWVjNjUtNDRmOC1hNGRiLWExMGQ0ZGQ1NzA1NyIsImlzcyI6Imh0dHBzOi8vc3NvLnNpbXZhLmUtdWNtLmVzL2F1dGgvcmVhbG1zL3NpbXZhIiwiYXVkIjoiaHR0cHM6Ly9zc28uc2ltdmEuZS11Y20uZXMvYXV0aC9yZWFsbXMvc2ltdmEiLCJzdWIiOiIzOTE0OWUyMi0yZTU5LTQwYjQtOTg3Ni0xNjhjZTI4OTFhOGEiLCJ0eXAiOiJPZmZsaW5lIiwiYXpwIjoidWFkdmVudHVyZSIsInNlc3Npb25fc3RhdGUiOiJhMGEzMTAxNi03M2MxLTRmZTAtYWMwYS1hMzhiYmQxMGQ1NTMiLCJzY29wZSI6Im9mZmxpbmVfYWNjZXNzIHByb2ZpbGUgZW1haWwifQ.zkgqDpR3FZyZjlAh4T_OmO9r5CAij-pMsz1jcDuD038</entry>
4747
</properties>
4848

CT uAdventure/Assets/uAdventureQR/Editor/Plugins.meta

-10
This file was deleted.

CT uAdventure/Packages/packages-lock.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@
1919
"url": "https://packages.unity.com"
2020
},
2121
"com.unity.2d.common": {
22-
"version": "2.1.0",
22+
"version": "2.0.2",
2323
"depth": 1,
2424
"source": "registry",
2525
"dependencies": {
26-
"com.unity.2d.sprite": "1.0.0",
27-
"com.unity.modules.uielements": "1.0.0"
26+
"com.unity.2d.sprite": "1.0.0"
2827
},
2928
"url": "https://packages.unity.com"
3029
},
3130
"com.unity.2d.path": {
32-
"version": "2.1.0",
31+
"version": "2.0.6",
3332
"depth": 1,
3433
"source": "registry",
3534
"dependencies": {},

CT uAdventure/ProjectSettings/PackageManagerSettings.asset

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ MonoBehaviour:
99
m_GameObject: {fileID: 0}
1010
m_Enabled: 1
1111
m_EditorHideFlags: 0
12-
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
12+
m_Script: {fileID: 0}
1313
m_Name:
14-
m_EditorClassIdentifier:
14+
m_EditorClassIdentifier: UnityEditor:UnityEditor.PackageManager.UI:PackageManagerProjectSettings
1515
m_ScopedRegistriesSettingsExpanded: 1
1616
oneTimeWarningShown: 0
1717
m_Registries:
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.21f1
2-
m_EditorVersionWithRevision: 2019.4.21f1 (b76dac84db26)
1+
m_EditorVersion: 2019.4.14f1
2+
m_EditorVersionWithRevision: 2019.4.14f1 (4037e52648cd)

0 commit comments

Comments
 (0)