Add liquid light
This commit is contained in:
parent
ea34f55a12
commit
a6d21ce33a
9 changed files with 151 additions and 1 deletions
|
@ -40,4 +40,7 @@ tile.glowfoo.yellow.name=Yellow Light
|
|||
tile.glowfoo.lightBlue.name=Light Blue Light
|
||||
tile.glowfoo.magenta.name=Magenta Light
|
||||
tile.glowfoo.orange.name=Orange Light
|
||||
tile.glowfoo.white.name=White Light
|
||||
|
||||
|
||||
tile.liquid_light.name=Liquid Light
|
||||
item.bucket_light.name=Light Bucket
|
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"animation": {}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
BIN
resources/assets/neoraider_test/textures/items/bucket_light.png
Normal file
BIN
resources/assets/neoraider_test/textures/items/bucket_light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 569 B |
BIN
resources/assets/neoraider_test/textures/items/bucket_light.xcf
Normal file
BIN
resources/assets/neoraider_test/textures/items/bucket_light.xcf
Normal file
Binary file not shown.
Reference in a new issue