This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
import_resources [2017/07/04 12:35] – justin | import_resources [2024/07/24 22:08] (current) – justin | ||
---|---|---|---|
Line 2: | Line 2: | ||
---- | ---- | ||
- | The **Import Resources** tool provides a way to import external resources into your game project and can be accessed from the main toolbar at the top of the application. To use this feature, simply click the " | + | The **Import Resources** tool provides a way to import external resources into your game project and can be accessed from the main toolbar at the top of the application. To use the tool, simply click the " |
+ | |||
+ | <WRAP center round info 100%> | ||
+ | You can also drag and drop files from your system' | ||
+ | </ | ||
{{: | {{: | ||
Line 9: | Line 13: | ||
^Resource Type^Extension(s)^Resulting Action^ | ^Resource Type^Extension(s)^Resulting Action^ | ||
- | |Image|.png, | + | |Model|.vox, |
- | |Script|.script|File will be copied into the "scripts" folder of your project.| | + | |Image|.png, |
- | |Sound Effect|.wav|File be be converted into a sample (.smp) and copied into the "sounds" folder of your project.| | + | |Sound Effect|.wav, .ogg|Source file will be copied into the "sounds" folder of your project.| |
- | |Music|.ogg|File will be copied into the "music" folder of your project.| | + | |Music|.ogg|Source file will be copied into the "music" folder of your project.| |
- | |Font|.ttf|File will be copied into the " | + | |Video|.webm, .ogv|Source file will be copied into the "videos" folder of your project.| |
- | |Translations|.csv|Translation data will be converted into .xl files for each language and copied into the " | + | |Font|.ttf, .otf|Source file will be copied into the " |
+ | |Translations|.csv|Translation data in the source file will be converted into a .xl file for each language and copied into the " | ||
~~NOTOC~~ | ~~NOTOC~~ |