Added assets as a submodule

This commit is contained in:
Nicholas Novak 2023-04-09 22:07:35 -07:00
parent 415a92cf24
commit adb4dc2e4e
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "ofb-assets"]
path = ofb-assets
url = ssh://git@ssh-gitlab.nicholasnovak.io:1022/fums/ofb-assets.git

View File

@ -5,6 +5,6 @@
The assets for the game are stored separately to the code. To retrieve the assets for the first time, run: The assets for the game are stored separately to the code. To retrieve the assets for the first time, run:
1. `git submodule init` 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 From there, only the second command has to be run in order to update the assets

1
ofb-assets Submodule

@ -0,0 +1 @@
Subproject commit 2a6f0a61eb63975e84380aa4cd679b1c6159e810