From adb4dc2e4e245222076f157f2cecf4500bd6e744 Mon Sep 17 00:00:00 2001 From: Nicholas Novak <34256932+NickyBoy89@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:07:35 -0700 Subject: [PATCH] Added assets as a submodule --- .gitmodules | 3 +++ README.md | 2 +- ofb-assets | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 ofb-assets 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