-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# ResourceRoot.ini should be located either in the same directory as the executable file | ||
# or in any of the parent directories. | ||
|
||
# Format of the file: | ||
# alias1=relative/path/1 | ||
# alias2=relative/path/2 | ||
# ... | ||
|
||
# When the engine is looking for a file, it will check these paths from last to first. | ||
|
||
# It is recommended to use standard aliases in default order and only customize the paths: | ||
# - CoreData: files from `rbfx/bin/CoreData` that should always be updated with the engine. | ||
# - Data: project-specific files that are created and updated by a person. | ||
# - Cache: project-specific files that are generated by the editor. | ||
|
||
CoreData=../rbfx/bin/CoreData | ||
Data=Project/Data | ||
Cache=Project/Cache |
This file was deleted.
Oops, something went wrong.