Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
José Pardo Madera
/
ProjectoMultimeda2025
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e41207c1
authored
Apr 10, 2025
by
Jaime de la Chica Bergillos
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Pequeños ajustes al ojo
parent
69d6f087
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
Executable
Historia.cpp
Historia.h
PantallaMundo.cpp
Executable
View file @
e41207c1
No preview for this file type
Historia.cpp
View file @
e41207c1
...
@@ -197,11 +197,12 @@ void Historia::siguienteEstado(Secuencia estado){
...
@@ -197,11 +197,12 @@ void Historia::siguienteEstado(Secuencia estado){
iniciarPuzlePantallaResuelto
();
iniciarPuzlePantallaResuelto
();
break
;
break
;
case
CajaAbierta
:
case
CajaAbierta
:
//iniciarCajaAbierta();
break
;
break
;
case
CarteraRecuperada
:
case
CarteraRecuperada
:
//iniciarCarteraRecuperada();
break
;
break
;
case
LlaveConseguida
:
case
LlaveConseguida
:
...
...
Historia.h
View file @
e41207c1
...
@@ -17,7 +17,7 @@ class Historia{
...
@@ -17,7 +17,7 @@ class Historia{
};
};
private
:
private
:
Secuencia
estadoActual
=
P
uzlePantallaResuelt
o
;
Secuencia
estadoActual
=
P
reInici
o
;
void
limpiarEstado
();
void
limpiarEstado
();
void
siguienteEstado
(
Secuencia
estado
);
void
siguienteEstado
(
Secuencia
estado
);
...
...
PantallaMundo.cpp
View file @
e41207c1
...
@@ -16,7 +16,7 @@ PantallaMundo::PantallaMundo(const char *fondo, Hitbox colisionCambioPantalla, s
...
@@ -16,7 +16,7 @@ PantallaMundo::PantallaMundo(const char *fondo, Hitbox colisionCambioPantalla, s
Sprite
(
"assets/ojoCerrado.png"
)
Sprite
(
"assets/ojoCerrado.png"
)
}),
}),
colisionesInterfaz
({
colisionesInterfaz
({
Hitbox
(
1
630
,
1248
,
997
,
839
),
Hitbox
(
1
700
,
1300
,
1060
,
900
),
Hitbox
(
320
,
80
,
1050
,
900
),
Hitbox
(
320
,
80
,
1050
,
900
),
Hitbox
(
666
,
415
,
1050
,
900
),
Hitbox
(
666
,
415
,
1050
,
900
),
Hitbox
(
1015
,
780
,
1050
,
900
)
Hitbox
(
1015
,
780
,
1050
,
900
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment