Add 'Tips'

2021-06-17 06:51:31 +00:00
parent a65c02a72c
commit 986bc2289c

1
Tips.md Normal file

@ -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!