~hangman8086-devs/hangman8086/competition-mode

« back to all changes in this revision

Viewing changes to asciiart.res

  • Committer: Fabien LOISON
  • Date: 2011-06-18 14:23:09 UTC
  • Revision ID: flo@flogisoft.com-20110618142309-u3lecat3k2gh6wd4
* Game Over screen implemented in sp mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
 
54
54
 
 
55
;============================================================ Header Logo ====
 
56
gameover db "   _____                         ____                  $"
 
57
         db "  / ____|                       / __ \                 $"
 
58
         db " | |  __  __ _ _ __ ___   ___  | |  | |__   _____ _ __ $"
 
59
         db " | | |_ |/ _` | '_ ` _ \ / _ \ | |  | |\ \ / / _ \ '__|$"
 
60
         db " | |__| | (_| | | | | | |  __/ | |__| | \ V /  __/ |   $"
 
61
         db "  \_____|\__,_|_| |_| |_|\___|  \____/   \_/ \___|_|   $"
 
62
 
 
63
gameover_len    equ 56
 
64
gameover_height equ  6
 
65
 
 
66
 
 
67
 
55
68
;========================================================= Startup Screen ====
56
69
startup_scr db "  ____  _____ ____ _____ _____    _    __  __  $"
57
70
            db " | __ )| ____/ ___|_   _| ____|  / \  |  \/  | $"