Skip to content

Composition of the main scene

hepfnepf edited this page Sep 29, 2022 · 4 revisions

The main Game scene features the following components:

  • the map node
  • the player
  • the camera
  • a spawner
  • the gui

and often some nodes for testing purposes like

  • an enemy
  • a static object to test collisions
  • a gun item

The Game node itself is supposed to store and manage the level.

Clone this wiki locally