Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley authored Oct 4, 2024
1 parent 4652f01 commit 42cf1a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,22 +136,22 @@ <h2>DOOM</h2>
<br> <!-- Add a line break here -->
<div class="links-container">
<a href="https://colleagueriley.github.io/rsoft//examples/shapes.html" class="link-card">
<img src="https://raw.githubusercontent.com/ColleagueRiley/rsoft/refs/heads/main/shapes.gif" alt="Shapes Example">
<img src="https://raw.githubusercontent.com/RSGL/rsoft/refs/heads/main/shapes.gif" alt="Shapes Example">
<h2>Shapes</h2>
</a>

<a href="https://colleagueriley.github.io/rsoft/./examples/textures.html" class="link-card">
<img src="https://raw.githubusercontent.com/ColleagueRiley/rsoft/refs/heads/main/textures.gif" alt="Textures Example">
<img src="https://raw.githubusercontent.com/RSGL/rsoft/refs/heads/main/textures.gif" alt="Textures Example">
<h2>Textures</h2>
</a>

<a href="https://colleagueriley.github.io/rsoft/./examples/raycaster.html" class="link-card">
<img src="https://raw.githubusercontent.com/ColleagueRiley/rsoft/refs/heads/main/raycaster.gif" alt="Raycaster Example">
<img src="https://raw.githubusercontent.com/RSGL/rsoft/refs/heads/main/raycaster.gif" alt="Raycaster Example">
<h2>Raycaster</h2>
</a>

<a href="https://colleagueriley.github.io/rsoft/./examples/doom-like.html" class="link-card">
<img src="https://raw.githubusercontent.com/ColleagueRiley/rsoft/refs/heads/main/doom-like.gif" alt="Doom-like Example">
<img src="https://raw.githubusercontent.com/RSGL/rsoft/refs/heads/main/doom-like.gif" alt="Doom-like Example">
<h2>Doom-like</h2>
</a>
</div>
Expand Down

0 comments on commit 42cf1a2

Please sign in to comment.