Skip to content

Commit

Permalink
Moved stage object settings files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed-1T committed Jan 27, 2023
1 parent 9cd4f72 commit ccc89a8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions NSMBe5/NSMBe5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
Expand Down Expand Up @@ -644,7 +645,7 @@
<None Include="Resources\tileoverrides.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\new_stageobjsettings.xml">
<None Include="new_stageobjsettings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="xdelta3.exe">
Expand Down Expand Up @@ -838,7 +839,9 @@
<Content Include="Resources\Sprite Images\luigi_small.png" />
<Content Include="Resources\Sprite Images\mario_small.png" />
<Content Include="Editor\nsmbe.ico" />
<Content Include="Resources\stageobjsettings.xml" />
<Content Include="stageobjsettings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\version.txt" />
<None Include="Resources\Sprite Images\Brick.PNG" />
<None Include="Resources\Sprite Images\JumpingQBlock.PNG" />
Expand Down
2 changes: 1 addition & 1 deletion NSMBe5/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion NSMBe5/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,6 @@
<value>..\Resources\Sprite Images\liquid_water_0.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="StageObjSettingsProviderURL" xml:space="preserve">
<value>https://raw.githubusercontent.com/MammaMiaTeam/NSMB-Editor/main/NSMBe5/Resources/stageobjsettings.xml</value>
<value>https://raw.githubusercontent.com/MammaMiaTeam/NSMB-Editor/main/NSMBe5/stageobjsettings.xml</value>
</data>
</root>
File renamed without changes.
File renamed without changes.

0 comments on commit ccc89a8

Please sign in to comment.