1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Add images and icon to concertina wire. ()

This commit is contained in:
Mike-MF 2022-10-13 18:13:20 +01:00 committed by GitHub
parent 8d61488e0e
commit c2bbe482b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

@ -75,6 +75,7 @@ class CfgVehicles {
class ACE_ConcertinaWire: ACE_ConcertinaWireNoGeo {
scope = 2;
displayName = CSTRING(DisplayName);
editorPreview = QPATHTOF(data\preview_concertina_wire.jpg);
model = QPATHTOF(data\ACE_ConcertinaWire.p3d);
EGVAR(logistics_wirecutter,isFence) = 1;
class ACE_Actions {
@ -104,7 +105,9 @@ class CfgVehicles {
scope = 2;
displayName = CSTRING(Coil_DisplayName);
editorPreview = QPATHTOF(data\preview_concertina_wire_coil.jpg);
model = QPATHTOF(data\ACE_ConcertinaWireCoil.p3d);
icon = "iconObject_circle";
mapsize = 0.5;
animated = 0;
nameSound = "fence";

Binary file not shown.

After

(image error) Size: 25 KiB

Binary file not shown.

After

(image error) Size: 26 KiB