projects
/
erdslangetjie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca76028
)
Android fullscreen should be auto
author
Neil
<neil@dip.sun.ac.za>
Wed, 17 Apr 2013 09:52:47 +0000
(11:52 +0200)
committer
Neil
<neil@dip.sun.ac.za>
Wed, 17 Apr 2013 09:52:47 +0000
(11:52 +0200)
erdslangetjie/constants.py
patch
|
blob
|
history
diff --git
a/erdslangetjie/constants.py
b/erdslangetjie/constants.py
index fb9336b1daed87abda270852e0d1edcdd8856e6c..f178afcd0f7a3b58ea0c77b42e5ffcca847eb483 100644
(file)
--- a/
erdslangetjie/constants.py
+++ b/
erdslangetjie/constants.py
@@
-9,4
+9,4
@@
if platform() != 'android':
Config.set('graphics', 'height', '760')
else:
TILE_SIZE = 64
- Config.set('graphics', 'fullscreen', '
True
')
+ Config.set('graphics', 'fullscreen', '
auto
')