Skip to content

File hierarchy

Honzapkcz edited this page Sep 24, 2023 · 2 revisions

File hierarchy

This page covers what's where.

The project is located in src/ folder and contains following:

  • Assets/ Contains all images
  • Scripts/ Contains all scripts and themes
  • Scenes/ Contains all scenes and theme boxes
  • Sounds/ Contains all sounds

In the src/ folder alone you can also find some files:

  • CampInvaders... These files are just project icons
  • DejavuSansMono... These files are monospace fonts for leaderboard
  • icon.svg This is godot icon (I just didn't delete it)
  • export_presets.cfg These are export presets used by godot (In order to export to Android you have to supply your own key)
  • project.godot Header of the godot project (godot scans for this file)
Clone this wiki locally