Skip to content

Commit 54a1775

Browse files
committed
Add ClassMenu and diffuculty
1 parent 0b0cc94 commit 54a1775

34 files changed

+4565
-95
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CYPVP/.vs/CYPVP/v17/.suo

11 KB
Binary file not shown.

CYPVP/CYPVP.csproj

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
<ItemGroup>
4949
<Compile Include="AudioManager.cs" />
5050
<Compile Include="Character.cs" />
51+
<Compile Include="ClassMenu.cs">
52+
<SubType>Form</SubType>
53+
</Compile>
54+
<Compile Include="ClassMenu.Designer.cs">
55+
<DependentUpon>ClassMenu.cs</DependentUpon>
56+
</Compile>
5157
<Compile Include="EndGame.cs">
5258
<SubType>Form</SubType>
5359
</Compile>
@@ -79,6 +85,9 @@
7985
<Compile Include="Properties\AssemblyInfo.cs" />
8086
<Compile Include="Slime.cs" />
8187
<Compile Include="Star.cs" />
88+
<EmbeddedResource Include="ClassMenu.resx">
89+
<DependentUpon>ClassMenu.cs</DependentUpon>
90+
</EmbeddedResource>
8291
<EmbeddedResource Include="EndGame.resx">
8392
<DependentUpon>EndGame.cs</DependentUpon>
8493
</EmbeddedResource>
@@ -156,9 +165,6 @@
156165
<ItemGroup>
157166
<None Include="Resources\3.png" />
158167
</ItemGroup>
159-
<ItemGroup>
160-
<None Include="Resources\4.png" />
161-
</ItemGroup>
162168
<ItemGroup>
163169
<None Include="Resources\5.png" />
164170
</ItemGroup>
@@ -255,5 +261,8 @@
255261
<ItemGroup>
256262
<None Include="Resources\Yayyy Sound Effect.wav" />
257263
</ItemGroup>
264+
<ItemGroup>
265+
<None Include="Resources\4.png" />
266+
</ItemGroup>
258267
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
259268
</Project>

0 commit comments

Comments
 (0)