Skip to content

Commit

Permalink
Add JamPack settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yndajas committed Nov 21, 2023
1 parent 4ff184a commit ebf03f3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Art and level design by Weli Yu
Programming and zero stars sound effect by [Ynda Jas (they/them)][ynda-jas]

All other sound effects created with [Jsfxr][jsfxr] (JSON for all but one sound
available at [jsfxr_settings.md][jsfxr-settings])
available at [external_settings.md/#jsfxr][external-settings-jsfxr])

[Font][pixel-font] by Jayvee Enaguas

Expand All @@ -59,7 +59,7 @@ Version select screen created with [JamPack][jampack], a tool made by
[itch-io-page]: https://yndajas.itch.io/its-closing-time
[jampack]: https://badcop.games/jampack
[jsfxr]: https://sfxr.me
[jsfxr-settings]: ./jsfxr_settings.md
[external-settings-jsfxr]: ./external_settings.md/#jsfxr
[pixel-font]: https://www.dafont.com/pixel-operator.font
[playthrough]: https://www.youtube.com/watch?v=xOM1maETC3k
[thumbnail]: ./assets/promo/screenshot_0.png
Expand Down
36 changes: 28 additions & 8 deletions jsfxr_settings.md → external_settings.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Jsfxr sound effect settings
# External tool settings

These are a record of the settings used in JamPack (for the version select
screen) and Jsfxr (for most of the sound effects)

## JamPack

- Angle: roughly two thirds, where the text moves apart further than the other
steps
- Animation amount: one step from the right
- Divider width: one step from the left
- Left colour: #7d83be
- Right colour: #635090
- Divider colour: #ffffff
- Left title: Jam
- Left subtitle: Rate this one
- Right title: Postjam
- Right subtitle: Latest release
- Font family: Tahoma

## Jsfxr

These are the serialised JSON settings that were used to generate the sound
effects (excluding the jump sound).

## Break coffee machine
### Break coffee machine

```json
{
Expand Down Expand Up @@ -37,7 +57,7 @@ effects (excluding the jump sound).
}
```

## Fix coffee machine
### Fix coffee machine

```json
{
Expand Down Expand Up @@ -71,7 +91,7 @@ effects (excluding the jump sound).
}
```

## Drink oat milk
### Drink oat milk

```json
{
Expand Down Expand Up @@ -106,7 +126,7 @@ effects (excluding the jump sound).
}
```

## Clean spillage
### Clean spillage

```json
{
Expand Down Expand Up @@ -141,7 +161,7 @@ effects (excluding the jump sound).
}
```

## Blast music
### Blast music

```json
{
Expand Down Expand Up @@ -175,7 +195,7 @@ effects (excluding the jump sound).
}
```

## Tape window crack
### Tape window crack

```json
{
Expand Down Expand Up @@ -210,7 +230,7 @@ effects (excluding the jump sound).
}
```

## Star fill
### Star fill

```json
{
Expand Down

0 comments on commit ebf03f3

Please sign in to comment.