소스 검색

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. BIN
      sprite/resource/crystal.png
  5. BIN
      sprite/resource/gem.png
  6. BIN
      sprite/resource/gold.png
  7. BIN
      sprite/resource/leather.png
  8. BIN
      sprite/resource/metal.png
  9. BIN
      sprite/resource/stone.png
  10. BIN
      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. ")
);

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


BIN
sprite/resource/crystal.png 파일 보기

Before After
Width: 32  |  Height: 32  |  Size: 525B

BIN
sprite/resource/gem.png 파일 보기

Before After
Width: 32  |  Height: 32  |  Size: 324B

BIN
sprite/resource/gold.png 파일 보기

Before After
Width: 32  |  Height: 32  |  Size: 362B Width: 32  |  Height: 32  |  Size: 291B

BIN
sprite/resource/leather.png 파일 보기

Before After
Width: 32  |  Height: 32  |  Size: 1018B Width: 32  |  Height: 32  |  Size: 287B

BIN
sprite/resource/metal.png 파일 보기

Before After
Width: 32  |  Height: 32  |  Size: 715B Width: 32  |  Height: 32  |  Size: 271B

BIN
sprite/resource/stone.png 파일 보기

Before After
Width: 32  |  Height: 32  |  Size: 554B Width: 32  |  Height: 32  |  Size: 300B

BIN
sprite/resource/wood.png 파일 보기

Before After
Width: 32  |  Height: 32  |  Size: 551B Width: 32  |  Height: 32  |  Size: 313B

불러오는 중...
취소
저장