aboutsummaryrefslogtreecommitdiff
path: root/files/ko/games
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/games
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/games')
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_phaser/the_score/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html4
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html3
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html3
12 files changed, 25 insertions, 12 deletions
diff --git a/files/ko/games/tutorials/2d_breakout_game_phaser/the_score/index.html b/files/ko/games/tutorials/2d_breakout_game_phaser/the_score/index.html
index ca79e665a1..44355fca0d 100644
--- a/files/ko/games/tutorials/2d_breakout_game_phaser/the_score/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_phaser/the_score/index.html
@@ -1,6 +1,6 @@
---
title: 득점
-slug: Games/Tutorials/2D_breakout_game_Phaser/득점
+slug: Games/Tutorials/2D_breakout_game_Phaser/The_score
tags:
- 게임
- 게임제작
@@ -8,6 +8,7 @@ tags:
- 득점시스템
- 튜토리얼
translation_of: Games/Tutorials/2D_breakout_game_Phaser/The_score
+original_slug: Games/Tutorials/2D_breakout_game_Phaser/득점
---
<div>{{GamesSidebar}}</div><div>{{IncludeSubnav("/en-US/docs/Games")}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html
index 2df00b91b9..6c0d723b80 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html
@@ -1,7 +1,8 @@
---
title: 공을 벽에 튕기기
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Bounce_off_the_walls
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Bounce_off_the_walls
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Bounce_off_the_walls
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Bounce_off_the_walls
---
<div>{{GamesSidebar}}</div><div>{{IncludeSubnav("/ko/docs/Games")}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html
index 9560da25e9..ef96583521 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html
@@ -1,7 +1,8 @@
---
title: 벽돌 만들기
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Build_the_brick_field
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Build_the_brick_field
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Build_the_brick_field
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Build_the_brick_field
---
<div>{{GamesSidebar}}</div><div>{{IncludeSubnav("/ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임")}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
index f312374938..d214b49ae7 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
@@ -1,7 +1,8 @@
---
title: 충돌 감지
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Collision_detection
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Collision_detection
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Collision_detection
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Collision_detection
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
index a7f1ed4130..a32e03f5d9 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
@@ -1,6 +1,7 @@
---
title: 캔버스 생성과 그리기
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/캔버스_생성과_그리기
+slug: >-
+ Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it
tags:
- 2D
- 게임
@@ -10,6 +11,7 @@ tags:
- 튜토리얼
translation_of: >-
Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/캔버스_생성과_그리기
---
<div>{{GamesSidebar}}</div><div>{{IncludeSubnav("/ko/docs/Games")}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html
index b23a4b6b33..e0ef02994f 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html
@@ -1,11 +1,12 @@
---
title: 개발 마무리
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Finishing_up
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Finishing_up
tags:
- Canvas
- Games
- JavaScript
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Finishing_up
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Finishing_up
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html
index d0c72fb8b3..6733d49fd5 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html
@@ -1,6 +1,6 @@
---
title: 게임 오버
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Game_over
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Game_over
tags:
- 게임
- 게임 오버
@@ -10,6 +10,7 @@ tags:
- 캔버스
- 튜토리얼
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Game_over
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Game_over
---
<div>{{GamesSidebar}}</div><div>{{IncludeSubnav("/ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임")}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html
index 8b0e4da888..9b1a5fe86f 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html
@@ -1,6 +1,6 @@
---
title: 순수한 자바스크립트를 이용한 2D 벽돌깨기 게임
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript
tags:
- 2D
- 게임
@@ -8,6 +8,7 @@ tags:
- 캔버스
- 튜토리얼
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임
---
<div>{{GamesSidebar}}</div><div>{{IncludeSubnav("/ko/docs/Games")}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html
index e05faf32e8..0526df40d3 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html
@@ -1,11 +1,12 @@
---
title: 마우스로 패들 조종하기
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Mouse_controls
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Mouse_controls
tags:
- Canvas
- Games
- JavaScript
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Mouse_controls
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Mouse_controls
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
index 5a8b02904e..0f451908d9 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
@@ -1,6 +1,6 @@
---
title: 공 움직이기
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/공_움직이기
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball
tags:
- 2D
- 게임
@@ -11,6 +11,7 @@ tags:
- 캔버스
- 튜토리얼
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/공_움직이기
---
<div>{{GamesSidebar}}</div><div>{{IncludeSubnav("/ko/docs/Games")}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html
index 47cde1be4e..2f4415bfc3 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html
@@ -1,7 +1,8 @@
---
title: Paddle과 키보드 컨트롤
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Paddle_and_keyboard_controls
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Paddle_and_keyboard_controls
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Paddle_and_keyboard_controls
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Paddle_and_keyboard_controls
---
<div>{{GamesSidebar}}</div><div>{{IncludeSubnav("/ko/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/")}}</div>
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html
index 76883a1655..b82e8be9bd 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html
@@ -1,11 +1,12 @@
---
title: Track the score and win
-slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Track_the_score_and_win
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Track_the_score_and_win
tags:
- Canvas
- Games
- JavaScript
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Track_the_score_and_win
+original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/Track_the_score_and_win
---
<div>{{GamesSidebar}}</div>