Changes between Version 5 and Version 6 of AndroidPort


Ignore:
Timestamp:
Dec 29, 2011, 5:22:43 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v5 v6  
    2222Due to the vastly different controls and form factor, the whole user interface of the game needs to be rethought for the Android edition.
    2323=== Camera ===
    24 Camera control is performed by applying swipe gestures on ground terrain, or (e.g. if ground terrain is not accessible) on the minimap.
     24Camera control is performed by applying swipe gestures on ground terrain:
    2525 * Swipe down - pan camera down.
    2626 * Swipe up - pan camera up.
     
    2929 * Swipe clockwise - rotate camera clockwise.
    3030 * Swipe counter-clockwise - rotate camera counter-clockwise.
     31The camera may also be panned by touching near the edge of the screen:
     32 * Touch near edge of screen - pan camera in the direction of the nearest edge.
     33The camera may also be panned by touching a position on the minimap:
     34 * Touch position on minimap - pan camera to minimap.
    3135
    3236== Libraries ==