Skip to content

Commit

Permalink
feat: change RotationSpeed to 150°/s
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethkuil committed May 2, 2023
1 parent 493c831 commit ea5bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Player():
# to be decided. may be changed in the future
# unit: meter, second, degree
MAX_VELOCITY = 4.0
ROTATION_SPEED = 600.0
ROTATION_SPEED = 150.0

MAX_HP = 100
MAX_AMMO = 30
Expand Down

0 comments on commit ea5bb0a

Please sign in to comment.