Skip to content

Commit 8c0300f

Browse files
committed
pastebin -> pastebinp
1 parent 6200948 commit 8c0300f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pages/snippets.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ <h2>Cutscene Scripts:</h2>
4949
<hr>
5050
<h2>Note Types and Events:</h2>
5151
<li class="exampleitem"><a href="https://drive.google.com/file/d/1ysrKh-C7u9hb-uF2HUDs2fo8ch1QszPe">Example of a Custom Event - "Opponent Fade".</a></li>
52-
<li class="exampleitem"><a href="https://pastebin.com/raw/Uh3gs2db">Example of a Custom Note Type TXT - Put it in "custom_notetypes/Orange Note.txt".</a></li>
52+
<li class="exampleitem"><a href="https://pastebinp.com/raw/Uh3gs2db">Example of a Custom Note Type TXT - Put it in "custom_notetypes/Orange Note.txt".</a></li>
5353
<hr>
5454
<h2>Stages:</h2>
5555
<li class="exampleitem"><a href="https://drive.google.com/file/d/1BRfDxMsImUYedF4wTRn0Y3HYU_hv7zrF"> Week 1-6 stages recreated in Lua Stage Scripts.</a></li>
5656
<hr>
5757
<h2>Others:</h2>
58-
<li class="exampleitem"><a href="https://pastebin.com/raw/qtNwJ3vu">Tween Example - Boyfriend gets bigger on his turn.</a></li>
59-
<li class="exampleitem"><a href="https://pastebin.com/raw/QcB5zXYx">Animated Sprite Example - Dad clone behind Dad that only bops his head.</a></li>
60-
<li class="exampleitem"><a href="https://pastebin.com/raw/0bGRzRzA">Usage of setPropertyFromClass - Game Over Modifications.</a></li>
58+
<li class="exampleitem"><a href="https://pastebinp.com/raw/qtNwJ3vu">Tween Example - Boyfriend gets bigger on his turn.</a></li>
59+
<li class="exampleitem"><a href="https://pastebinp.com/raw/QcB5zXYx">Animated Sprite Example - Dad clone behind Dad that only bops his head.</a></li>
60+
<li class="exampleitem"><a href="https://pastebinp.com/raw/0bGRzRzA">Usage of setPropertyFromClass - Game Over Modifications.</a></li>
6161
</body>
6262
</html>

pages/spritesheet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h2 id="loadMultipleFrames">loadMultipleFrames</h2>
231231
<h4>Examples:</h4>
232232
<ul class="methoddiv">
233233
<li class="exampleitem"><span class="methodexample">loadMultipleFrames('mySprite', {'spritesheet1', 'spritesheet2', 'spritesheet3'})</span> - Loads 3 spritesheets in a single Lua Sprite named "mySprite".</li>
234-
<li class="exampleitem"><a href="https://pastebin.com/raw/GTTkxV2R">Click here for a detailed use explanation.</a></li>
234+
<li class="exampleitem"><a href="https://pastebinp.com/raw/GTTkxV2R">Click here for a detailed use explanation.</a></li>
235235
</ul>
236236
<hr>
237237

0 commit comments

Comments
 (0)