Przeglądaj źródła

Added 6 faction-based home constructions and their data...

master
Ognjen Milan Robovic 4 tygodni temu
rodzic
commit
381d088268
14 zmienionych plików z 8 dodań i 8 usunięć
  1. +1
    -1
      source/construction.adb
  2. +7
    -7
      source/construction.ads
  3. BIN
      sprite/construction/dwarf/a.png
  4. BIN
      sprite/construction/dwarf/house.png
  5. BIN
      sprite/construction/fairy/b.png
  6. BIN
      sprite/construction/fairy/cottage.png
  7. BIN
      sprite/construction/gnoll/c.png
  8. BIN
      sprite/construction/gnoll/shack.png
  9. BIN
      sprite/construction/goblin/d.png
  10. BIN
      sprite/construction/goblin/hut.png
  11. BIN
      sprite/construction/imp/den.png
  12. BIN
      sprite/construction/imp/e.png
  13. BIN
      sprite/construction/kobold/f.png
  14. BIN
      sprite/construction/kobold/homestead.png

+ 1
- 1
source/construction.adb Wyświetl plik

@@ -29,7 +29,7 @@ package body construction is

procedure draw (index : in enumeration; x, y : in integer) is
begin
core.draw (sprite (index), x, y, trait (index).frames, 1);
core.draw (sprite (index), x, y);
end draw;

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


+ 7
- 7
source/construction.ads Wyświetl plik

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

type enumeration is (
a, b, c, d, e, f
house, cottage, shack, homestead, hut, den
);

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

trait : constant array (enumeration) of information := (
("A ", faction.dwarf, (others => 0), 1, effect.none),
("B ", faction.fairy, (others => 0), 1, effect.none),
("C ", faction.gnoll, (others => 0), 1, effect.none),
("D ", faction.goblin, (others => 0), 1, effect.none),
("E ", faction.imp, (others => 0), 1, effect.none),
("F ", faction.kobold, (others => 0), 1, effect.none)
("Dwarf House ", faction.dwarf, (others => 0), 1, effect.none),
("Fairy Cottage ", faction.fairy, (others => 0), 1, effect.none),
("Gnoll Shack ", faction.gnoll, (others => 0), 1, effect.none),
("Kobold Homestead ", faction.kobold, (others => 0), 1, effect.none),
("Goblin Hut ", faction.goblin, (others => 0), 1, effect.none),
("Imp Den ", faction.imp, (others => 0), 1, effect.none)
);

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


BIN
sprite/construction/dwarf/a.png Wyświetl plik

Przed Po
Szerokość: 16  |  Wysokość: 16  |  Rozmiar: 306B

BIN
sprite/construction/dwarf/house.png Wyświetl plik

Przed Po
Szerokość: 48  |  Wysokość: 32  |  Rozmiar: 466B

BIN
sprite/construction/fairy/b.png Wyświetl plik

Przed Po
Szerokość: 16  |  Wysokość: 32  |  Rozmiar: 626B

BIN
sprite/construction/fairy/cottage.png Wyświetl plik

Przed Po
Szerokość: 48  |  Wysokość: 32  |  Rozmiar: 502B

BIN
sprite/construction/gnoll/c.png Wyświetl plik

Przed Po
Szerokość: 16  |  Wysokość: 16  |  Rozmiar: 336B

BIN
sprite/construction/gnoll/shack.png Wyświetl plik

Przed Po
Szerokość: 48  |  Wysokość: 32  |  Rozmiar: 753B

BIN
sprite/construction/goblin/d.png Wyświetl plik

Przed Po
Szerokość: 16  |  Wysokość: 16  |  Rozmiar: 294B

BIN
sprite/construction/goblin/hut.png Wyświetl plik

Przed Po
Szerokość: 48  |  Wysokość: 32  |  Rozmiar: 810B

BIN
sprite/construction/imp/den.png Wyświetl plik

Przed Po
Szerokość: 48  |  Wysokość: 32  |  Rozmiar: 588B

BIN
sprite/construction/imp/e.png Wyświetl plik

Przed Po
Szerokość: 16  |  Wysokość: 16  |  Rozmiar: 402B

BIN
sprite/construction/kobold/f.png Wyświetl plik

Przed Po
Szerokość: 16  |  Wysokość: 16  |  Rozmiar: 347B

BIN
sprite/construction/kobold/homestead.png Wyświetl plik

Przed Po
Szerokość: 48  |  Wysokość: 32  |  Rozmiar: 564B

Ładowanie…
Anuluj
Zapisz