-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
27 changed files
with
18,847 additions
and
18,848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Build | |
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
branches: ["main"] | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: Validate PR | ||
|
||
on: | ||
pull_request: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: ["main"] | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
# LBA Gamequotes | ||
|
||
This repository contains the text from the Little Big Adventure games. | ||
The text is stored in separate JSON files. | ||
|
||
# Development | ||
|
||
The `jq` utility is used for a lot of parts in the development process. | ||
|
||
## Building | ||
|
||
The quotes are stored in separate JSON files for each game, based on the TEXT | ||
resource file entry. | ||
|
||
These sperate files can be bundled into a single JSON file with the | ||
`bin/merge.sh` shell script. | ||
|
||
``` | ||
bin/merge.sh lba1 lba2 | ||
``` | ||
|
||
# LBA Gamequotes | ||
|
||
This repository contains the text from the Little Big Adventure games. | ||
The text is stored in separate JSON files. | ||
|
||
# Development | ||
|
||
The `jq` utility is used for a lot of parts in the development process. | ||
|
||
## Building | ||
|
||
The quotes are stored in separate JSON files for each game, based on the TEXT | ||
resource file entry. | ||
|
||
These sperate files can be bundled into a single JSON file with the | ||
`bin/merge.sh` shell script. | ||
|
||
``` | ||
bin/merge.sh lba1 lba2 | ||
``` |
Oops, something went wrong.