diff options
| -rw-r--r-- | Mundus Build 29-04-2020 No4.exe (renamed from Mundus Build 29-04-2020 No3.exe) | bin | 1571328 -> 1573888 bytes | |||
| -rw-r--r-- | Mundus/Data/Windows/WI.cs | 2 | ||||
| -rw-r--r-- | Mundus/Icons/Land/Mobs/L_cow.png | bin | 0 -> 4339 bytes | |||
| -rw-r--r-- | Mundus/Icons/Land/Mobs/test1.jpg | bin | 2084 -> 0 bytes | |||
| -rw-r--r-- | Mundus/Icons/Project files/L_cow.xcf | bin | 0 -> 7033 bytes | |||
| -rw-r--r-- | Mundus/Mundus.csproj | 2 | ||||
| -rw-r--r-- | Mundus/Service/Mobs/LandMobs/LandMobsPresets.cs | 2 | ||||
| -rw-r--r-- | Mundus/gtk-gui/generated.cs | 4 | ||||
| -rw-r--r-- | Mundus/gtk-gui/gui.stetic | 4 |
9 files changed, 7 insertions, 7 deletions
diff --git a/Mundus Build 29-04-2020 No3.exe b/Mundus Build 29-04-2020 No4.exe Binary files differindex 599182a..998663c 100644 --- a/Mundus Build 29-04-2020 No3.exe +++ b/Mundus Build 29-04-2020 No4.exe diff --git a/Mundus/Data/Windows/WI.cs b/Mundus/Data/Windows/WI.cs index 1f1f3b6..cd0046e 100644 --- a/Mundus/Data/Windows/WI.cs +++ b/Mundus/Data/Windows/WI.cs @@ -2,7 +2,7 @@ namespace Mundus.Data.Windows { public static class WI { //stands for Window Instances - public const string BuildName = "Build 29-04-2020 No3"; + public const string BuildName = "Build 29-04-2020 No4"; public static IGameWindow SelWin { get; set; } diff --git a/Mundus/Icons/Land/Mobs/L_cow.png b/Mundus/Icons/Land/Mobs/L_cow.png Binary files differnew file mode 100644 index 0000000..effbb5c --- /dev/null +++ b/Mundus/Icons/Land/Mobs/L_cow.png diff --git a/Mundus/Icons/Land/Mobs/test1.jpg b/Mundus/Icons/Land/Mobs/test1.jpg Binary files differdeleted file mode 100644 index 9337a09..0000000 --- a/Mundus/Icons/Land/Mobs/test1.jpg +++ /dev/null diff --git a/Mundus/Icons/Project files/L_cow.xcf b/Mundus/Icons/Project files/L_cow.xcf Binary files differnew file mode 100644 index 0000000..2472082 --- /dev/null +++ b/Mundus/Icons/Project files/L_cow.xcf diff --git a/Mundus/Mundus.csproj b/Mundus/Mundus.csproj index f3af57b..60df41e 100644 --- a/Mundus/Mundus.csproj +++ b/Mundus/Mundus.csproj @@ -81,7 +81,7 @@ <EmbeddedResource Include="Icons\Land\Tools\rock_axe.png" />
<EmbeddedResource Include="Icons\Land\Tools\rock_shovel.png" />
<EmbeddedResource Include="Icons\Sky\Ground\s_sky.png" />
- <EmbeddedResource Include="Icons\Land\Mobs\test1.jpg" />
+ <EmbeddedResource Include="Icons\Land\Mobs\L_cow.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="gtk-gui\generated.cs" />
diff --git a/Mundus/Service/Mobs/LandMobs/LandMobsPresets.cs b/Mundus/Service/Mobs/LandMobs/LandMobsPresets.cs index 304b5f8..0641a1d 100644 --- a/Mundus/Service/Mobs/LandMobs/LandMobsPresets.cs +++ b/Mundus/Service/Mobs/LandMobs/LandMobsPresets.cs @@ -8,7 +8,7 @@ namespace Mundus.Service.Mobs.LandMobs { /// Returns a new instance of the cow mob tile /// </summary> public static MobTile GetACow() { - return new MobTile("L_test_icon_mob", 10, LI.Land); + return new MobTile("L_cow", 10, LI.Land); } } } diff --git a/Mundus/gtk-gui/generated.cs b/Mundus/gtk-gui/generated.cs index 61d0d0f..32efb52 100644 --- a/Mundus/gtk-gui/generated.cs +++ b/Mundus/gtk-gui/generated.cs @@ -72,8 +72,8 @@ namespace Stetic w1.Add("U_stone", w30); global::Gtk.IconSet w31 = new global::Gtk.IconSet(global::Gdk.Pixbuf.LoadFromResource("Mundus.Icons.Sky.Ground.s_sky.png")); w1.Add("S_sky", w31); - global::Gtk.IconSet w32 = new global::Gtk.IconSet(global::Gdk.Pixbuf.LoadFromResource("Mundus.Icons.Land.Mobs.test1.jpg")); - w1.Add("L_test_icon_mob", w32); + global::Gtk.IconSet w32 = new global::Gtk.IconSet(global::Gdk.Pixbuf.LoadFromResource("Mundus.Icons.Land.Mobs.L_cow.png")); + w1.Add("L_cow", w32); w1.AddDefault(); } } diff --git a/Mundus/gtk-gui/gui.stetic b/Mundus/gtk-gui/gui.stetic index b4eee3e..b154b9e 100644 --- a/Mundus/gtk-gui/gui.stetic +++ b/Mundus/gtk-gui/gui.stetic @@ -157,9 +157,9 @@ <property name="Image">resource:Mundus.Icons.Sky.Ground.s_sky.png</property> </source> </icon-set> - <icon-set id="L_test_icon_mob"> + <icon-set id="L_cow"> <source> - <property name="Image">resource:Mundus.Icons.Land.Mobs.test1.jpg</property> + <property name="Image">resource:Mundus.Icons.Land.Mobs.L_cow.png</property> </source> </icon-set> </icon-factory> |
