]> git.localhorst.tv Git - blobs.git/blobdiff - src/app/Assets.hpp
better 2D rendering
[blobs.git] / src / app / Assets.hpp
index d4ab683f8d8bacb8df9be2dd0ba5ce28172dba37..ab6a4f3300e44b13d0d9be9e32579d426b8def3a 100644 (file)
@@ -3,9 +3,9 @@
 
 #include "../graphics/AlphaSprite.hpp"
 #include "../graphics/ArrayTexture.hpp"
+#include "../graphics/Canvas.hpp"
 #include "../graphics/CreatureSkin.hpp"
 #include "../graphics/Font.hpp"
-#include "../graphics/PlainColor.hpp"
 #include "../graphics/PlanetSurface.hpp"
 #include "../graphics/SunSurface.hpp"
 #include "../world/Resource.hpp"
@@ -47,7 +47,7 @@ struct Assets {
 
        struct {
                graphics::AlphaSprite alpha_sprite;
-               graphics::PlainColor plain_color;
+               graphics::Canvas canvas;
                graphics::PlanetSurface planet_surface;
                graphics::SunSurface sun_surface;
                graphics::CreatureSkin creature_skin;