Skip to content

Commit

Permalink
Merge pull request #17 from TitleCardMaker/staging
Browse files Browse the repository at this point in the history
[Auto] Merge Staging to Master [11/7/2023]
  • Loading branch information
CollinHeist authored Nov 7, 2023
2 parents 7575257 + 69ac5eb commit 58d666c
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Blueprints for importing premade Series configurations into TitleCardMaker.

---

There are currently `152` Blueprints available for `135` Series, submitted by `9` Creators.
There are currently `154` Blueprints available for `136` Series, submitted by `9` Creators.

Series with the most Blueprints:
| Series | Blueprints |
Expand All @@ -18,7 +18,7 @@ Series with the most Blueprints:
Creators with the most Blueprint Submissions:
| Username | Blueprints |
| :---: | :--- |
| CollinHeist | 88 |
| CollinHeist | 90 |
| flowcool | 32 |
| rtgurley | 13 |
| azuravian | 8 |
Expand Down
Binary file modified blueprints.db
Binary file not shown.
Binary file not shown.
48 changes: 48 additions & 0 deletions blueprints/I/Invincible (2021)/0/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"series": {
"font_id": 0,
"card_type": "standard",
"template_ids": [],
"source_files": []
},
"episodes": {},
"templates": [],
"fonts": [
{
"name": "Invincible",
"color": "#FFF520",
"delete_missing": true,
"file": "Wood Block CG.otf",
"interline_spacing": 30,
"replacements_in": [
">",
"^",
"}",
"~",
"{",
"@",
"<",
"|"
],
"replacements_out": [
"",
"",
"",
"",
"",
"",
"",
""
],
"size": 1.4
}
],
"previews": [
"preview0.jpg"
],
"description": [
"Standard card type with the Series font."
],
"creator": "CollinHeist",
"created": "2023-11-07T04:18:17"
}
Binary file added blueprints/I/Invincible (2021)/0/preview0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
64 changes: 64 additions & 0 deletions blueprints/I/Invincible (2021)/1/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"series": {
"font_id": 0,
"card_type": "tinted frame",
"extra_keys": [
"frame_width",
"frame_color",
"top_element",
"bottom_element",
"logo_size"
],
"extra_values": [
"6",
"black",
"logo",
"title",
"1.15"
],
"template_ids": [],
"source_files": [
"logo.png"
]
},
"episodes": {},
"templates": [],
"fonts": [
{
"name": "Invincible",
"color": "#FFF520",
"delete_missing": true,
"file": "Wood Block CG.otf",
"interline_spacing": 30,
"replacements_in": [
">",
"^",
"}",
"~",
"{",
"@",
"<",
"|"
],
"replacements_out": [
"",
"",
"",
"",
"",
"",
"",
""
],
"size": 1.6
}
],
"previews": [
"preview0.jpg"
],
"description": [
"Tinted Frame card with the Series font and a black frame to match the logo. The logo is included."
],
"creator": "CollinHeist",
"created": "2023-11-07T04:28:07"
}
Binary file added blueprints/I/Invincible (2021)/1/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blueprints/I/Invincible (2021)/1/preview0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions blueprints/I/Invincible (2021)/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Invincible (2021)

There are `2` Blueprint(s) available for this Series.

| ID | Preview | Templates | Fonts | Episodes |
| :---: | :---: | :---: | :---: | :---: |
| `0` | <img src="./0/preview0.jpg" height="150"> | - | `1` | - |
| `1` | <img src="./1/preview0.jpg" height="150"> | - | `1` | - |

0 comments on commit 58d666c

Please sign in to comment.