aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-04-29 21:45:10 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-04-29 21:45:10 +0300
commit394f0efd9e8cc22b27493ba4a73311d52135a08e (patch)
tree7f623a0f4db91724641e9f57a144ec36a255b12c
parent0d0baa906aec89d52d2c74f74acab902462bc011 (diff)
downloadMundus-394f0efd9e8cc22b27493ba4a73311d52135a08e.tar
Mundus-394f0efd9e8cc22b27493ba4a73311d52135a08e.tar.gz
Mundus-394f0efd9e8cc22b27493ba4a73311d52135a08e.zip
Added a proper land cow icon (old one was temporary). Updated executable.
-rw-r--r--Mundus Build 29-04-2020 No4.exe (renamed from Mundus Build 29-04-2020 No3.exe)bin1571328 -> 1573888 bytes
-rw-r--r--Mundus/Data/Windows/WI.cs2
-rw-r--r--Mundus/Icons/Land/Mobs/L_cow.pngbin0 -> 4339 bytes
-rw-r--r--Mundus/Icons/Land/Mobs/test1.jpgbin2084 -> 0 bytes
-rw-r--r--Mundus/Icons/Project files/L_cow.xcfbin0 -> 7033 bytes
-rw-r--r--Mundus/Mundus.csproj2
-rw-r--r--Mundus/Service/Mobs/LandMobs/LandMobsPresets.cs2
-rw-r--r--Mundus/gtk-gui/generated.cs4
-rw-r--r--Mundus/gtk-gui/gui.stetic4
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
index 599182a..998663c 100644
--- a/Mundus Build 29-04-2020 No3.exe
+++ b/Mundus Build 29-04-2020 No4.exe
Binary files 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
--- /dev/null
+++ b/Mundus/Icons/Land/Mobs/L_cow.png
Binary files differ
diff --git a/Mundus/Icons/Land/Mobs/test1.jpg b/Mundus/Icons/Land/Mobs/test1.jpg
deleted file mode 100644
index 9337a09..0000000
--- a/Mundus/Icons/Land/Mobs/test1.jpg
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/Mundus/Icons/Project files/L_cow.xcf
Binary files 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 @@
<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>