Ver código fonte

Resource descriptions...

master
Ognjen Milan Robovic 3 semanas atrás
pai
commit
938b9fc961
2 arquivos alterados com 7 adições e 7 exclusões
  1. +7
    -7
      source/resource.ads
  2. BIN
      sprite/resource/metal.png

+ 7
- 7
source/resource.ads Ver arquivo

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

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

------------------------------------------------------------------------------------------
@@ -27,12 +27,12 @@ package resource is
count : constant natural := enumeration'pos (enumeration'last) + 1;

trait : constant array (enumeration) of information := (
("Gold ", 0, "Precious shiny metal, valued since ancient times by Them, nosy ones. "),
("Wood ", 0, "- "),
("Stone ", 0, "- "),
("Steel ", 0, "- "),
("Leather ", 0, "- "),
("Crystal ", 0, "- ")
("Gold ", 0, "Gold is precious yellowish shiny metal, valued since ancient times. "),
("Wood ", 0, "Wood is just bundle of lignin and cellulose, nothing more. "),
("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. ")
);

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


BIN
sprite/resource/metal.png Ver arquivo

Antes Depois
Largura: 32  |  Altura: 32  |  Tamanho: 715B

Carregando…
Cancelar
Salvar