More textures from BigBadChris

This commit is contained in:
Pahimar 2014-10-14 10:21:03 -04:00
parent f2e815ce5b
commit c65214958a
6 changed files with 17 additions and 7 deletions

View file

@ -37,7 +37,7 @@ public class Names
public static final String ALCHEMICAL_TOME = "alchemicalTome";
public static final String GUIDE = "guide";
public static final String MATTER = "matter";
public static final String[] MATTER_SUBTYPES = {"Dark", "Corporeal", "Kinetic", "Temporal", "Essentia", "Amorphous", "Void", "Omni"};
public static final String[] MATTER_SUBTYPES = {"Proto", "Dark", "Corporeal", "Kinetic", "Temporal", "Essentia", "Amorphous", "Void", "Omni"};
public static final String GEM = "gem";
public static final String[] GEM_SUBTYPES = {"Black", "Blue", "Green", "Grey", "Purple", "Red", "Yellow"};
}

View file

@ -45,6 +45,7 @@ item.ee3:alchemicalUpgrade.azure.name=Azure Upgrade [WIP]
item.ee3:alchemicalUpgrade.minium.name=Minium Upgrade [WIP]
item.ee3:alchemicalTome.name=Tome of Alchemical Knowledge [WIP]
item.ee3:guide.name=Guide To Alchemy [WIP]
item.ee3:matterProto.name=Proto Matter [WIP]
item.ee3:matterDark.name=Dark Matter [WIP]
item.ee3:matterOmni.name=Omni Matter [WIP]
item.ee3:matterCorporeal.name=Corporeal Matter [WIP]

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -0,0 +1,8 @@
{
"animation":{
"width":1,
"height":4,
"frametime":1,
"frames":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -1,7 +1,8 @@
{
"animation": {
"frames": [
]
}
{
"animation":{
"width":1,
"height":5,
"frametime":1,
"frames":[0,1,2,3,4]
}
}