mirror of
https://github.com/FOSS-Supremacy/OpenLiberty.git
synced 2025-04-28 20:07:57 +03:00
dev/mechanics
This commit is contained in:
parent
ac436a5107
commit
61d0096eb0
6 changed files with 883 additions and 7 deletions
|
@ -1,5 +1,10 @@
|
|||
extends VehicleBody3D
|
||||
|
||||
enum CharacterState {
|
||||
PLAYER_DRIVING,
|
||||
NPC_DRIVING,
|
||||
STOPPED
|
||||
}
|
||||
const MAX_STEER = 0.8
|
||||
const ENGINE_POWER = 300
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue