Mostly code
Editor + code
Everything is a Node.
Node (logic only)Node2D (2D position/rotation/scale)Control (UI)RigidBody2D, CharacterBody2D (physics)A Scene is a tree of nodes saved as a .tscn file.
.tscn) are plain text files. (a text description of a node tree).tscn files.Player
├── Sprite
├── CollisionShape2D
main.tscn
main.tscn in Godot File System panel, will not show like normal code..gd scripts
Scene Editor
.tscn..tscn, the same effect as we click nodes in visual editor.Run the game
.tscn files and builds the actual game from them.