png-branch
an 2019-02-20 23:21:02 -05:00
parent 977f3d3f40
commit 0207e47324
1 changed files with 35 additions and 0 deletions

View File

@ -940,6 +940,41 @@ Text Face is 6 bytes.
- `Color` is a Terminal Color enumeration.
## Physics ##
### Physics Definition ###
Physics Definition is 104 bytes.
| Name | Type | Offset |
| ---- | ---- | ------ |
| `VelForw` | `fixed` | `0` |
| `VelBack` | `fixed` | `4` |
| `VelPerp` | `fixed` | `8` |
| `Accel` | `fixed` | `12` |
| `Decel` | `fixed` | `16` |
| `DecelAir` | `fixed` | `20` |
| `AccelGravity` | `fixed` | `24` |
| `AccelClimb` | `fixed` | `28` |
| `VelTerminal` | `fixed` | `32` |
| `DecelExtern` | `fixed` | `36` |
| `AccelAngular` | `fixed` | `40` |
| `DecelAngular` | `fixed` | `44` |
| `VelAngular` | `fixed` | `48` |
| `VelRecenter` | `fixed` | `52` |
| `FastVelAng` | `fixed` | `56` |
| `FastVelMax` | `fixed` | `60` |
| `Elevation` | `fixed` | `64` |
| `DecelAngExt` | `fixed` | `68` |
| `StepDelta` | `fixed` | `72` |
| `StepAmp` | `fixed` | `76` |
| `PlayerRadius` | `fixed` | `80` |
| `PlayerHeight` | `fixed` | `84` |
| `PlayerDeadHi` | `fixed` | `88` |
| `PlayerCamHi` | `fixed` | `92` |
| `PlayerSplash` | `fixed` | `96` |
| `HalfCamSep` | `fixed` | `100` |
## Images ##
### Picture Resource ###