File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ import { Icon } from 'astro-icon/components';
4040 <aside class =" hero-game-card" aria-labelledby =" hero-game-title" >
4141 <h2 id =" hero-game-title" >Want to play a game?</h2 >
4242 <p class =" hero-game-text" >
43- Launch a Rust + WebAssembly Tetris build directly in the page.
43+ Launch a Rust + WebAssembly block game directly in the page.
4444 </p >
4545 <button type =" button" class =" hero-game-button" data-open-game >
4646 <span class =" hero-game-button-icon" aria-hidden =" true" >
4747 <Icon name =" lucide:gamepad-2" size ={ 18 } />
4848 </span >
49- Open Tetris
49+ Open Block Game
5050 </button >
5151 </aside >
5252 </div >
@@ -55,13 +55,13 @@ import { Icon } from 'astro-icon/components';
5555 <dialog class =" hero-game-modal" id =" hero-game-modal" aria-labelledby =" hero-game-modal-title" >
5656 <div class =" hero-game-modal-shell" >
5757 <header class =" hero-game-modal-header" >
58- <h3 id =" hero-game-modal-title" >Tetris </h3 >
58+ <h3 id =" hero-game-modal-title" >Block Game </h3 >
5959 <button type =" button" class =" hero-game-modal-close" data-close-game aria-label =" Close game window" >
6060 <Icon name =" lucide:x" size ={ 18 } />
6161 </button >
6262 </header >
6363 <p class =" hero-game-modal-help" >Arrow keys move and rotate. Space drops.</p >
64- <div id =" hero-tetris-app" class =" hero-game-host" aria-label =" Tetris game area" ></div >
64+ <div id =" hero-tetris-app" class =" hero-game-host" aria-label =" Block game area" ></div >
6565 </div >
6666 </dialog >
6767
You can’t perform that action at this time.
0 commit comments