Skip to content

Commit 94712ae

Browse files
authored
Merge pull request #2 from novathepurplecord/main
Fixed link yea
2 parents 4aa2274 + 6b03800 commit 94712ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/snippets.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>Code Snippets</h1>
4141
<hr>
4242
<h4>In this page, you can find many example Scripts to help you understand how Lua Scripts work.</h4>
4343
<li class="exampleitem"><a href="https://github.com/ShadowMario/FNF-PsychEngine/blob/main/example_mods/modTemplate.zip">Mod Folder sample.</a></li>
44-
<li class="exampleitem"><a href="https://github.com/ShadowMario/FNF-PsychEngine/blob/main/docs/TemplateScript.lua">Sample Script with all callbacks explained.</a></li>
44+
<li class="exampleitem"><a href="https://github.com/ShadowMario/FNF-PsychEngine/blob/main/docs/scripts/TemplateScript.lua">Sample Script with all callbacks explained.</a></li>
4545
<hr>
4646
<h2>Cutscene Scripts:</h2>
4747
<li class="exampleitem"><a href="https://drive.google.com/file/d/1o6B9Vq00a8Jo8-PtSqSo6_3PSbT5HhXg">Example Video/Dialogue that plays on Bopeebo (Story Mode).</a></li>
@@ -59,4 +59,4 @@ <h2>Others:</h2>
5959
<li class="exampleitem"><a href="https://pastebin.com/raw/QcB5zXYx">Animated Sprite Example - Dad clone behind Dad that only bops his head.</a></li>
6060
<li class="exampleitem"><a href="https://pastebin.com/raw/0bGRzRzA">Usage of setPropertyFromClass - Game Over Modifications.</a></li>
6161
</body>
62-
</html>
62+
</html>

0 commit comments

Comments
 (0)