Fixed the image problem, we weren't including the image file into the compiled project 🤦‍♀️

core_test
Julie 5 years ago
parent ade920887f
commit 206a423c7b
Signed by: cobular
GPG Key ID: 8CAB39FC9A8F13FB

@ -8,11 +8,12 @@
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<Canvas Name="m_EditorCanvas" Background="Green">
<Canvas Name="mapCanvas" Background="Blue">
<Canvas Name="mapCanvas" Background="Blue" Width="100" Height="100">
<Canvas.RenderTransform>
<MatrixTransform />
</Canvas.RenderTransform>
<Image Name="map" Source="../assets/main-map_yellow.png"></Image>
<Image Name="map" Source="../assets/main-map.png" />
<controls:Node />
</Canvas>
<TextBox Name="test" />
</Canvas>

@ -16,6 +16,10 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Resource Include="./assets/main-map.png"/>
<Resource Include="./assets/main-map_yellow.png"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1"/>
<PackageReference Include="Newtonsoft.Json">

Loading…
Cancel
Save