diff --git a/.gitignore b/.gitignore index 4709183..1bc116e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Godot 4+ specific ignores .godot/ +/librebun.keystore diff --git a/Build/dwenny.apk b/Build/dwenny.apk index e530155..cc812fa 100644 Binary files a/Build/dwenny.apk and b/Build/dwenny.apk differ diff --git a/Build/dwenny.apk.idsig b/Build/dwenny.apk.idsig index 54bfc14..d9c9ef9 100644 Binary files a/Build/dwenny.apk.idsig and b/Build/dwenny.apk.idsig differ diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 6be3a9c..0000000 --- a/LICENSE +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) 2024 SailorZoop - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/debug.keystore b/debug.keystore deleted file mode 100644 index 957f0f3..0000000 Binary files a/debug.keystore and /dev/null differ diff --git a/export_presets.cfg b/export_presets.cfg index ac98ef6..83f8871 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -28,7 +28,7 @@ architectures/x86=false architectures/x86_64=false version/code=1 version/name="" -package/unique_name="com.example.dwenny" +package/unique_name="com.librebun.dwenny" package/name="" package/signed=true package/app_category=6 diff --git a/icon.svg b/icon.svg index b370ceb..632aee5 100644 --- a/icon.svg +++ b/icon.svg @@ -1 +1,60 @@ - + + + +20 diff --git a/icon.svg.import b/icon.svg.import index ad37d9e..7b8f3ba 100644 --- a/icon.svg.import +++ b/icon.svg.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://xchqrge75p61" +uid="uid://dvxcyxwp1wlin" path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" metadata={ "vram_texture": false diff --git a/project.godot b/project.godot index 1a89402..9787f1c 100644 --- a/project.godot +++ b/project.godot @@ -11,11 +11,13 @@ config_version=5 [application] config/name="Dwenny" -config/version="0.1.0" +config/version="1.0" run/main_scene="res://Scenes/main.tscn" config/features=PackedStringArray("4.2", "Mobile") boot_splash/bg_color=Color(0, 0, 0, 1) -boot_splash/show_image=false +boot_splash/image="res://icon.svg" +boot_splash/fullsize=false +boot_splash/use_filter=false config/icon="res://icon.svg" [display]