Skip to content

Commit

Permalink
rename directory to platformer
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Nov 25, 2023
1 parent 3303e3b commit a08271e
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _posts/2023-11-13-CSSE-mario-background.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ images:
</div>

<script type="module">
import GameEnv from '{{site.baseurl}}/assets/js/mario/GameEnv.js';
import GameObject from '{{site.baseurl}}/assets/js/mario/GameObject.js';
import Background from '{{site.baseurl}}/assets/js/mario/Background.js';
import GameEnv from '{{site.baseurl}}/assets/js/platformer/GameEnv.js';
import GameObject from '{{site.baseurl}}/assets/js/platformer/GameObject.js';
import Background from '{{site.baseurl}}/assets/js/platformer/Background.js';

// Create a function to load an image and return a Promise
async function loadImage(src) {
Expand Down
6 changes: 3 additions & 3 deletions _posts/2023-11-27-CSSE-oop-game-levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ image: /images/platformer/backgrounds/hills.png

<script type="module">
// Imports
import GameEnv from '{{site.baseurl}}/assets/js/mario/GameEnv.js';
import GameLevel from '{{site.baseurl}}/assets/js/mario/GameLevel.js';
import GameControl from '{{site.baseurl}}/assets/js/mario/GameControl.js';
import GameEnv from '{{site.baseurl}}/assets/js/platformer/GameEnv.js';
import GameLevel from '{{site.baseurl}}/assets/js/platformer/GameLevel.js';
import GameControl from '{{site.baseurl}}/assets/js/platformer/GameControl.js';


/* ==========================================
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a08271e

Please sign in to comment.