animated wireless card (#1942)
This commit is contained in:
parent
7d4c66c2e7
commit
9c25217b08
7 changed files with 18 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfg:item/wireless_card"
|
||||
}
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfg:item/card/wireless_card_base",
|
||||
"layer1": "tfg:item/card/wireless_card_layer1",
|
||||
"layer2": "tfg:item/card/wireless_card_layer2"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 464 B |
Binary file not shown.
|
After Width: | Height: | Size: 398 B |
Binary file not shown.
|
After Width: | Height: | Size: 356 B |
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 3,
|
||||
"interpolate": true
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 100 B |
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 4,
|
||||
"interpolate": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue