Fix the screenshot.

This commit is contained in:
Jeremy Rand 2016-07-23 09:58:43 -05:00
parent 2f26055080
commit 72cc4e138f
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ A2Bejwld
This is an implementation of Bejeweled written for the Apple //. It is my HackFest entry at KansasFest 2016.
![A2Bejwld Screenshot](/a2jbejwld.png "A2Bejwld. Screenshot")
![A2Bejwld Screenshot](/a2bejwld.png "A2Bejwld Screenshot")
[Download a disk image](https://github.com/jeremysrand/a2bejwld/releases/download/1.0/a2bejwld.dsk)

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -29,7 +29,7 @@
9D6B47481D4270EC00F6D704 /* anim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = anim.c; sourceTree = "<group>"; };
9D6B47491D4270EC00F6D704 /* anim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = anim.h; sourceTree = "<group>"; };
9D6B474A1D42DEB600F6D704 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
9D6B474C1D43BBAC00F6D704 /* a2jbejwld.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = a2jbejwld.png; sourceTree = "<group>"; };
9D6B474C1D43BBAC00F6D704 /* a2bejwld.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = a2bejwld.png; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
@ -81,7 +81,7 @@
9D6B474B1D43BB9100F6D704 /* screenshots */ = {
isa = PBXGroup;
children = (
9D6B474C1D43BBAC00F6D704 /* a2jbejwld.png */,
9D6B474C1D43BBAC00F6D704 /* a2bejwld.png */,
);
name = screenshots;
sourceTree = "<group>";