Skip to content

Commit

Permalink
setup godot links
Browse files Browse the repository at this point in the history
fixes #84
  • Loading branch information
nisrulz committed Oct 5, 2020
1 parent 8405f6e commit 91ddaf9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added public/images/godot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/js/thirdpartyservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,15 @@ var thirdPartyServicesJsonArray = [
privacy: "https://www.mapbox.com/legal/privacy",
terms: "https://www.mapbox.com/legal/tos"
}
},
{
name: "Godot",
model: "godot",
godot: false,
logo: "images/godot.png",
link: {
privacy: "https://godotengine.org/privacy-policy",
terms: "https://godotengine.org/license"
}
}
];

0 comments on commit 91ddaf9

Please sign in to comment.