-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55f4ac9
commit f7ac063
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# SquidwardInReal | ||
Squidward Is Real.... AND HE'S IN NITW RUN!!! | ||
|
||
This is a mod for NITW that adds Squidward PNG inside NITW. | ||
|
||
Unlike my other character mod, PeterGriffin, this uses a callback technique rather than a Destroy technique. | ||
|
||
This means that instead of having to call Destroy every 0.2 seconds, I can just load the script once everytime a scene has been loaded. | ||
|
||
Anyways, you know the drill. | ||
|
||
Follow this guide and build the project! | ||
|
||
https://docs.bepinex.dev/articles/dev_guide/plugin_tutorial/1_setup.html |