Adam Day il y a 10 ans
Parent
commit
8f79175136
12 fichiers modifiés avec 34 ajouts et 0 suppressions
  1. 6 0
      README
  2. BIN
      Simple/board.png
  3. BIN
      Simple/brick.png
  4. BIN
      Simple/coal.png
  5. BIN
      Simple/desert.png
  6. BIN
      Simple/gold-lorindol.png
  7. BIN
      Simple/gold.png
  8. BIN
      Simple/sea.png
  9. BIN
      Simple/sheep.png
  10. 28 0
      Simple/theme.cfg
  11. BIN
      Simple/tree.png
  12. BIN
      Simple/wheat.png

+ 6 - 0
README

@@ -0,0 +1,6 @@
+You will need root access to extract the directory.
+
+1. Extract the 'Simple' directory to /usr/share/games/pioneers/themes
+2. Launch the game. 
+3. Under Settings > Preferences change the Theme to Simple.
+4. Done!

BIN
Simple/board.png


BIN
Simple/brick.png


BIN
Simple/coal.png


BIN
Simple/desert.png


BIN
Simple/gold-lorindol.png


BIN
Simple/gold.png


BIN
Simple/sea.png


BIN
Simple/sheep.png


+ 28 - 0
Simple/theme.cfg

@@ -0,0 +1,28 @@
+# Theme created by Adam Day
+# April 27th 2015
+scaling		= always
+hill-tile	= brick.png
+field-tile	= wheat.png
+mountain-tile	= coal.png
+pasture-tile	= sheep.png
+forest-tile	= tree.png
+desert-tile	= desert.png
+gold-tile       = gold.png
+sea-tile        = sea.png
+lumber-port-tile = tree.png
+brick-port-tile = brick.png
+grain-port-tile = wheat.png
+ore-port-tile = coal.png
+wool-port-tile = sheep.png
+board-tile     = board.png
+chip-bg-color	= none
+chip-fg-color	= #202020
+chip-bd-color	= none
+chip-hi-bg-color= #c0c0c0
+chip-hi-fg-color= #000000
+port-bg-color	= #9080d0
+port-fg-color	= #000000
+port-bd-color	= #ffffff
+robber-fg-color	= #000000
+robber-bd-color	= #ffffff
+hex-bd-color	= #ffffff

BIN
Simple/tree.png


BIN
Simple/wheat.png