mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
made lanterns slightly brighter, changed lantern color for green and red to match their names, changed display of Common items to fit the item frames of other qualities, updated item image manifest
This commit is contained in:
parent
5b2aba80b5
commit
3c60bd1929
@ -4,7 +4,7 @@ ItemDef(
|
||||
kind: Lantern(
|
||||
(
|
||||
kind: "Green0",
|
||||
color: (r: 255, g: 128, b: 26),
|
||||
color: (r: 50, g: 205, b: 50),
|
||||
strength_thousandths: 6000,
|
||||
flicker_thousandths: 250,
|
||||
),
|
||||
|
@ -4,7 +4,7 @@ ItemDef(
|
||||
kind: Lantern(
|
||||
(
|
||||
kind: "Red0",
|
||||
color: (r: 255, g: 128, b: 26),
|
||||
color: (r: 220, g: 20, b: 60),
|
||||
strength_thousandths: 5000,
|
||||
flicker_thousandths: 250,
|
||||
),
|
||||
|
BIN
assets/voxygen/element/ui/bag/buttons/inv_slot_sel.png
(Stored with Git LFS)
BIN
assets/voxygen/element/ui/bag/buttons/inv_slot_sel.png
(Stored with Git LFS)
Binary file not shown.
@ -1033,25 +1033,29 @@
|
||||
(0.0, 0.0, 0.0), (-90.0, 90.0, 0.0), 2.4,
|
||||
),
|
||||
// Lanterns
|
||||
Lantern("Black0"): Png(
|
||||
"element.items.lantern_black-0",
|
||||
Lantern("Black0"): VoxTrans(
|
||||
"voxel.lantern.black-0",
|
||||
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
|
||||
),
|
||||
Lantern("Green0"): Png(
|
||||
"element.items.lantern_green-0",
|
||||
Lantern("Green0"): VoxTrans(
|
||||
"voxel.lantern.green-0",
|
||||
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
|
||||
),
|
||||
Lantern("Blue0"): Png(
|
||||
"element.items.lantern_blue-0",
|
||||
Lantern("Blue0"): VoxTrans(
|
||||
"voxel.lantern.blue-0",
|
||||
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
|
||||
),
|
||||
Lantern("Red0"): Png(
|
||||
"element.items.lantern_red-0",
|
||||
Lantern("Red0"): VoxTrans(
|
||||
"voxel.lantern.red-0",
|
||||
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
|
||||
),
|
||||
Lantern("GeodePurp"): VoxTrans(
|
||||
"voxel.lantern.geode_purp",
|
||||
(0.0, 0.0, 0.0), (-90.0, 120.0, 0.0), 0.9,
|
||||
(0.0, 0.0, 0.0), (-75.0, 20.0, 5.0), 0.9,
|
||||
),
|
||||
Lantern("PumpkinLantern"): VoxTrans(
|
||||
"voxel.lantern.pumpkin",
|
||||
(0.0, 0.0, 0.0), (-90.0, 120.0, 0.0), 0.9,
|
||||
(0.0, 0.0, 0.0), (-100.0, 205.0, 7.0), 0.9,
|
||||
),
|
||||
Lantern("PolarisLantern"): VoxTrans(
|
||||
"voxel.lantern.polaris",
|
||||
|
BIN
assets/voxygen/voxel/lantern/black-0.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/lantern/black-0.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/lantern/blue-0.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/lantern/blue-0.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/lantern/geode_purp.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/lantern/geode_purp.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/lantern/green-0.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/lantern/green-0.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/lantern/red-0.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/lantern/red-0.vox
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user