No description
Gordon Pedersen
33a807e7af
This will prevent these marketing assets from being packaged into the game binary Also updated the run / package scripts to copy the app icons to the correct locations |
||
---|---|---|
.dragonruby@c8b0989378 | ||
installer | ||
marketing-assets | ||
🕹️cube-tube | ||
.gitignore | ||
.gitmodules | ||
package | ||
package.bat | ||
README.md | ||
run | ||
run.bat |
dragonruby binaries, etc are in the .dragonruby
folder
To update dragonruby, use the following:
git subtree add --prefix .dragonruby <path/to/dragonruby/repo> <version-tag> --squash
(or just dump the files in the .dragonruby folder)
Also, make sure to dump icons in .dragonruby/dragonruby-ios-simulator.app/Assets.xcassets/AppIcon.appiconset/
and .dragonruby/dragonruby-ios.app/Assets.xcassets/AppIcon.appiconset
(see the .gitkeep
files in those folders for more info)