diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:24 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:24 +0100 |
commit | ee778d6eea54935fd05022e0ba8c49456003381a (patch) | |
tree | 151a4cef804d8823cc8fc753b8edc693b7078241 /files/ko/games | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.gz translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.bz2 translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.zip |
unslug ko: move
Diffstat (limited to 'files/ko/games')
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_phaser/the_score/index.html (renamed from files/ko/games/tutorials/2d_breakout_game_phaser/득점/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/bounce_off_the_walls/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/build_the_brick_field/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/collision_detection/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/캔버스_생성과_그리기/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/finishing_up/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/game_over/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/mouse_controls/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/공_움직이기/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/paddle_and_keyboard_controls/index.html) | 0 | ||||
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html (renamed from files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/track_the_score_and_win/index.html) | 0 |
12 files changed, 0 insertions, 0 deletions
diff --git a/files/ko/games/tutorials/2d_breakout_game_phaser/득점/index.html b/files/ko/games/tutorials/2d_breakout_game_phaser/the_score/index.html index ca79e665a1..ca79e665a1 100644 --- a/files/ko/games/tutorials/2d_breakout_game_phaser/득점/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_phaser/the_score/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/bounce_off_the_walls/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html index 2df00b91b9..2df00b91b9 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/bounce_off_the_walls/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/build_the_brick_field/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html index 9560da25e9..9560da25e9 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/build_the_brick_field/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/collision_detection/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html index f312374938..f312374938 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/collision_detection/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/캔버스_생성과_그리기/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html index a7f1ed4130..a7f1ed4130 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/캔버스_생성과_그리기/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/finishing_up/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html index b23a4b6b33..b23a4b6b33 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/finishing_up/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/game_over/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html index d0c72fb8b3..d0c72fb8b3 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/game_over/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html index 8b0e4da888..8b0e4da888 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/mouse_controls/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html index e05faf32e8..e05faf32e8 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/mouse_controls/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/공_움직이기/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html index 5a8b02904e..5a8b02904e 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/공_움직이기/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/paddle_and_keyboard_controls/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html index 47cde1be4e..47cde1be4e 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/paddle_and_keyboard_controls/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.html diff --git a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/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..76883a1655 100644 --- a/files/ko/games/tutorials/순수한_자바스크립트를_이용한_2d_벽돌깨기_게임/track_the_score_and_win/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html |