Add cinder wall with window

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-04 14:21:59 +01:00
parent fb407679f8
commit 3e1040ff13
7 changed files with 232 additions and 14 deletions

View File

@@ -168,4 +168,9 @@ class DoorFrame_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch\models\Steel_door_frame_single_ghost.p3d";
displayName = "Door Frame Preview";
};
class CinderWallWindow_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch_v\base_building\cinder\cinder_wall_win\h4_cinder_wall_win_ghost.p3d";
displayName = "Cinder Wall Window Preview";
};