aboutsummaryrefslogtreecommitdiff
path: root/files/pl/games/tutorials
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:25 +0100
commitb8170f78422f2269dfc9df7760cc1ad51c048c00 (patch)
treebbe8555451304d47a06232ea37338c1678f2f1ed /files/pl/games/tutorials
parentde5c456ebded0e038adbf23db34cc290c8829180 (diff)
downloadtranslated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.tar.gz
translated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.tar.bz2
translated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.zip
unslug pl: modify
Diffstat (limited to 'files/pl/games/tutorials')
-rw-r--r--files/pl/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html3
-rw-r--r--files/pl/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html3
-rw-r--r--files/pl/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html4
-rw-r--r--files/pl/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html3
4 files changed, 9 insertions, 4 deletions
diff --git a/files/pl/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html b/files/pl/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html
index 6a50d3a083..296c443576 100644
--- a/files/pl/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html
+++ b/files/pl/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html
@@ -1,6 +1,6 @@
---
title: Odbijanie od ścian
-slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/odbijanie_od_scian
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Bounce_off_the_walls
tags:
- Animacja
- Canvas
@@ -12,6 +12,7 @@ tags:
- kolizja
- wykrywanie
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Bounce_off_the_walls
+original_slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/odbijanie_od_scian
---
<div>{{GamesSidebar}}</div>
diff --git a/files/pl/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html b/files/pl/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
index fea9869173..f0883194a9 100644
--- a/files/pl/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
+++ b/files/pl/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
@@ -1,7 +1,8 @@
---
title: Wykrywanie kolizji
-slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/wykrywanie_kolizji
+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_Breakout_game_pure_JavaScript/wykrywanie_kolizji
---
<div>{{GamesSidebar}}</div>
diff --git a/files/pl/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html b/files/pl/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
index 72e920c9a8..8241f5e362 100644
--- a/files/pl/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
+++ b/files/pl/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
@@ -1,7 +1,7 @@
---
title: Stwórz element Canvas i rysuj na nim
slug: >-
- Games/Tutorials/2D_Breakout_game_pure_JavaScript/Stworz_element_Canvas_i_rysuj_na_nim
+ Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it
tags:
- 2D
- Canvas
@@ -12,6 +12,8 @@ tags:
- Poradnik
translation_of: >-
Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it
+original_slug: >-
+ Games/Tutorials/2D_Breakout_game_pure_JavaScript/Stworz_element_Canvas_i_rysuj_na_nim
---
<div>{{GamesSidebar}}</div>
diff --git a/files/pl/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html b/files/pl/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
index 3d21b5f72e..542352aa56 100644
--- a/files/pl/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
+++ b/files/pl/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
@@ -1,6 +1,6 @@
---
title: Porusz piłką
-slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/posusz_pilka
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball
tags:
- 2D
- Canvas
@@ -11,6 +11,7 @@ tags:
- Pętla
- ruch
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball
+original_slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/posusz_pilka
---
<div>{{GamesSidebar}}</div>