Skip to content

Commit

Permalink
Cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Jan 23, 2024
1 parent a2c8914 commit 24905fa
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 9 deletions.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.metadata.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.projects.v7.bin
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/.futdcache.v2
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/fileList.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion VTOL_2.0.0/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public MainWindow()
Cursor LeadWall, Ronin;
public void SwitchCursor(string cur)
{
string CursorDir = Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location.ToString()).FullName + @"\Resources\Resources_Static\Cursors\";
string CursorDir = Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location.ToString()).FullName + @"\Resources\Cursors\";
LeadWall = new Cursor(CursorDir + "Leadwallcur.cur");
Ronin = new Cursor(CursorDir + "NormalCurTf2.cur");
if(Ronin == null || LeadWall == null) {
Expand Down
20 changes: 12 additions & 8 deletions VTOL_2.0.0/VTOL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@

<ItemGroup>
<Compile Remove="LEGACY_NORTHSTAR_INSTALLER\**" />
<Compile Remove="Resources\Resource_Static\Cursors\**" />
<Compile Remove="Version_1_VTOL_INSTALLER\**" />
<EmbeddedResource Remove="LEGACY_NORTHSTAR_INSTALLER\**" />
<EmbeddedResource Remove="Resources\Resource_Static\Cursors\**" />
<EmbeddedResource Remove="Version_1_VTOL_INSTALLER\**" />
<None Remove="LEGACY_NORTHSTAR_INSTALLER\**" />
<None Remove="Resources\Resource_Static\Cursors\**" />
<None Remove="Version_1_VTOL_INSTALLER\**" />
<Page Remove="LEGACY_NORTHSTAR_INSTALLER\**" />
<Page Remove="Resources\Resource_Static\Cursors\**" />
<Page Remove="Version_1_VTOL_INSTALLER\**" />
</ItemGroup>

Expand Down Expand Up @@ -287,6 +291,8 @@
<None Remove="Resources\Backgrounds\titanfall-2-screen.jpg" />
<None Remove="Resources\Backgrounds\warning.png" />
<None Remove="Resources\Backgrounds\_.jpg" />
<None Remove="Resources\Cursors\Leadwallcur.cur" />
<None Remove="Resources\Cursors\NormalCurTf2.cur" />
<None Remove="Resources\Icons\EA.ico" />
<None Remove="Resources\Icons\GitHub-Mark-32px.png" />
<None Remove="Resources\Icons\GitHub-Mark-Light-32px.png" />
Expand All @@ -311,8 +317,6 @@
<None Remove="Resources\Resource_Static\Advocate_banner.png" />
<None Remove="Resources\Resource_Static\better_frog.png" />
<None Remove="Resources\Resource_Static\Crowbar.png" />
<None Remove="Resources\Resource_Static\Cursors\Leadwallcur.cur" />
<None Remove="Resources\Resource_Static\Cursors\NormalCurTf2.cur" />
<None Remove="Resources\Resource_Static\harmony.png" />
<None Remove="Resources\Resource_Static\Leigon+.jpg" />
<None Remove="Resources\Resource_Static\MDL_SHIT_Banner.png" />
Expand Down Expand Up @@ -778,6 +782,12 @@
<Resource Include="Resources\Backgrounds\profiles_bg.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Cursors\Leadwallcur.cur">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Cursors\NormalCurTf2.cur">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Icons\EA.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
Expand All @@ -790,12 +800,6 @@
<Resource Include="Resources\Resource_Static\better_frog.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Resource_Static\Cursors\Leadwallcur.cur">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Resource_Static\Cursors\NormalCurTf2.cur">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Resource_Static\Leigon+.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
Expand Down

0 comments on commit 24905fa

Please sign in to comment.