Skip to content

Commit

Permalink
chore(credits): regenerate credits file with local license link
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Oct 24, 2023
1 parent 2dd4041 commit a0ae0d5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Credits

## Addons
- "[addons/gd-plug/*](https://github.com/imjp94/gd-plug)" by **Tan Jian Ping** licensed under [MIT](https://spdx.org/licenses/MIT.html)
- "[addons/debug_menu/*](https://github.com/godot-extended-libraries/godot-debug-menu)" by **Hugo Locurcio and contributors** licensed under [MIT](https://spdx.org/licenses/MIT.html)
- "[addons/UniversalFade/*](https://github.com/KoBeWi/Godot-Universal-Fade)" by **Tomek** licensed under [MIT](https://spdx.org/licenses/MIT.html)
- "[addons/gd-plug/*](https://github.com/imjp94/gd-plug)" by **Tan Jian Ping** licensed under [MIT](./LICENSES/MIT.txt)
- "[addons/debug_menu/*](https://github.com/godot-extended-libraries/godot-debug-menu)" by **Hugo Locurcio and contributors** licensed under [MIT](./LICENSES/MIT.txt)
- "[addons/UniversalFade/*](https://github.com/KoBeWi/Godot-Universal-Fade)" by **Tomek** licensed under [MIT](./LICENSES/MIT.txt)
## Models
- "[assets/blocks/*](https://github.com/Zylann/marbles)" by **Zylann** licensed under [MIT](https://spdx.org/licenses/MIT.html)
- "[assets/blocks/*](https://github.com/Zylann/marbles)" by **Zylann** licensed under [MIT](./LICENSES/MIT.txt)
## Textures
- "[assets/icons/*](https://icons8.com/)" by **Icons8** licensed under [LicenseRef-linksware](https://spdx.org/licenses/LicenseRef-linksware.html)
- "[assets/textures/marble/*](https://ambientcg.com/view?id=Ground037)" by **Lennart Demes** licensed under [CC0-1.0](https://spdx.org/licenses/CC0-1.0.html)
- "[assets/textures/wood.jpg](https://github.com/Zylann/marbles)" by **Zylann** licensed under [MIT](https://spdx.org/licenses/MIT.html)
- "[assets/icons/*](https://icons8.com/)" by **Icons8** licensed under [LicenseRef-linksware](./LICENSES/LicenseRef-linksware.txt)
- "[assets/textures/marble/*](https://ambientcg.com/view?id=Ground037)" by **Lennart Demes** licensed under [CC0-1.0](./LICENSES/CC0-1.0.txt)
- "[assets/textures/wood.jpg](https://github.com/Zylann/marbles)" by **Zylann** licensed under [MIT](./LICENSES/MIT.txt)
## Sounds
- "[assets/sounds/countdown/*](https://opengameart.org/content/countdown)" by **Destructavator** licensed under [CC-BY-3.0](https://spdx.org/licenses/CC-BY-3.0.html)
- "[assets/sounds/sfx/*](https://github.com/Zylann/marbles)" by **Zylann** licensed under [CC-BY-NC-ND-1.0](https://spdx.org/licenses/CC-BY-NC-ND-1.0.html)
- "[assets/sounds/countdown/*](https://opengameart.org/content/countdown)" by **Destructavator** licensed under [CC-BY-3.0](./LICENSES/CC-BY-3.0.txt)
- "[assets/sounds/sfx/*](https://github.com/Zylann/marbles)" by **Zylann** licensed under [CC-BY-NC-ND-1.0](./LICENSES/CC-BY-NC-ND-1.0.txt)
## Fonts
- "[assets/fonts/box_pixies.ttf](https://www.fontspace.com/boxpixies-font-f27657)" by **Heaven Castro** licensed under [CC0-1.0](https://spdx.org/licenses/CC0-1.0.html)
- "[assets/fonts/box_pixies.ttf](https://www.fontspace.com/boxpixies-font-f27657)" by **Heaven Castro** licensed under [CC0-1.0](./LICENSES/CC0-1.0.txt)
## Shaders
- "[shaders/sky.gdshader](https://godotshaders.com/shader/stylized-sky-with-procedural-sun-and-moon/)" by **krzmig** licensed under [MIT](https://spdx.org/licenses/MIT.html)
- "[shaders/sky.gdshader](https://godotshaders.com/shader/stylized-sky-with-procedural-sun-and-moon/)" by **krzmig** licensed under [MIT](./LICENSES/MIT.txt)

0 comments on commit a0ae0d5

Please sign in to comment.