Update 'README.md'
This commit is contained in:
19
README.md
19
README.md
@@ -1,12 +1,13 @@
|
|||||||
_build/ - Location for build artifacts (gitignore)
|
## Structure
|
||||||
_external/ (Compiled/src 3rd party libraries and headers)
|
_build/ - Location for build artifacts (gitignore)
|
||||||
assets/ - binary assets (textures, audio files, compiled shaders)
|
_external/ (Compiled/src 3rd party libraries and headers)
|
||||||
source/ (Source files for project)
|
assets/ - binary assets (textures, audio files, compiled shaders)
|
||||||
.gitattributes
|
source/ (Source files for project)
|
||||||
.gitignore
|
.gitattributes
|
||||||
LICENCE
|
.gitignore
|
||||||
CMakeLists.txt
|
LICENCE
|
||||||
README
|
CMakeLists.txt
|
||||||
|
README
|
||||||
|
|
||||||
## Asset handling
|
## Asset handling
|
||||||
CMAKE implements `ASSETS_PATH` as either a relative or absolute path to assets/
|
CMAKE implements `ASSETS_PATH` as either a relative or absolute path to assets/
|
||||||
|
|||||||
Reference in New Issue
Block a user