ソースを参照

New resource icons...

master
コミット
6472192efc
10個のファイルの変更4行の追加4行の削除
  1. +1
    -1
      source/chad.ads
  2. +1
    -1
      source/faction.ads
  3. +2
    -2
      source/resource.ads
  4. バイナリ
      sprite/resource/crystal.png
  5. バイナリ
      sprite/resource/gem.png
  6. バイナリ
      sprite/resource/gold.png
  7. バイナリ
      sprite/resource/leather.png
  8. バイナリ
      sprite/resource/metal.png
  9. バイナリ
      sprite/resource/stone.png
  10. バイナリ
      sprite/resource/wood.png

+ 1
- 1
source/chad.ads ファイルの表示

@@ -38,7 +38,7 @@ package chad is
("Richard Martin Stallman ", faction.dwarf, attribute.offense, skill.leadership, resource.wood),
("Ognjen Milan Robovic ", faction.gnoll, attribute.stamina, skill.archery, resource.leather),
("Wouter van Oortmerssen ", faction.kobold, attribute.speed, skill.medicine, resource.stone),
("John Warner Backus ", faction.goblin, attribute.wisdom, skill.sorcery, resource.crystal),
("John Warner Backus ", faction.goblin, attribute.wisdom, skill.sorcery, resource.gem),
("Marina Ann Hantzis ", faction.imp, attribute.reach, skill.necromancy, resource.gold)
);



+ 1
- 1
source/faction.ads ファイルの表示

@@ -32,7 +32,7 @@ package faction is
("Gnoll Kingdom ", attribute.stamina, skill.logistics, resource.leather),
("Kobold Kingdom ", attribute.offense, skill.tactics, resource.metal),
("Goblin Kingdom ", attribute.reach, skill.exploration, resource.wood),
("Imp Kingdom ", attribute.wisdom, skill.sorcery, resource.crystal),
("Imp Kingdom ", attribute.wisdom, skill.sorcery, resource.gem),
("Neutral ", attribute.offense, skill.archery, resource.gold)
);



+ 2
- 2
source/resource.ads ファイルの表示

@@ -9,7 +9,7 @@ package resource is
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

type enumeration is (
gold, wood, stone, metal, leather, crystal
gold, wood, stone, metal, leather, gem
);

------------------------------------------------------------------------------------------
@@ -32,7 +32,7 @@ package resource is
("Stone ", 0, "Stone is essential building block for most constructions in this world. "),
("Metal ", 0, "Metal as a resource is mixture of commonly found metalic elements. "),
("Leather ", 0, "Leather is general purpose resource, used for armours and decorations. "),
("Crystal ", 0, "Crystal as a resource is same as metal, just mixture of various gems. ")
("Gem ", 0, "Gem as a resource is same as metal, just mixture of various gems. ")
);

------------------------------------------------------------------------------------------


バイナリ
sprite/resource/crystal.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 525B

バイナリ
sprite/resource/gem.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 324B

バイナリ
sprite/resource/gold.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 362B 幅: 32  |  高さ: 32  |  サイズ: 291B

バイナリ
sprite/resource/leather.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 1018B 幅: 32  |  高さ: 32  |  サイズ: 287B

バイナリ
sprite/resource/metal.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 715B 幅: 32  |  高さ: 32  |  サイズ: 271B

バイナリ
sprite/resource/stone.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 554B 幅: 32  |  高さ: 32  |  サイズ: 300B

バイナリ
sprite/resource/wood.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 551B 幅: 32  |  高さ: 32  |  サイズ: 313B

読み込み中…
キャンセル
保存