Skip to content

Commit

Permalink
Merge pull request #8 from tktrev/main
Browse files Browse the repository at this point in the history
Adding preset for Dragark
  • Loading branch information
tarrencev authored Dec 13, 2024
2 parents f1e4c56 + 3020b7f commit 8ca898a
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 3 deletions.
11 changes: 11 additions & 0 deletions configs/dragark/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"origin": "https://dragark.net",
"theme": {
"colors": {
"primary": "#ED1138"
},
"cover": "cover.png",
"icon": "icon.png",
"name": "Dragark"
}
}
Binary file added configs/dragark/cover.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 configs/dragark/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions dist/generated/controller-configs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/generated/controller-configs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/generated/erc20-metadata.js.map

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions src/generated/controller-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ export const configs: ControllerConfigs = {
name: "Dope Wars",
},
},
dragark: {
origin: "https://dragark.net",
theme: {
colors: {
primary: "#ED1138",
},
cover: "https://static.cartridge.gg/presets/dragark/cover.png",
icon: "https://static.cartridge.gg/presets/dragark/icon.png",
name: "Dragark",
},
},
eternum: {
origin: "eternum.realms.world",
policies: {
Expand Down

0 comments on commit 8ca898a

Please sign in to comment.