Add new records etc.
This commit is contained in:
parent
89da509806
commit
23c63d101a
4 changed files with 13 additions and 3 deletions
|
@ -329,6 +329,14 @@ simulator. After the release of the game it's also difficult to make any changes
|
|||
to physics because all previous replays will get invalidated by the change, so
|
||||
changing anything about physics will be done very, very rarely.
|
||||
|
||||
Q: Can I play with a controller?
|
||||
|
||||
A: Yes, but analog input is not supported, i.e. you can use controller only as a
|
||||
replacement for keyboard. This is partly for simplicity but it also sets the
|
||||
same conditions for everyone, keyboard players don't have to feel disadvantaged.
|
||||
Of course, someone can add analog input support to the game, but that will
|
||||
probably result in replay incompatibility with the original game.
|
||||
|
||||
Q: The graphics looks weird, stuff near camera seems to kind of warp weirdly.
|
||||
|
||||
A: It's a feature, this is the software renderer's simplification of handling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue