001 Game Creator

001 Game Creator

View Stats:
Android app Screen Size Problem
Hi.
So I have a problem. After starting this game from Game Creator 001 on the phone, the icons are just too small. Can I scale higher somewhere?

Here I have uploaded a picture so that you know what I mean: https://drive.google.com/file/d/1WOPXamW4BQwuuuRIndRTpKx_p0DITra8/view?usp=sharing
< >
Showing 1-6 of 6 comments
Lee Jun 8, 2020 @ 1:45am 
You can use the Change Zoom event to dynamically scale a Map to whatever resolution a device/computer is set to. For the value, you simply need to put: Screen.SizeX / 1024 - with 1024 being the number of horizontal pixels you always want to be visible, regardless of resolution. For Interfaces, you can make use of the screen layouts feature to create unique layouts for different mobile devices/screen resolutions. It's also possible to dynamically script Fields to resize/reposition however this is a little more complicated.
Last edited by Lee; Jun 9, 2020 @ 1:57am
Siris Development Jun 18, 2020 @ 10:32am 
Hi @Lee, where do we find the screen layout feature?
Lee Jun 18, 2020 @ 11:31am 
The drop down menu on the Interface Toolbar allows you to change the current screen layout. You can also make new ones by clicking on the Add button besides it.
Siris Development Jun 19, 2020 @ 8:50am 
Thanks a lot. I see now how it works, very good ;)
Edit: I made now a new layout for 1920x1080 pixels. Now is the question, how can i call it? In my way I would make a comparison branch for the current screen resolution and then call the new interface that fits. But I don't know how to do that, because I found nothing to call the new one. Hope u can help again.
Last edited by Siris Development; Jun 19, 2020 @ 9:25am
Lee Jun 20, 2020 @ 2:03am 
You don't need to call it. 001 will automatically use the appropriate screen layout for whatever screen resolution is set for that device. So if you create a screen layout for 1920x1080 - then that layout should be used when testing on devices with a 1920x1080 screen resolution.
Siris Development Jun 20, 2020 @ 2:45am 
Awesome that it works automatically. One bug left and I can do an android app ;)
My current testing devices are a huawei p smart z and a honor 6a, full HD and HD, good for testing that out.
Thanks again for ur help, that's nice things to know.
< >
Showing 1-6 of 6 comments
Per page: 1530 50