Changes between Version 4 and Version 5 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v4 v5  
    2121== User Interface ==
    2222Due to the vastly different controls and form factor, the whole user interface of the game needs to be rethought for the Android edition.
     23=== Camera ===
     24Camera control is performed by applying swipe gestures on ground terrain, or (e.g. if ground terrain is not accessible) on the minimap.
     25 * Swipe down - pan camera down.
     26 * Swipe up - pan camera up.
     27 * Swipe left - pan camera left.
     28 * Swipe right - pan camera right.
     29 * Swipe clockwise - rotate camera clockwise.
     30 * Swipe counter-clockwise - rotate camera counter-clockwise.
    2331
    2432== Libraries ==