landing.images.android
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Moves the landing image above the textbox, instead of behind the textbox (for ES mobile).
In case parts of the UI/the buttons are outside the screen, try rescaling your UI in the ES options
If that doesn't help, open the zip, edit 'landing.images.android/data/interface.txt' and change line 2 to 7 to:
image "land" center -60 -150 dimensions 250 135 sprite "ui/frame" center -60 -150 dimensions 265 150 That resizes the landing image and the frame to their half.
Before:
After:
Changelog:
2024-08-09
minor text changes (thx to TheGiraffe3)
2024-08-07
added a frame for the image
finetuned position
2024-08-03
added hire all/fire all buttons which were missing (thx timeout.fu)
added guide to resize the image (thx Pyrrha of simpleplanes)
2024-08-02
initial release