commit 167f6d8a8d7e55cc467a15018f2266f135637120
parent 2b54442a3842c65538d8dcdec8140aa180ed7b96
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Sat, 6 Jul 2024 17:52:55 -0300
fix typo
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tp/scene.html b/tp/scene.html
@@ -15,7 +15,7 @@
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
- backdrop-filter: blur(5px);
+ backdrop-filter: blur(6px);
}
#instructions {
@@ -52,8 +52,9 @@
</p>
<p>
Mover: WASD<br/>
+ Mover Rápido: Shift+w
Mirar: MOUSE<br/>
- Animacinoes: SPACE<br/>
+ Animación del Tren: SPACE<br/>
Camara siguiente: c<br/>
Camara anterior: C<br/>
</p>