Changes between Version 29 and Version 30 of AndroidPort


Ignore:
Timestamp:
Dec 30, 2011, 10:27:37 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v29 v30  
    2020= Design =
    2121== User Interface ==
    22 Due to the vastly different controls and form factor, the whole user interface of the game needs to be rethought for the Android edition.
     22Due to the vastly different controls and form factor, the whole user interface of the game needs to be rethought.
    2323
    2424In the following, each control primitive is summarized as a bullet point.
     
    6161
    6262=== Entity selection ===
    63 If touch is applied to an entity and immediately released, the entity is immediately selected.
     63If an entity is tapped once, the entity is immediately selected.
    6464
    65  * Touch and release entity - immediately select entity.
     65 * Single tap entity - immediately select entity.
    6666
    6767If touch is applied to the game world for more than ~0,25s, a brief tactile feedback vibration is played, and the interface enters 'selective mode.'
     
    7474
    7575When touch is released in selective mode, all units within the drawn bounding box are selected.
     76
     77=== Unit orders ===
     78If a position in the game world is double tapped, the selected unit is ordered to apply its primary action to the position.
    7679
    7780== Libraries ==