diff --git a/README.md b/README.md index d13a5b1..0ba0e6e 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,21 @@ # Up Or Down? -## Description: +## Description +
-
-**"Up or Down"** is a 2D Platformer game where you simply won't remember the angles. +**"Up or Down"** is an open-source 2D puzzle platformer game based on gravity. + +## Gameplay +Player can move **left-right** and **jump**. The gravity is determined the angles of the floor the player is on. **[Checkout this game on Itch.io for more info and download!](https://spoicat.itch.io/up-or-down)** -#### Platforms: -- Windows (Released) -- Android (Ain't done yet) + +## Platforms +- Windows +- Android ## Credits: diff --git a/export_presets.cfg b/export_presets.cfg index bb95452..0ed7836 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -78,13 +78,13 @@ screen/support_small=true screen/support_normal=true screen/support_large=true screen/support_xlarge=true -screen/opengl_debug=false +screen/opengl_debug=true launcher_icons/main_192x192="res://icon.png" launcher_icons/adaptive_foreground_432x432="res://icon.png" launcher_icons/adaptive_background_432x432="res://icon.png" keystore/debug="C:/Users/QWERTY/debug.keystore" -keystore/debug_user="" -keystore/debug_password="" +keystore/debug_user="androiddebugkey" +keystore/debug_password="android" keystore/release="" keystore/release_user="" keystore/release_password="" @@ -93,8 +93,8 @@ apk_expansion/SALT="" apk_expansion/public_key="" architectures/armeabi-v7a=true architectures/arm64-v8a=true -architectures/x86=false -architectures/x86_64=false +architectures/x86=true +architectures/x86_64=true permissions/custom_permissions=PoolStringArray( ) permissions/access_checkin_properties=false permissions/access_coarse_location=false diff --git a/node_groups.note b/node_groups.note deleted file mode 100644 index e133480..0000000 --- a/node_groups.note +++ /dev/null @@ -1,3 +0,0 @@ -# KillerTilemaps - - Behaviour: Kills player on collision -