Skip to content

Commit d773302

Browse files
committed
Add lines between tiles in Part II
1 parent ec1eb38 commit d773302

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

unbricked/getting-started/tileset.asm

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Tiles:
77
dw `33322222
88
dw `33322211
99
dw `33322211
10+
1011
dw `33333333
1112
dw `33333333
1213
dw `33333333
@@ -15,6 +16,7 @@ Tiles:
1516
dw `22222222
1617
dw `11111111
1718
dw `11111111
19+
1820
dw `33333333
1921
dw `33333333
2022
dw `33333333
@@ -23,6 +25,7 @@ Tiles:
2325
dw `22222333
2426
dw `11222333
2527
dw `11222333
28+
2629
dw `33333333
2730
dw `33333333
2831
dw `33333333
@@ -31,6 +34,7 @@ Tiles:
3134
dw `33333333
3235
dw `33333333
3336
dw `33333333
37+
3438
dw `33322211
3539
dw `33322211
3640
dw `33322211
@@ -39,6 +43,7 @@ Tiles:
3943
dw `33322211
4044
dw `33322211
4145
dw `33322211
46+
4247
dw `22222222
4348
dw `20000000
4449
dw `20111111
@@ -47,6 +52,7 @@ Tiles:
4752
dw `20111111
4853
dw `22222222
4954
dw `33333333
55+
5056
dw `22222223
5157
dw `00000023
5258
dw `11111123
@@ -55,6 +61,7 @@ Tiles:
5561
dw `11111123
5662
dw `22222223
5763
dw `33333333
64+
5865
dw `11222333
5966
dw `11222333
6067
dw `11222333
@@ -63,6 +70,7 @@ Tiles:
6370
dw `11222333
6471
dw `11222333
6572
dw `11222333
73+
6674
dw `00000000
6775
dw `00000000
6876
dw `00000000
@@ -71,6 +79,7 @@ Tiles:
7179
dw `00000000
7280
dw `00000000
7381
dw `00000000
82+
7483
dw `11001100
7584
dw `11111111
7685
dw `11111111
@@ -79,6 +88,7 @@ Tiles:
7988
dw `22322232
8089
dw `23232323
8190
dw `33333333
82-
; Paste your logo here:
83-
91+
92+
; Paste your logo here!
93+
8494
TilesEnd:

0 commit comments

Comments
 (0)