From 687b9b0c7844aed7c426166d181c90bb58be6124 Mon Sep 17 00:00:00 2001
From: IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>
Date: Sun, 17 Jul 2022 17:20:35 +0200
Subject: added Logo to the game

---
 .gitignore                          | 1 +
 godot/assets/Images/Logo.png        | 3 +++
 godot/assets/Images/Logo.png.import | 3 +++
 3 files changed, 7 insertions(+)
 create mode 100644 godot/assets/Images/Logo.png
 create mode 100644 godot/assets/Images/Logo.png.import

diff --git a/.gitignore b/.gitignore
index c0cdeaa..ecb39f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ rust/debug/
 target/
 tramp
 make.bat
+bin/
\ No newline at end of file
diff --git a/godot/assets/Images/Logo.png b/godot/assets/Images/Logo.png
new file mode 100644
index 0000000..41cfad8
--- /dev/null
+++ b/godot/assets/Images/Logo.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f38326a545048004f34c9a60483031d9d4b18a09dd039b78c2b893e014b44a7f
+size 62018
diff --git a/godot/assets/Images/Logo.png.import b/godot/assets/Images/Logo.png.import
new file mode 100644
index 0000000..0fd7065
--- /dev/null
+++ b/godot/assets/Images/Logo.png.import
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b99417ad2f4c367cdfe743ef6eb25ef42f3e79f0cab0e60868d196f19de3f7e
+size 688
-- 
cgit