From b1fdb94830bee8ed169ec9c6c20e535a7d6524fa Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 3 Aug 2021 21:19:25 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 6) (#1872) --- files/ja/games/introduction_to_html5_game_development/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ja/games/introduction_to_html5_game_development') diff --git a/files/ja/games/introduction_to_html5_game_development/index.html b/files/ja/games/introduction_to_html5_game_development/index.html index 5accf62c66..e729d32a9a 100644 --- a/files/ja/games/introduction_to_html5_game_development/index.html +++ b/files/ja/games/introduction_to_html5_game_development/index.html @@ -43,7 +43,7 @@ original_slug: Games/Introduction_to_HTML5_Game_Gevelopment_(summary) Graphics - WebGL (OpenGL ES 2.0) + WebGL (OpenGL ES 2.0) Input @@ -51,7 +51,7 @@ original_slug: Games/Introduction_to_HTML5_Game_Gevelopment_(summary) Language - JavaScript (Emscripten を使って C/C++ を JavaScript にコンパイルする) + JavaScript (Emscripten を使って C/C++ を JavaScript にコンパイルする) Networking @@ -82,7 +82,7 @@ original_slug: Games/Introduction_to_HTML5_Game_Gevelopment_(summary)
Store user data on their own computer or device.
JavaScript
Fast web プログラミング言語 to write the code for your game.
- To easily port your existing games Emscripten or Asm.js
+ To easily port your existing games Emscripten or Asm.js
Pointer Lock API
Lock the mouse or other pointing device within your game's interface.
SVG (Scalable Vector Graphics)
@@ -92,7 +92,7 @@ original_slug: Games/Introduction_to_HTML5_Game_Gevelopment_(summary)
Web Audio API
Control the playback, synthesis, and manipulation of audio in real time.
WebGL
-
Create high-performance, hardware-accelerated 3D (and 2D) graphics. OpenGL ES 2.0.
+
Create high-performance, hardware-accelerated 3D (and 2D) graphics. OpenGL ES 2.0.
WebRTC
Real-Time Communications to control audio and video data, including teleconferencing and transmitting other application data back and forth between two users like chat.
WebSockets
-- cgit v1.2.3-54-g00ecf