Skip to content

Commit e9b5c2c

Browse files
Merge pull request #2 from xdvrx1/update001
Update001
2 parents 5be08ba + b72a41c commit e9b5c2c

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PureBasic Mini-Scrabble
22
This is a scrabble game written in PureBasic.
33

4-
![GUI](sampleGUI.png)
4+
![GUI](resources/screenshot1.png)
55

66
When playing, better play this
77
with a dictionary,
File renamed without changes.

Scrabble_V1.1.pb renamed to src/ScrabbleV1-1.pb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,10 +1009,10 @@ EndIf
10091009

10101010
DataSection
10111011
Image_1:
1012-
IncludeBinary "front.bmp"
1012+
IncludeBinary "resources\front.bmp"
10131013
Image_2:
1014-
IncludeBinary "Background.bmp"
1014+
IncludeBinary "resources\background.bmp"
10151015
Image_3:
1016-
IncludeBinary "Rules.bmp"
1016+
IncludeBinary "resources\rules.bmp"
10171017

10181018
EndDataSection
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)