Scripting Basics
What this guide will cover
Section titled “What this guide will cover”- What GDScript is and how it compares to other languages
- Attaching a script to a node
- Variables, functions, and the
_ready()/_process()/_physics_process()lifecycle - Responding to input
- A simple example: moving a character