Skip to content

Commit 57b0986

Browse files
committed
Added Iron Gate bomb doors (SHELTH SHELTV)
1 parent c242cd2 commit 57b0986

17 files changed

Lines changed: 2422 additions & 7 deletions

File tree

SA2LevelEditor/SA2LevelEditor.vcxproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
<VCProjectVersion>15.0</VCProjectVersion>
2323
<ProjectGuid>{A6F69EA1-ED67-48F7-8E23-CFAFC6297DE2}</ProjectGuid>
2424
<RootNamespace>SA2LevelEditor</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v141</PlatformToolset>
31+
<PlatformToolset>v143</PlatformToolset>
3232
<CharacterSet>MultiByte</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
3636
<UseDebugLibraries>false</UseDebugLibraries>
37-
<PlatformToolset>v141</PlatformToolset>
37+
<PlatformToolset>v143</PlatformToolset>
3838
<WholeProgramOptimization>true</WholeProgramOptimization>
3939
<CharacterSet>MultiByte</CharacterSet>
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4242
<ConfigurationType>Application</ConfigurationType>
4343
<UseDebugLibraries>true</UseDebugLibraries>
44-
<PlatformToolset>v141</PlatformToolset>
44+
<PlatformToolset>v143</PlatformToolset>
4545
<CharacterSet>MultiByte</CharacterSet>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>Application</ConfigurationType>
4949
<UseDebugLibraries>false</UseDebugLibraries>
50-
<PlatformToolset>v141</PlatformToolset>
50+
<PlatformToolset>v143</PlatformToolset>
5151
<WholeProgramOptimization>true</WholeProgramOptimization>
5252
<CharacterSet>MultiByte</CharacterSet>
5353
</PropertyGroup>
@@ -211,6 +211,8 @@
211211
<ClCompile Include="src\entities\GlobalObjects\TJUMPDAI.cpp" />
212212
<ClCompile Include="src\entities\LevelSpecific\CosmicWall\CW_STAGE.cpp" />
213213
<ClCompile Include="src\entities\LevelSpecific\CosmicWall\VULCAN.cpp" />
214+
<ClCompile Include="src\entities\LevelSpecific\IronGate\SHELTH.cpp" />
215+
<ClCompile Include="src\entities\LevelSpecific\IronGate\SHELTV.cpp" />
214216
<ClCompile Include="src\entities\LevelSpecific\PyramidCave\SNAKESTATUE.cpp" />
215217
<ClCompile Include="src\entities\LevelSpecific\PyramidCave\SNEAKRAIL.cpp" />
216218
<ClCompile Include="src\entities\LevelSpecific\PyramidCave\SPIDERWEB.cpp" />
@@ -315,6 +317,8 @@
315317
<ClInclude Include="src\entities\GlobalObjects\tjumpdai.h" />
316318
<ClInclude Include="src\entities\LevelSpecific\CosmicWall\cw_stage.h" />
317319
<ClInclude Include="src\entities\LevelSpecific\CosmicWall\vulcan.h" />
320+
<ClInclude Include="src\entities\LevelSpecific\IronGate\shelth.h" />
321+
<ClInclude Include="src\entities\LevelSpecific\IronGate\sheltv.h" />
318322
<ClInclude Include="src\entities\LevelSpecific\PyramidCave\SNAKESTATUE.h" />
319323
<ClInclude Include="src\entities\LevelSpecific\PyramidCave\sneakrail.h" />
320324
<ClInclude Include="src\entities\LevelSpecific\PyramidCave\spiderweb.h" />
6.59 KB
Loading
6.55 KB
Loading
105 KB
Loading
20.8 KB
Loading
7.09 KB
Loading
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Blender MTL File: 'None'
2+
# Material Count: 5
3+
4+
newmtl material_0
5+
Ns 1000.000000
6+
Ka 1.000000 1.000000 1.000000
7+
Kd 0.800000 0.800000 0.800000
8+
Ks 0.500000 0.500000 0.500000
9+
Ke 0.000000 0.000000 0.000000
10+
Ni 1.000000
11+
d 1.000000
12+
illum 2
13+
map_Kd 0.png
14+
15+
newmtl material_2
16+
Ns 1000.000000
17+
Ka 1.000000 1.000000 1.000000
18+
Kd 0.800000 0.800000 0.800000
19+
Ks 0.500000 0.500000 0.500000
20+
Ke 0.000000 0.000000 0.000000
21+
Ni 1.000000
22+
d 1.000000
23+
illum 2
24+
map_Kd 2.png
25+
26+
newmtl material_5
27+
Ns 1000.000000
28+
Ka 1.000000 1.000000 1.000000
29+
Kd 0.800000 0.800000 0.800000
30+
Ks 0.500000 0.500000 0.500000
31+
Ke 0.000000 0.000000 0.000000
32+
Ni 1.000000
33+
d 1.000000
34+
illum 2
35+
map_Kd 5.png
36+
37+
newmtl material_6
38+
Ns 1000.000000
39+
Ka 1.000000 1.000000 1.000000
40+
Kd 0.800000 0.800000 0.800000
41+
Ks 0.500000 0.500000 0.500000
42+
Ke 0.000000 0.000000 0.000000
43+
Ni 1.000000
44+
d 1.000000
45+
illum 2
46+
map_Kd 6.png
47+
48+
newmtl material_7
49+
Ns 1000.000000
50+
Ka 1.000000 1.000000 1.000000
51+
Kd 0.800000 0.800000 0.800000
52+
Ks 0.500000 0.500000 0.500000
53+
Ke 0.000000 0.000000 0.000000
54+
Ni 1.000000
55+
d 1.000000
56+
illum 2
57+
map_Kd 7.png

0 commit comments

Comments
 (0)