Add half cinder wall with gap

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-19 10:36:19 +01:00
parent 1266f64232
commit 358e3244c6
5 changed files with 70 additions and 5 deletions

View File

@@ -223,4 +223,9 @@ class WoodTriangleFloor_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch_v\base_building\floors\wood_tri_floor_ghost.p3d";
displayName = "Wood Triangle Floor Preview";
};
class CinderWallHalf_Gap_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch\models\cinder_wall_half2_ghost.p3d";
displayName = "Cinder Wall Half Gap Preview";
};