From 0e0afbc08c98f47d589f6aec0a37ab6b43ae1ffc Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 18 Jan 2024 12:34:19 +0800 Subject: Dark: Use our own panda3d logo with light background --- pydis_site/apps/resources/resources/panda3d.yaml | 2 +- pydis_site/static/images/resources/panda3d.png | Bin 0 -> 57702 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pydis_site/static/images/resources/panda3d.png (limited to 'pydis_site') diff --git a/pydis_site/apps/resources/resources/panda3d.yaml b/pydis_site/apps/resources/resources/panda3d.yaml index 51861474..c05a35ca 100644 --- a/pydis_site/apps/resources/resources/panda3d.yaml +++ b/pydis_site/apps/resources/resources/panda3d.yaml @@ -1,7 +1,7 @@ name: Panda3D description: Panda3D is a Python-focused 3-D framework for rapid development of games, visualizations, and simulations, written in C++ with an emphasis on performance and flexibility. -title_image: https://www.panda3d.org/wp-content/uploads/2019/01/panda3d_logo.png +title_image: /static/images/resources/panda3d.png title_url: https://www.panda3d.org/ position: 9 urls: diff --git a/pydis_site/static/images/resources/panda3d.png b/pydis_site/static/images/resources/panda3d.png new file mode 100644 index 00000000..8a1296ed Binary files /dev/null and b/pydis_site/static/images/resources/panda3d.png differ -- cgit v1.2.3