You've already forked tiny-project
Add files via upload
This commit is contained in:
@@ -29,7 +29,7 @@ source.include_patterns = font/*,sound/*,images/*,record.dat
|
||||
#source.exclude_patterns = license,images/*/*.jpg
|
||||
|
||||
# (str) Application versioning (method 1)
|
||||
version = 0.1
|
||||
version = 0.4.0
|
||||
|
||||
# (str) Application versioning (method 2)
|
||||
# version.regex = __version__ = ['"](.*)['"]
|
||||
@@ -44,7 +44,7 @@ requirements = python3,pygame
|
||||
# requirements.source.kivy = ../../kivy
|
||||
|
||||
# (str) Presplash of the application
|
||||
#presplash.filename = %(source.dir)s/data/presplash.png
|
||||
presplash.filename = %(source.dir)s/images/loading.png
|
||||
|
||||
# (str) Icon of the application
|
||||
icon.filename = %(source.dir)s/images/icon.png
|
||||
@@ -73,7 +73,7 @@ osx.kivy_version = 1.9.1
|
||||
#
|
||||
|
||||
# (bool) Indicate if the application should be fullscreen or not
|
||||
fullscreen = 0
|
||||
fullscreen = 1
|
||||
|
||||
# (string) Presplash background color (for android toolchain)
|
||||
# Supported formats are: #RRGGBB #AARRGGBB or one of the following names:
|
||||
@@ -134,7 +134,7 @@ fullscreen = 0
|
||||
# agreements. This is intended for automation only. If set to False,
|
||||
# the default, you will be shown the license when first running
|
||||
# buildozer.
|
||||
# android.accept_sdk_license = False
|
||||
android.accept_sdk_license = True
|
||||
|
||||
# (str) Android entry point, default is ok for Kivy-based app
|
||||
#android.entrypoint = org.kivy.android.PythonActivity
|
||||
|
Reference in New Issue
Block a user