From d08db1afc5203d68380dae68e379699907cc0c18 Mon Sep 17 00:00:00 2001 From: Fife Date: Thu, 5 May 2016 10:19:21 +0200 Subject: [PATCH] Modification du skin des famtomes --- Sprite.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Sprite.hpp b/Sprite.hpp index ce66368..6d47372 100644 --- a/Sprite.hpp +++ b/Sprite.hpp @@ -24,10 +24,9 @@ //************Ghost***************// - const unsigned char G1[]={0xf, 0xe1, 0x1f, 0xf1, 0x3f, 0xf9, 0x7f, 0xfd, 0x6f, 0xbd, 0xef, 0xbf, 0xe3, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x99, 0x9b, 0x99, 0x9b, }; - - const unsigned char Afraid1[]={0xf, 0xe1, 0x1f, 0xf1, 0x3f, 0xf9, 0x7f, 0xfd, 0x73, 0xcd, 0xf3, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd3, 0x97, 0xcc, 0x67, 0xff, 0xff, 0xff, 0xff, 0x99, 0x9b, 0x99, 0x9b, }; - const unsigned char Afraid2[]={0xf, 0xe1, 0x1f, 0xf1, 0x3f, 0xf9, 0x7f, 0xfd, 0x73, 0xcd, 0xf3, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcc, 0x67, 0xd3, 0x97, 0xff, 0xff, 0xff, 0xff, 0x99, 0x9b, 0x99, 0x9b, }; + const unsigned char Afraid1[]={0xf, 0xe1, 0x1f, 0xf1, 0x3f, 0xf9, 0x73, 0x9d, 0x61, 0xd, 0xed, 0x6f, 0xed, 0x6f, 0xf3, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xd3, 0x97, 0xcc, 0x67, 0xff, 0xff, 0xf7, 0xdf, 0x63, 0x8d, }; + const unsigned char Afraid2[]={0xf, 0xe1, 0x1f, 0xf1, 0x3f, 0xf9, 0x73, 0x9d, 0x61, 0xd, 0xed, 0x6f, 0xed, 0x6f, 0xf3, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xcc, 0x67, 0xd3, 0x97, 0xff, 0xff, 0xf7, 0xdf, 0x63, 0x8d, }; + const unsigned char G1[]={0xf, 0xe1, 0x1f, 0xf1, 0x3f, 0xf9, 0x73, 0x9d, 0x61, 0xd, 0xf9, 0xcf, 0xf9, 0xcf, 0xf3, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xdf, 0x63, 0x8d, }; Sprite S_Ghost(G1,15,15); Animation A_GhostN(S_Ghost);