Skip to content

Commit a4cf408

Browse files
committed
Organize Game Foundry Studio images into tools and games asset folders - PR_26151_012-gamefoundry-image-organization
1 parent 06f06bf commit a4cf408

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

GameFoundryStudio/assets/images/game-forgequest.svg renamed to GameFoundryStudio/assets/images/games/game-forgequest.svg

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

GameFoundryStudio/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ <h2>Trending Games</h2>
4747
</div>
4848
<div class="trending-grid">
4949
<article class="game-tile featured">
50-
<div class="game-art"><img src="assets/images/game-iceberg.svg" alt="King of the Iceberg sample art"></div>
50+
<div class="game-art"><img src="assets/images/games/game-iceberg.svg" alt="King of the Iceberg sample art"></div>
5151
<div class="game-meta"><strong>King of the Iceberg</strong><span>Physics party brawler</span><em>12,543
5252
players - 4.9</em></div>
5353
</article>
5454
<article class="game-tile">
55-
<div class="game-art"><img src="assets/images/game-nebula.svg" alt="Nebula Runner sample art"></div>
55+
<div class="game-art"><img src="assets/images/games/game-nebula.svg" alt="Nebula Runner sample art"></div>
5656
<div class="game-meta"><strong>Nebula Runner</strong><span>Arcade survival</span><em>8,234 players -
5757
4.8</em></div>
5858
</article>
5959
<article class="game-tile">
60-
<div class="game-art"><img src="assets/images/game-retrobot.svg" alt="RetroBot Rescue sample art"></div>
60+
<div class="game-art"><img src="assets/images/games/game-retrobot.svg" alt="RetroBot Rescue sample art"></div>
6161
<div class="game-meta"><strong>RetroBot Rescue</strong><span>Pixel platformer</span><em>6,887 players -
6262
4.7</em></div>
6363
</article>
6464
<article class="game-tile">
65-
<div class="game-art"><img src="assets/images/game-forgequest.svg" alt="Forge Quest sample art"></div>
65+
<div class="game-art"><img src="assets/images/games/game-forgequest.svg" alt="Forge Quest sample art"></div>
6666
<div class="game-meta"><strong>Forge Quest</strong><span>Creator challenge</span><em>5,921 players -
6767
4.6</em></div>
6868
</article>
@@ -143,4 +143,4 @@ <h2>Forge games for the open web.</h2>
143143
<script src="assets/js/gamefoundry-partials.js" defer></script>
144144
</body>
145145

146-
</html>
146+
</html>

0 commit comments

Comments
 (0)