Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
/ asset-sources Public archive

.blend and .kra files for the game.

License

Notifications You must be signed in to change notification settings

gardum-game/asset-sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asset sources

Files for generating assets for Gardum

Assets generation

Scripts export_models.py (should run from Blender) and export_images.py (should run from Krita) automatically exports all asset sources to corresponding folders. The scripts assume by default that the game folder is in the directory above (../gardum). But this can be overwriten by using the GARDUM_PATH environment variable.

Example:

blender --background --python export_models.py

# kritarunner takes a module name, so we have to add the current folder to the module path
env PYTHONPATH=. kritarunner -s export_images