Skip to content

Commit 5ec63c2

Browse files
committed
Added chest and anoucment
1 parent 3a33f51 commit 5ec63c2

35 files changed

+3889
-43
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

-2 KB
Binary file not shown.

CYPVP/CYPVP.csproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<ItemGroup>
4949
<Compile Include="AudioManager.cs" />
5050
<Compile Include="Character.cs" />
51+
<Compile Include="Chest.cs" />
5152
<Compile Include="ClassMenu.cs">
5253
<SubType>Form</SubType>
5354
</Compile>
@@ -84,6 +85,12 @@
8485
<Compile Include="Program.cs" />
8586
<Compile Include="Properties\AssemblyInfo.cs" />
8687
<Compile Include="Question.cs" />
88+
<Compile Include="QuestionForm.cs">
89+
<SubType>Form</SubType>
90+
</Compile>
91+
<Compile Include="QuestionForm.Designer.cs">
92+
<DependentUpon>QuestionForm.cs</DependentUpon>
93+
</Compile>
8794
<Compile Include="Slime.cs" />
8895
<Compile Include="Star.cs" />
8996
<EmbeddedResource Include="ClassMenu.resx">
@@ -111,6 +118,9 @@
111118
<DependentUpon>Resources.resx</DependentUpon>
112119
<DesignTime>True</DesignTime>
113120
</Compile>
121+
<EmbeddedResource Include="QuestionForm.resx">
122+
<DependentUpon>QuestionForm.cs</DependentUpon>
123+
</EmbeddedResource>
114124
<None Include="Properties\Settings.settings">
115125
<Generator>SettingsSingleFileGenerator</Generator>
116126
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -265,5 +275,14 @@
265275
<ItemGroup>
266276
<None Include="Resources\4.png" />
267277
</ItemGroup>
278+
<ItemGroup>
279+
<None Include="Resources\chest_open_preview_rev_1.png" />
280+
</ItemGroup>
281+
<ItemGroup>
282+
<None Include="Resources\chest_unopen_preview_rev_1.png" />
283+
</ItemGroup>
284+
<ItemGroup>
285+
<None Include="Resources\output-onlinepngtools.png" />
286+
</ItemGroup>
268287
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
269288
</Project>

0 commit comments

Comments
 (0)