Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-adrian committed Feb 25, 2024
1 parent 79f74b7 commit 3c6ed78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions player.gd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

extends CharacterBody3D

@export var jump: float # 300
@export var walkSpeed: float # 5
@export var sensitivity: float # 300
@export var jump: float
@export var walkSpeed: float
@export var sensitivity: float

@export var head: Node3D
@export var cam: Camera3D
Expand Down

0 comments on commit 3c6ed78

Please sign in to comment.