Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PythJScharm authored Mar 14, 2024
1 parent fb05a82 commit d8b35b1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 deletions.
22 changes: 12 additions & 10 deletions pages/games/mkds.htm
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<div class="container">
<iframe src="files/mkds/embed.html" allowfullscreen="true" width="1920" height="920"></iframe><br>
<h1>Controls:</h1>
<p>D-Pad (Turn) = Arrow Keys<br>
A Button (Accelerate) = X<br>
B Button (Reverse)= Z<br>
Y Button (Bottom Screen) = A<br>
X Button (Use Item) = S<br>
Start (Pause) = Enter<br>
L (Use Item) = Q<br>
R (Jump) = W</p>
<div class ="content-center">
<h1>Controls:</h1>
<p>D-Pad (Turn) = Arrow Keys<br>
A Button (Accelerate) = X<br>
B Button (Reverse)= Z<br>
Y Button (Bottom Screen) = A<br>
X Button (Use Item) = S<br>
Start (Pause) = Enter<br>
L (Use Item) = Q<br>
R (Jump) = W</p><br>
<iframe src="files/mkds/embed.html" allowfullscreen="true" width="1920" height="920"></iframe>
</div>
</div>
22 changes: 12 additions & 10 deletions pages/games/nsmb.htm
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<div class="container">
<iframe src="files/nsmb/embed.html" allowfullscreen="true" width="1920" height="920"></iframe><br>
<h1>Controls:</h1>
<p>D-Pad (Move) = Arrow Keys<br>
A Button (Jump) = X<br>
B Button (Jump)= Z<br>
Y Button (Run) = A<br>
X Button (Run) = S<br>
Start (Pause) = Enter<br>
L (Scroll Left) = Q<br>
R (Scroll Right) = W</p>
<div class ="content-center">
<h1>Controls:</h1>
<p>D-Pad (Move) = Arrow Keys<br>
A Button (Jump) = X<br>
B Button (Jump)= Z<br>
Y Button (Run) = A<br>
X Button (Run) = S<br>
Start (Pause) = Enter<br>
L (Scroll Left) = Q<br>
R (Scroll Right) = W</p><br>
<iframe src="files/nsmb/embed.html" allowfullscreen="true" width="1920" height="920"></iframe>
</div>
</div>
26 changes: 14 additions & 12 deletions pages/games/sm64.htm
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<div class="container">
<iframe src="https://sm64-embed.glitch.me/start.html" allowfullscreen="true" width="1920" height="920"></iframe><br>
<h1>Controls:</h1>
<p>Control Stick (Move) = Arrow Keys<br>
A Button (Jump) = X<br>
B Button (Punch)= C<br>
Z Button (Crouch) = Space<br>
Start (Pause) = Enter<br>
Left (Rotate Right) = A<br>
Right (Rotate Left) = D<br>
Up (Zoom In) = W<br>
Down (Zoom Out) = S<br>
R (Switch camera modes) = Q</p>
<div class ="content-center">
<h1>Controls:</h1>
<p>Control Stick (Move) = Arrow Keys<br>
A Button (Jump) = X<br>
B Button (Punch)= C<br>
Z Button (Crouch) = Space<br>
Start (Pause) = Enter<br>
Left (Rotate Right) = A<br>
Right (Rotate Left) = D<br>
Up (Zoom In) = W<br>
Down (Zoom Out) = S<br>
R (Switch camera modes) = Q</p><br>
<iframe src="https://sm64-embed.glitch.me/start.html" allowfullscreen="true" width="1920" height="920"></iframe>
</div>
</div>

0 comments on commit d8b35b1

Please sign in to comment.