X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fvideo%2Fsurface.h;h=ad327e9b151e3f192a3bd70ab1d24ed304b938d5;hb=aaf0b7f4b4b2a0fd4e7def4825b013ad9827b197;hp=0d8983363eb80d085135297ade77d4e7934b14d7;hpb=08b7ca0cfedba1e9fa904162fa79d3a00d2188f7;p=supertux.git diff --git a/lib/video/surface.h b/lib/video/surface.h index 0d8983363..ad327e9b1 100644 --- a/lib/video/surface.h +++ b/lib/video/surface.h @@ -50,8 +50,10 @@ namespace SuperTux NONE_EFFECT = 0x0000, /** Draw the Surface upside down */ VERTICAL_FLIP = 0x0001, + /** Draw the Surface from left to down */ + HORIZONTAL_FLIP = 0x0002, /** Draw the Surface with alpha equal to 128 */ - SEMI_TRANSPARENT = 0x0002 + SEMI_TRANSPARENT = 0x0004 }; /** This class holds all the data necessary to construct a surface */