Skip to content

Commit

Permalink
New logo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorPopp committed Sep 30, 2024
1 parent be44135 commit 2fc4c45
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
File renamed without changes
17 changes: 17 additions & 0 deletions Logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Hexuro Game Engine
<img src="Logo.svg" width="400" alt="Hexuro Engine logo">
<picture>
<source media="(prefers-color-scheme: light)" srcset="./Logo_black.svg">
<source media="(prefers-color-scheme: dark)" srcset="./Logo_white.svg">
</picture>

0 comments on commit 2fc4c45

Please sign in to comment.