Initial checkin of Pika from heckimp
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
patterns = files(
|
||||
'leather.pat',
|
||||
'leopard.pat',
|
||||
)
|
||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
patterns = files(
|
||||
'burlap.pat',
|
||||
)
|
||||
Binary file not shown.
Binary file not shown.
@@ -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.
@@ -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.
@@ -0,0 +1,4 @@
|
||||
patterns = files(
|
||||
'crinklepaper.pat',
|
||||
'paper.pat',
|
||||
)
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
patterns = files(
|
||||
'leaves.pat',
|
||||
)
|
||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
patterns = files(
|
||||
'lightning.pat',
|
||||
'sky.pat',
|
||||
'starfield.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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
patterns = files(
|
||||
'electric.pat',
|
||||
'ice.pat',
|
||||
'pool.pat',
|
||||
'rain.pat',
|
||||
)
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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.
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.
@@ -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
|
||||
Reference in New Issue
Block a user