Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,4 @@
patterns = files(
'leather.pat',
'leopard.pat',
)

Binary file not shown.

View File

@ -0,0 +1,3 @@
patterns = files(
'burlap.pat',
)

Binary file not shown.

BIN
data/patterns/Food/java.pat Normal file

Binary file not shown.

View File

@ -0,0 +1,4 @@
patterns = files(
'choc_swirl.pat',
'java.pat',
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,17 @@
patterns = files(
'3dgreen.pat',
'blue.pat',
'bluegrid.pat',
'bluesquares.pat',
'blueweb.pat',
'fibers.pat',
'nops.pat',
'pastel.pat',
'qube1.pat',
'recessed.pat',
'redcube.pat',
'sm_squares.pat',
'Stripes1px.pat',
'Stripes2px.pat',
'warning.pat',
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,4 @@
patterns = files(
'crinklepaper.pat',
'paper.pat',
)

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,3 @@
patterns = files(
'leaves.pat',
)

Binary file not shown.

View File

@ -0,0 +1,5 @@
patterns = files(
'lightning.pat',
'sky.pat',
'starfield.pat',
)

BIN
data/patterns/Sky/sky.pat Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,17 @@
patterns = files(
'amethyst.pat',
'brick.pat',
'cracked.pat',
'Craters.pat',
'granite1.pat',
'ground1.pat',
'marble1.pat',
'marble2.pat',
'marble3.pat',
'Moonfoot.pat',
'pink_marble.pat',
'rock.pat',
'slate.pat',
'stone33.pat',
'terra.pat',
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/patterns/Water/ice.pat Normal file

Binary file not shown.

View File

@ -0,0 +1,6 @@
patterns = files(
'electric.pat',
'ice.pat',
'pool.pat',
'rain.pat',
)

Binary file not shown.

Binary file not shown.

BIN
data/patterns/Wood/bark.pat Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,15 @@
patterns = files(
'bark.pat',
'burlwood.pat',
'corkboard.pat',
'parque1.pat',
'parque2.pat',
'parque3.pat',
'pine.pat',
'walnut.pat',
'wood1.pat',
'wood2.pat',
'wood3.pat',
'wood4.pat',
'wood5.pat',
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/patterns/Wood/pine.pat Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

20
data/patterns/meson.build Normal file
View File

@ -0,0 +1,20 @@
patterns_types = [
'Animal',
'Fabric',
'Food',
'Legacy',
'Paper',
'Plant',
'Sky',
'Stone',
'Water',
'Wood',
]
foreach patterns_type : patterns_types
subdir(patterns_type)
install_data(
patterns,
install_dir: pikadatadir / 'patterns' / patterns_type,
)
endforeach