File tree Expand file tree Collapse file tree 6 files changed +17
-11
lines changed Expand file tree Collapse file tree 6 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 8
8
<AvaloniaUseCompiledBindingsByDefault >true</AvaloniaUseCompiledBindingsByDefault >
9
9
<StartupObject >AvaGui.Program</StartupObject >
10
10
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
11
+ <PackageReadmeFile >README.md</PackageReadmeFile >
12
+ <RepositoryUrl >https://github.com/OpenLoco/OpenLocoObjectEditor</RepositoryUrl >
13
+ <AssemblyVersion >1.0.5</AssemblyVersion >
14
+ <FileVersion >$(AssemblyVersion)</FileVersion >
15
+ <AssemblyName >ObjectEditor</AssemblyName >
16
+ <Product >$(AssemblyName) $(AssemblyVersion)</Product >
17
+ <Version >$(AssemblyVersion)</Version >
18
+ <Authors >LeftofZen</Authors >
19
+ <ProduceReferenceAssembly >False</ProduceReferenceAssembly >
11
20
</PropertyGroup >
12
21
13
22
<ItemGroup >
22
31
<EmbeddedResource Include =" version.txt" />
23
32
</ItemGroup >
24
33
25
-
26
34
<ItemGroup >
27
35
<PackageReference Include =" Avalonia" Version =" 11.0.11" />
28
36
<PackageReference Include =" Avalonia.Controls.ItemsRepeater" Version =" 11.0.11" />
39
47
<PackageReference Include =" Zenith.Core" Version =" 1.0.20" />
40
48
</ItemGroup >
41
49
42
-
43
50
<ItemGroup >
44
51
<ProjectReference Include =" ..\Core\Core.csproj" />
45
52
<ProjectReference Include =" ..\Shared\Shared.csproj" />
46
53
</ItemGroup >
47
54
48
-
49
55
<ItemGroup >
50
56
<Compile Update =" Views\VehicleView.axaml.cs" >
51
57
<DependentUpon >VehicleView.axaml</DependentUpon >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public class MainWindowViewModel : ViewModelBase
79
79
80
80
public MainWindowViewModel ( )
81
81
{
82
- var paletteUri = new Uri ( "avares://AvaGui /Assets/palette.png" ) ;
82
+ var paletteUri = new Uri ( "avares://ObjectEditor /Assets/palette.png" ) ;
83
83
var palette = Image . Load < Rgb24 > ( AssetLoader . Open ( paletteUri ) ) ;
84
84
85
85
Model = new ( )
Original file line number Diff line number Diff line change 25
25
<StackPanel Orientation =" Horizontal" >
26
26
<Image Width =" 32" Height =" 32" >
27
27
<Image .Source>
28
- <CroppedBitmap Source =" avares://AvaGui /Assets/loco_object_types_combined.png" SourceRect =" {Binding SourceRect}" >
28
+ <CroppedBitmap Source =" avares://ObjectEditor /Assets/loco_object_types_combined.png" SourceRect =" {Binding SourceRect}" >
29
29
</CroppedBitmap >
30
30
</Image .Source>
31
31
</Image >
37
37
<StackPanel Orientation =" Horizontal" >
38
38
<Image Width =" 32" Height =" 32" >
39
39
<Image .Source>
40
- <CroppedBitmap Source =" avares://AvaGui /Assets/loco_vehicle_types_combined.png" SourceRect =" {Binding SourceRect}" >
40
+ <CroppedBitmap Source =" avares://ObjectEditor /Assets/loco_vehicle_types_combined.png" SourceRect =" {Binding SourceRect}" >
41
41
</CroppedBitmap >
42
42
</Image .Source>
43
43
</Image >
49
49
<StackPanel Orientation =" Horizontal" >
50
50
<Image Width =" 16" Height =" 16" >
51
51
<Image .Source>
52
- <CroppedBitmap Source =" avares://AvaGui /Assets/vanilla.png" SourceRect =" {Binding SourceRect}" >
52
+ <CroppedBitmap Source =" avares://ObjectEditor /Assets/vanilla.png" SourceRect =" {Binding SourceRect}" >
53
53
</CroppedBitmap >
54
54
</Image .Source>
55
55
</Image >
Original file line number Diff line number Diff line change 1
- 1.0.4
1
+ 1.0.5
Original file line number Diff line number Diff line change 11
11
<StartupObject >OpenLoco.ObjectEditor.Gui.Program</StartupObject >
12
12
<PackageReadmeFile >README.md</PackageReadmeFile >
13
13
<RepositoryUrl >https://github.com/OpenLoco/OpenLocoObjectEditor</RepositoryUrl >
14
- <AssemblyVersion >1.0.4 </AssemblyVersion >
14
+ <AssemblyVersion >1.0.5 </AssemblyVersion >
15
15
<FileVersion >$(AssemblyVersion)</FileVersion >
16
16
<AssemblyName >ObjectEditor</AssemblyName >
17
- <Authors >LeftofZen</Authors >
18
17
<Product >$(AssemblyName) $(AssemblyVersion)</Product >
19
18
<Version >$(AssemblyVersion)</Version >
19
+ <Authors >LeftofZen</Authors >
20
20
<ProduceReferenceAssembly >False</ProduceReferenceAssembly >
21
21
</PropertyGroup >
22
22
Original file line number Diff line number Diff line change 1
- 1.0.4
1
+ 1.0.5
You can’t perform that action at this time.
0 commit comments