From 986bc2289c9437a12942919d37d7c469fd5eeeb6 Mon Sep 17 00:00:00 2001 From: PrincipalSpears Date: Thu, 17 Jun 2021 06:51:31 +0000 Subject: [PATCH] Add 'Tips' --- Tips.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Tips.md diff --git a/Tips.md b/Tips.md new file mode 100644 index 0000000..f951286 --- /dev/null +++ b/Tips.md @@ -0,0 +1 @@ +* In the Ren'py SDK, there is a button called "check script", it's a simple lint error checker that combs through the code and makes sure everything works. Use it whenever possible to avoid introducing new bugs! \ No newline at end of file