diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
deleted file mode 100644
index 30aa626..0000000
--- a/.idea/codeStyles/Project.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..15a15b2
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e2d316f..0109cb4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,15 +1,16 @@
-
+
+
+
+
-
+
-
+
-
-
@@ -20,15 +21,9 @@
+
-
-
-
-
-
-
-
-
+
@@ -44,97 +39,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
+
-
-
+
+
@@ -142,8 +70,8 @@
-
-
+
+
@@ -154,7 +82,7 @@
-
+
@@ -163,7 +91,7 @@
-
+
@@ -172,7 +100,7 @@
-
+
@@ -181,7 +109,7 @@
-
+
@@ -190,7 +118,7 @@
-
+
@@ -309,7 +237,6 @@
-
@@ -327,11 +254,10 @@
+
-
-
true
@@ -339,15 +265,12 @@
true
true
-
- true
- DEFINITION_ORDER
-
-
-
-
+
+
+
+
@@ -367,68 +290,20 @@
-
-
-
-
-
-
-
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -475,15 +350,17 @@
-
+
+
+
@@ -491,6 +368,11 @@
+
+
+
+
+
@@ -528,7 +410,6 @@
-
@@ -536,6 +417,8 @@
+
+
@@ -612,6 +495,9 @@
+
+
+
@@ -633,7 +519,7 @@
-
+
@@ -645,20 +531,19 @@
-
-
+
-
+
-
+
-
+
@@ -697,9 +582,6 @@
-
-
-
@@ -759,7 +641,6 @@
-
@@ -847,13 +728,6 @@
-
-
-
-
-
-
-
@@ -868,13 +742,6 @@
-
-
-
-
-
-
-
@@ -886,9 +753,6 @@
-
-
-
@@ -913,9 +777,6 @@
-
-
-
@@ -949,78 +810,89 @@
-
+
-
-
+
+
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
+
-
+
+
+
+
-
-
-
-
-
+
+
diff --git a/BuildTools/AppImage/build.sh b/BuildTools/AppImage/build.sh
index e99b86f..f40dade 100755
--- a/BuildTools/AppImage/build.sh
+++ b/BuildTools/AppImage/build.sh
@@ -41,6 +41,15 @@ if [ $? -ne 0 ]; then
exit 1
fi
+
+echo "Copy 3Engine library dependencies"
+DEPS="\
+/usr/lib/x86_64-linux-gnu/libSDL2.so \
+/usr/lib/x86_64-linux-gnu/libSDL2_image.so \
+/usr/lib/x86_64-linux-gnu/libSDL2_mixer.so \
+/usr/lib/x86_64-linux-gnu/libSDL2_ttf.so"
+cp ${DEPS} ${APPDIR_DEST_PATH}/lib
+
#CPLP=${SCRIPT_PATH}/cpld.sh
#
#echo "Copy 3Engine library dependencies"