Skip to content

Scripting Basics

  • 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