TA159

Notas, resueltos y trabajos practicos de la materia Sistemas Gráficos
Index Commits Files Refs Submodules README LICENSE
commit 57d5a0ae13a93d4edaf4259071d00c1c867d777d
parent 3a12fb7e99d9b30822dc8090e8d54d923668437e
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Thu,  4 Jul 2024 18:35:49 -0300

change instructions screen text and text style

Diffstat:
Mtp/scene.html | 15+++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/tp/scene.html b/tp/scene.html
@@ -30,10 +30,11 @@
 
                 padding-top: 0;
                 text-align: center;
-                font-size: 20px;
+                font-size: 22px;
                 cursor: pointer;
 
-                text-shadow: 1px 1px 2px white;
+                color: antiquewhite;
+                text-shadow: 1px 1px 3px black;
             }
 
             #click-to-play {
@@ -47,12 +48,14 @@
         <div id="blocker">
             <div id="instructions">
                 <p id="click-to-play">
-                    Click to play
+                    Click para Activar Controles
                 </p>
                 <p>
-                    Move: WASD<br/>
-                    Jump: SPACE<br/>
-                    Look: MOUSE
+                    Mover: WASD<br/>
+                    Mirar: MOUSE<br/>
+                    Animacinoes: SPACE<br/>
+                    Camara siguiente: c<br/>
+                    Camara anterior: C<br/>
                 </p>
             </div>
         </div>