diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..26235b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ofb-assets"] + path = ofb-assets + url = ssh://git@ssh-gitlab.nicholasnovak.io:1022/fums/ofb-assets.git diff --git a/README.md b/README.md index 3559029..b296dc4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ The assets for the game are stored separately to the code. To retrieve the assets for the first time, run: 1. `git submodule init` -2. `git submodule --update` +2. `git submodule update` From there, only the second command has to be run in order to update the assets diff --git a/ofb-assets b/ofb-assets new file mode 160000 index 0000000..2a6f0a6 --- /dev/null +++ b/ofb-assets @@ -0,0 +1 @@ +Subproject commit 2a6f0a61eb63975e84380aa4cd679b1c6159e810