From 394f0efd9e8cc22b27493ba4a73311d52135a08e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 29 Apr 2020 21:45:10 +0300 Subject: Added a proper land cow icon (old one was temporary). Updated executable. --- Mundus Build 29-04-2020 No3.exe | Bin 1571328 -> 0 bytes Mundus Build 29-04-2020 No4.exe | Bin 0 -> 1573888 bytes Mundus/Data/Windows/WI.cs | 2 +- Mundus/Icons/Land/Mobs/L_cow.png | Bin 0 -> 4339 bytes Mundus/Icons/Land/Mobs/test1.jpg | Bin 2084 -> 0 bytes Mundus/Icons/Project files/L_cow.xcf | Bin 0 -> 7033 bytes Mundus/Mundus.csproj | 2 +- Mundus/Service/Mobs/LandMobs/LandMobsPresets.cs | 2 +- Mundus/gtk-gui/generated.cs | 4 ++-- Mundus/gtk-gui/gui.stetic | 4 ++-- 10 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 Mundus Build 29-04-2020 No3.exe create mode 100644 Mundus Build 29-04-2020 No4.exe create mode 100644 Mundus/Icons/Land/Mobs/L_cow.png delete mode 100644 Mundus/Icons/Land/Mobs/test1.jpg create mode 100644 Mundus/Icons/Project files/L_cow.xcf diff --git a/Mundus Build 29-04-2020 No3.exe b/Mundus Build 29-04-2020 No3.exe deleted file mode 100644 index 599182a..0000000 Binary files a/Mundus Build 29-04-2020 No3.exe and /dev/null differ diff --git a/Mundus Build 29-04-2020 No4.exe b/Mundus Build 29-04-2020 No4.exe new file mode 100644 index 0000000..998663c Binary files /dev/null and b/Mundus Build 29-04-2020 No4.exe differ 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 new file mode 100644 index 0000000..effbb5c Binary files /dev/null and b/Mundus/Icons/Land/Mobs/L_cow.png differ diff --git a/Mundus/Icons/Land/Mobs/test1.jpg b/Mundus/Icons/Land/Mobs/test1.jpg deleted file mode 100644 index 9337a09..0000000 Binary files a/Mundus/Icons/Land/Mobs/test1.jpg and /dev/null differ diff --git a/Mundus/Icons/Project files/L_cow.xcf b/Mundus/Icons/Project files/L_cow.xcf new file mode 100644 index 0000000..2472082 Binary files /dev/null and b/Mundus/Icons/Project files/L_cow.xcf differ 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 @@ - + 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 /// 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 @@ resource:Mundus.Icons.Sky.Ground.s_sky.png - + - resource:Mundus.Icons.Land.Mobs.test1.jpg + resource:Mundus.Icons.Land.Mobs.L_cow.png -- cgit v1.2.3