1
0
Fork 0

character sheet: Merged slot icons in a sheet

This commit is contained in:
Michaël Lemaire 2017-07-13 01:17:08 +02:00
parent dc4fb99c3c
commit 1c45602586
8 changed files with 2 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -3,8 +3,8 @@ module TS.SpaceTac {
export enum SlotType {
Hull,
Shield,
Engine,
Power,
Engine,
Weapon
}

View file

@ -79,11 +79,7 @@ module TS.SpaceTac.UI {
this.loadImage("character/skill-upgrade.png");
this.loadImage("character/cargo-slot.png");
this.loadImage("character/equipment-slot.png");
this.loadImage("character/slot-power.png");
this.loadImage("character/slot-hull.png");
this.loadImage("character/slot-shield.png");
this.loadImage("character/slot-engine.png");
this.loadImage("character/slot-weapon.png");
this.loadSheet("character/slots.png", 52);
this.loadImage("character/upgrade-available.png");
this.loadImage("character/price-tag.png");
this.loadImage("character/experience.png");