Game template for godot-mapper plugin

The rolling ball type of game is perfect for beginners to experiment with.
Unfortunately, even a simple game like that requires quite many directories.
Set Generic game path to the project mapping directory in TrenchBroom.
Project configuration can be changed in
addons/mapper.gdgames file.
addonsis a directory for modular code (plugins, tools).applicationshould contain application files and global settings.characterscontains special maps with animated layers for prototyping.interfacesshould contain all kinds of buttons, progress bars, etc...mappingis the main directory for game levels with map resources.sourcesshould contain all game logic and the game state.