blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
151 stars 19 forks source link

Updated logos and icons #38

Closed Captain-Wet-Beard closed 5 days ago

Captain-Wet-Beard commented 5 days ago

My previous pr went stale and had weird conflicts, hopefully this goes a bit smoother this time.

Bioblaze commented 5 days ago

./tests/core/io/test_pck_packer.h:118: ERROR: CHECK( f->get_length() <= 27000 ) is NOT correct! values: CHECK( 55904 <= 27000 ) logged: The generated non-empty PCK file shouldn't be too large.

Maybe we should run a svg optimization to shrink the SVGs alittle?

Change the Size to 60000 for this check, and it should work fine @Captain-Wet-Beard

Bioblaze commented 5 days ago

Can you also move this to the blazium-dev branch?

Captain-Wet-Beard commented 5 days ago

I ran them through the optimizer already, I cant change the branch the PR is coming from so I'll close this one and make a new one for the dev branch