Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

This document will describe the default firmament project directory structure.

The default directory structure is by no means a required directory structure. You may restructure your projects as you see fit.

ProjectFolder
	assets				Assets for the game - images, tilesheets, sounds, etc
	config				JSON config data for the project
		animations		Animation configuration files
		entities		Entity config files
		maps			Map config files
		scenes			Scene config files
		tilesheets		Tilesheet config files
	projectName.fprj	Firmament project configuration file. This is needed by the editor so it knows where to look for the files it needs.
	projectName.nmml	NME project file. Required for NME tools to build your project
 
		 

 

 

 

  • No labels