diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
commit | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (patch) | |
tree | 5032e6779a402a863654c9d65965073f09ea4182 /files/es/games | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.gz translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.bz2 translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.zip |
unslug es: move
Diffstat (limited to 'files/es/games')
-rw-r--r-- | files/es/games/introduction/index.html (renamed from files/es/games/introduccion/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/introduction_to_html5_game_development/index.html (renamed from files/es/games/introducción_al_desarrollo_de_juegos_html5_(resumen)/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/publishing_games/game_monetization/index.html (renamed from files/es/games/publishing_games/monetización_de_los_juegos/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tools/asm.js/index.html (renamed from files/es/games/herramients/asm.js/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tools/index.html (renamed from files/es/games/herramients/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.html (renamed from files/es/games/tutorials/2d_breakout_game_phaser/rebotar_en_las_paredes/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_phaser/buttons/index.html (renamed from files/es/games/tutorials/2d_breakout_game_phaser/botones/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/bounce_off_the_walls/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/construye_grupo_bloques/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/deteccion_colisiones/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/create_the_canvas_and_draw_on_it/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/terminando/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/fin_del_juego/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/controles_raton/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/mueve_la_bola/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/control_pala_y_teclado/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html (renamed from files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/track_the_score_and_win/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/html5_gamedev_phaser_device_orientation/index.html (renamed from files/es/games/workflows/html5_gamedev_phaser_device_orientation/index.html) | 0 | ||||
-rw-r--r-- | files/es/games/tutorials/index.html (renamed from files/es/games/workflows/index.html) | 0 |
20 files changed, 0 insertions, 0 deletions
diff --git a/files/es/games/introduccion/index.html b/files/es/games/introduction/index.html index b19ea1a61e..b19ea1a61e 100644 --- a/files/es/games/introduccion/index.html +++ b/files/es/games/introduction/index.html diff --git a/files/es/games/introducción_al_desarrollo_de_juegos_html5_(resumen)/index.html b/files/es/games/introduction_to_html5_game_development/index.html index dcbaca6422..dcbaca6422 100644 --- a/files/es/games/introducción_al_desarrollo_de_juegos_html5_(resumen)/index.html +++ b/files/es/games/introduction_to_html5_game_development/index.html diff --git a/files/es/games/publishing_games/monetización_de_los_juegos/index.html b/files/es/games/publishing_games/game_monetization/index.html index 1549b222da..1549b222da 100644 --- a/files/es/games/publishing_games/monetización_de_los_juegos/index.html +++ b/files/es/games/publishing_games/game_monetization/index.html diff --git a/files/es/games/herramients/asm.js/index.html b/files/es/games/tools/asm.js/index.html index bd41ed70a3..bd41ed70a3 100644 --- a/files/es/games/herramients/asm.js/index.html +++ b/files/es/games/tools/asm.js/index.html diff --git a/files/es/games/herramients/index.html b/files/es/games/tools/index.html index e09812b07d..e09812b07d 100644 --- a/files/es/games/herramients/index.html +++ b/files/es/games/tools/index.html diff --git a/files/es/games/tutorials/2d_breakout_game_phaser/rebotar_en_las_paredes/index.html b/files/es/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.html index 0276d5dc7f..0276d5dc7f 100644 --- a/files/es/games/tutorials/2d_breakout_game_phaser/rebotar_en_las_paredes/index.html +++ b/files/es/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.html diff --git a/files/es/games/tutorials/2d_breakout_game_phaser/botones/index.html b/files/es/games/tutorials/2d_breakout_game_phaser/buttons/index.html index 672d7528a6..672d7528a6 100644 --- a/files/es/games/tutorials/2d_breakout_game_phaser/botones/index.html +++ b/files/es/games/tutorials/2d_breakout_game_phaser/buttons/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/bounce_off_the_walls/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html index d168aa0102..d168aa0102 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/bounce_off_the_walls/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/construye_grupo_bloques/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html index 99c944764b..99c944764b 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/construye_grupo_bloques/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/deteccion_colisiones/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html index e6d950b834..e6d950b834 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/deteccion_colisiones/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/create_the_canvas_and_draw_on_it/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html index 59703d3bc7..59703d3bc7 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/create_the_canvas_and_draw_on_it/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/terminando/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html index a3bd5e2c2e..a3bd5e2c2e 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/terminando/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/fin_del_juego/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html index d57ccef444..d57ccef444 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/fin_del_juego/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/index.html index 10ea794d5f..10ea794d5f 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/controles_raton/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html index 65e32f0ac2..65e32f0ac2 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/controles_raton/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/mueve_la_bola/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html index 60a5df8c5a..60a5df8c5a 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/mueve_la_bola/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/control_pala_y_teclado/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html index 81403423c7..81403423c7 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/control_pala_y_teclado/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html diff --git a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/track_the_score_and_win/index.html b/files/es/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html index b67a730e94..b67a730e94 100644 --- a/files/es/games/workflows/famoso_juego_2d_usando_javascript_puro/track_the_score_and_win/index.html +++ b/files/es/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html diff --git a/files/es/games/workflows/html5_gamedev_phaser_device_orientation/index.html b/files/es/games/tutorials/html5_gamedev_phaser_device_orientation/index.html index 135193ec50..135193ec50 100644 --- a/files/es/games/workflows/html5_gamedev_phaser_device_orientation/index.html +++ b/files/es/games/tutorials/html5_gamedev_phaser_device_orientation/index.html diff --git a/files/es/games/workflows/index.html b/files/es/games/tutorials/index.html index 3a0807cc77..3a0807cc77 100644 --- a/files/es/games/workflows/index.html +++ b/files/es/games/tutorials/index.html |