-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1950505
commit 8d37d6f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule games
updated
20 files
+58 −0 | game-baldursgate3/CHANGELOG.md | |
+87 −0 | game-baldursgate3/README.md | |
+31 −0 | game-baldursgate3/Settings.js | |
+46 −0 | game-baldursgate3/Settings.tsx | |
+9 −0 | game-baldursgate3/actions.js | |
+8 −0 | game-baldursgate3/actions.ts | |
+28 −24 | game-baldursgate3/common.js | |
+26 −22 | game-baldursgate3/common.ts | |
+ − | game-baldursgate3/gameart.jpg | |
+224 −58 | game-baldursgate3/index.js | |
+408 −96 | game-baldursgate3/index.tsx | |
+2 −2 | game-baldursgate3/info.json | |
+746 −0 | game-baldursgate3/loadOrder.js | |
+945 −0 | game-baldursgate3/loadOrder.ts | |
+84 −0 | game-baldursgate3/migrations.js | |
+61 −0 | game-baldursgate3/migrations.tsx | |
+46 −0 | game-baldursgate3/reducers.js | |
+24 −0 | game-baldursgate3/reducers.ts | |
+1 −1 | game-baldursgate3/types.js | |
+61 −11 | game-baldursgate3/types.tsx |