Adding a few more quick tips:
- Download the export templates early and test your exports early. Especially the download can take some time as it contains the binaries for all target platforms. So don't wait with this part until the jam ends. You can download them in the menu "Editor" > "Manage Export Templates"
- Look into signals. They are great for inter-node communication.
- Use built-in constants for clearer naming. For example the 3D vector class has some helpers like Vector3.LEFT