godot

tiling - How do I make a tilemap to make tiling a lot easier? - You can add them all to scenes and then select all to convert to a tileset. Then use the tilemap node.

a game is a _ of _

A game is a tree of nodes, that group together in scenes. They communicate using signals.

signals

Nodes emit signals when some event occurs. This feature allows you to make nodes communicate without hard-wiring them in code.

oop

gdscript

pros

tags

:__programming:__godot:

backlinks