refactor: Move logos into resorces directory

This commit is contained in:
Erik Svedäng 2020-11-20 07:52:59 +01:00
parent 3192d54ae9
commit ad70be5023
7 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
[![MacOS CI](https://github.com/carp-lang/Carp/workflows/MacOS%20CI/badge.svg)](https://github.com/carp-lang/Carp/actions?query=workflow%3A"MacOS+CI")
[![Windows CI](https://github.com/carp-lang/Carp/workflows/Windows%20CI/badge.svg)](https://github.com/carp-lang/Carp/actions?query=workflow%3A"Windows+CI")
<img src="img/carp_logo_300_c.png" alt="Logo" align="right"/>
<img src="resources/logo/carp_logo_300_c.png" alt="Logo" align="right"/>
<i>WARNING! This is a research project and a lot of information here might become outdated and misleading without any explanation. Don't use it for anything important just yet!</i>

View File

@ -87,6 +87,6 @@
rend @(SDLApp.renderer &app)
initial-state 0]
(do
(set! images (Images.init (IMG.load-texture rend (cstr "./img/square.png"))
(IMG.load-texture rend (cstr "./img/carp_logo_969_no_texture.png"))))
(set! images (Images.init (IMG.load-texture rend (cstr "./resources/logo/square.png"))
(IMG.load-texture rend (cstr "./resources/logo/carp_logo_969_no_texture.png"))))
(SDLApp.run-with-callbacks &app event-handler tick draw initial-state))))

View File

Before

Width:  |  Height:  |  Size: 761 KiB

After

Width:  |  Height:  |  Size: 761 KiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 828 KiB

After

Width:  |  Height:  |  Size: 828 KiB

View File

Before

Width:  |  Height:  |  Size: 442 KiB

After

Width:  |  Height:  |  Size: 442 KiB

View File

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 220 KiB