leventarican / godot

Godot Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Godot Engine


Languages

Language:GDScript 89.4%Language:GAP 10.6%