Handgun belt sprites (#12081)

This commit is contained in:
Nairod
2022-10-22 16:53:43 -05:00
committed by GitHub
parent ac1cdc23ba
commit 8da57fb16a
30 changed files with 74 additions and 12 deletions

View File

@@ -272,6 +272,7 @@
map: ["enum.GunVisualLayers.MagUnshaded"] map: ["enum.GunVisualLayers.MagUnshaded"]
shader: unshaded shader: unshaded
- type: Clothing - type: Clothing
sprite: Objects/Weapons/Guns/Battery/disabler.rsi
quickEquip: false quickEquip: false
slots: slots:
- Belt - Belt

View File

@@ -31,3 +31,8 @@
containers: containers:
ballistic-ammo: !type:Container ballistic-ammo: !type:Container
ents: [] ents: []
- type: Clothing
sprite: Objects/Weapons/Guns/Shotguns/flaregun.rsi
quickEquip: false
slots:
- Belt

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -35,6 +35,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -67,6 +67,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

View File

@@ -60,6 +60,10 @@
}, },
{ {
"name": "inhand-right-4" "name": "inhand-right-4"
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -36,6 +36,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

View File

@@ -23,6 +23,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -21,6 +21,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -23,6 +23,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

View File

@@ -23,6 +23,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -29,6 +29,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -17,6 +17,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -17,6 +17,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -17,6 +17,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

View File

@@ -17,6 +17,10 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
} },
{
"name": "equipped-BELT",
"directions": 4
}
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

View File

@@ -17,6 +17,10 @@
{ {
"name": "inhand-left", "name": "inhand-left",
"directions": 4 "directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
} }
] ]
} }