level tweaks and playing with stamina limits
This commit is contained in:
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -14,6 +14,7 @@ var rng = RandomNumberGenerator.new()
|
||||
@export_group("Player Movement")
|
||||
@export var WALK_SPEED = 7.0
|
||||
@export var SPRINT_SPEED = 15.0
|
||||
@export var MAX_STAMINA = 1800
|
||||
@export var JUMP_VELOCITY = 10
|
||||
@export var SENSITIVITY = .01
|
||||
@export var sensitivity_shift = true
|
||||
@@ -53,7 +54,6 @@ var recoiling = false
|
||||
|
||||
# Slow Down Variables
|
||||
const SLOWSPEED = .2
|
||||
const MAX_STAMINA = 1800
|
||||
const STAMINA_DRAIN = 100
|
||||
var remaining_stamina = MAX_STAMINA
|
||||
# Pickups
|
||||
|
||||
Reference in New Issue
Block a user