diff --git a/assets/logos/icon.svg b/assets/logos/icon.svg
index 1a391d9..ce8ca7b 100644
--- a/assets/logos/icon.svg
+++ b/assets/logos/icon.svg
@@ -1 +1 @@
-
+
diff --git a/godot_only/android_icons/splash_icon.svg b/godot_only/android_icons/splash_icon.svg
new file mode 100644
index 0000000..8a792d2
--- /dev/null
+++ b/godot_only/android_icons/splash_icon.svg
@@ -0,0 +1 @@
+
diff --git a/godot_only/android_icons/splash_icon.svg.import b/godot_only/android_icons/splash_icon.svg.import
new file mode 100644
index 0000000..5aca2e2
--- /dev/null
+++ b/godot_only/android_icons/splash_icon.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ch0tgbpqlxwq"
+path="res://.godot/imported/splash_icon.svg-283fa5551204ec4f19d57f7f8ddf241b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://godot_only/android_icons/splash_icon.svg"
+dest_files=["res://.godot/imported/splash_icon.svg-283fa5551204ec4f19d57f7f8ddf241b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot_only/splash_anim.xml b/godot_only/splash_anim.xml
index 3cf4a26..7d3adeb 100644
--- a/godot_only/splash_anim.xml
+++ b/godot_only/splash_anim.xml
@@ -3,22 +3,21 @@
+ android:pathData="M144.02,144.02m-75,0a75,75 0,1 1,150 0a75,75 0,1 1,-150 0"
+ android:strokeWidth="12.27"
+ android:fillColor="#1a1a1a">
@@ -30,25 +29,20 @@
-
-
-
+
+
+
-
-
-
-
-
-
@@ -56,7 +50,7 @@
android:propertyName="scaleX"
android:duration="750"
android:valueFrom="1"
- android:valueTo="1.07"
+ android:valueTo="1.2"
android:repeatCount="infinite"
android:repeatMode="reverse"
android:interpolator="@android:interpolator/accelerate_decelerate" />
@@ -64,7 +58,7 @@
android:propertyName="scaleY"
android:duration="750"
android:valueFrom="1"
- android:valueTo="1.07"
+ android:valueTo="1.2"
android:repeatCount="infinite"
android:repeatMode="reverse"
android:interpolator="@android:interpolator/accelerate_decelerate" />