/godot

Godot Engine

Primary LanguageGDScript

Handson: Godot Engine

  • just download the .zip for your OS, unpack it.
  • Godot is a single file.

about the tree

  • a scene is a independent executable element which can contain nodes
  • a node is a general element which can contain different child node: Area2D, RigidBody2D, ...
  • the communication between nodes works with signals