Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jan 11, 2025
1 parent a09e15f commit adb86b3
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion it/part3/project-structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h2 id="background--sprite-resources"><a class="header" href="#background--sprit
</blockquote>
<p>RGBGFX can be found here: <a href="https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1">https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1</a></p>
<p>We’ll use it to convert all of our graphics to .2bpp, and .tilemap formats (binary files)</p>
<pre><code class="language-bash linenos start=48">NEEDED_GRAPHICS = \
<pre><code class="language-bash linenos start=47">NEEDED_GRAPHICS = \
$(GENSPRITES)/player-ship.2bpp \
$(GENSPRITES)/enemy-ship.2bpp \
$(GENSPRITES)/bullet.2bpp \
Expand Down
2 changes: 1 addition & 1 deletion it/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ <h2 id="background--sprite-resources"><a class="header" href="#background--sprit
</blockquote>
<p>RGBGFX can be found here: <a href="https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1">https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1</a></p>
<p>We’ll use it to convert all of our graphics to .2bpp, and .tilemap formats (binary files)</p>
<pre><code class="language-bash linenos start=48">NEEDED_GRAPHICS = \
<pre><code class="language-bash linenos start=47">NEEDED_GRAPHICS = \
$(GENSPRITES)/player-ship.2bpp \
$(GENSPRITES)/enemy-ship.2bpp \
$(GENSPRITES)/bullet.2bpp \
Expand Down
2 changes: 1 addition & 1 deletion part3/project-structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h2 id="background--sprite-resources"><a class="header" href="#background--sprit
</blockquote>
<p>RGBGFX can be found here: <a href="https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1">https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1</a></p>
<p>We’ll use it to convert all of our graphics to .2bpp, and .tilemap formats (binary files)</p>
<pre><code class="language-bash linenos start=48">NEEDED_GRAPHICS = \
<pre><code class="language-bash linenos start=47">NEEDED_GRAPHICS = \
$(GENSPRITES)/player-ship.2bpp \
$(GENSPRITES)/enemy-ship.2bpp \
$(GENSPRITES)/bullet.2bpp \
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ <h2 id="background--sprite-resources"><a class="header" href="#background--sprit
</blockquote>
<p>RGBGFX can be found here: <a href="https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1">https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1</a></p>
<p>We’ll use it to convert all of our graphics to .2bpp, and .tilemap formats (binary files)</p>
<pre><code class="language-bash linenos start=48">NEEDED_GRAPHICS = \
<pre><code class="language-bash linenos start=47">NEEDED_GRAPHICS = \
$(GENSPRITES)/player-ship.2bpp \
$(GENSPRITES)/enemy-ship.2bpp \
$(GENSPRITES)/bullet.2bpp \
Expand Down
Loading

0 comments on commit adb86b3

Please sign in to comment.