mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add wooden triangle wall
Model made by @Helion4
This commit is contained in:
@@ -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";
|
||||
};
|
||||
Reference in New Issue
Block a user