Some bugs fixed
This commit is contained in:
parent
4c01455959
commit
fa1b5c8b61
13 changed files with 7 additions and 7 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -82,10 +82,6 @@ namespace Pacman.Classes
|
|||
pos = new Point(0, 98);
|
||||
size = new Point(24, 12);
|
||||
break;
|
||||
case ".":
|
||||
pos = new Point(510, 0);
|
||||
size = new Point(30, 30);
|
||||
break;
|
||||
case "┏":
|
||||
pos = new Point(98, 98);
|
||||
size = new Point(24, 26);
|
||||
|
@ -102,6 +98,10 @@ namespace Pacman.Classes
|
|||
pos = new Point(84, 113);
|
||||
size = new Point(16, 7);
|
||||
break;
|
||||
case "C":
|
||||
pos = new Point(84, 113);
|
||||
size = new Point(16, 7);
|
||||
break;
|
||||
default:
|
||||
pos = new Point(0, 0);
|
||||
size = new Point(0, 0);
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -10,7 +10,7 @@
|
|||
┗━━━━┓.┃┗━━┓ ┃┃ ┏━━┛┃.┏━━━━┛
|
||||
┃.┃┏━━┛ ┗┛ ┗━━┓┃.┃
|
||||
┃.┃┃ ┃┃.┃
|
||||
┃.┃┃ ┏━━━━━━┓ ┃┃.┃
|
||||
┃.┃┃ ┏━---━━┓ ┃┃.┃
|
||||
━━━━━┛.┗┛ ┃ ┃ ┗┛.┗━━━━━
|
||||
. ┃ ┃ .
|
||||
━━━━━┓.┏┓ ┃ ┃ ┏┓.┏━━━━━
|
||||
|
@ -21,11 +21,11 @@
|
|||
┃............┃┃............┃
|
||||
┃.┏━━┓.┏━━━┓.┃┃.┏━━━┓.┏━━┓.┃
|
||||
┃.┗━┓┃.┗━━━┛.┗┛.┗━━━┛.┃┏━┛.┃
|
||||
┃O..┃┃....... .......┃┃..O┃
|
||||
┃O..┃┃.......C .......┃┃..O┃
|
||||
┗━┓.┃┃.┏┓.┏━━━━━━┓.┏┓.┃┃.┏━┛
|
||||
┏━┛.┗┛.┃┃.┗━━┓┏━━┛.┃┃.┗┛.┗━┓
|
||||
┃......┃┃....┃┃....┃┃......┃
|
||||
┃.┏━━━━┛┗━━┓.┃┃.┏━━┛┗━━━━┓.┃
|
||||
┃.┗━━━━━━━━┛.┗┛.┗━━━━━━━━┛.┃
|
||||
┃..........................┃
|
||||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue