back to normal blit, for this you need to use the funkey SDL library which has the corect alpha per-pixel alpha blending

Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
Vincent-FK
2019-10-22 19:10:08 +02:00
parent 6eb1a04901
commit ea42f62418
6 changed files with 78 additions and 32 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,7 @@
syntax: glob
*.orig
*.suo
*~
.git
Build/
Documentation/Documentation/*
@@ -9,4 +10,3 @@ Documentation/Manual/_build/*
Configuration/Configuration/bin/**
Configuration/Configuration/obj/**
Artifacts/**