Add wooden triangle wall

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-11-29 19:23:55 +01:00
parent 5e281cfc7b
commit 8f68065b14
5 changed files with 85 additions and 6 deletions

View File

@@ -132,6 +132,11 @@ class CinderGate_Preview_DZ: DZE_Ghost_Previews {
};
class Drawbridge_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model="z\addons\dayz_epoch_v\base_building\wood\draw_bridge\wood_draw_bridge_ghost.p3d";
model = "z\addons\dayz_epoch_v\base_building\wood\draw_bridge\wood_draw_bridge_ghost.p3d";
displayName = "Metal Drawbridge Preview";
};
class Wood_Triangle_Wall_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch_v\base_building\wood\apex_tri\apex_tri.p3d";
displayName = "Wood Triangle wall";
};