cooking in progress, will work on "story" after lunch
This commit is contained in:
parent
d9f91fa650
commit
2cfb73b94d
13 changed files with 165 additions and 22 deletions
|
|
@ -1,8 +1,8 @@
|
|||
extends CharacterBody2D
|
||||
|
||||
|
||||
const SPEED = 300.0
|
||||
const JUMP_VELOCITY = -400.0
|
||||
@export var SPEED = 200.0
|
||||
@export var JUMP_VELOCITY = -450.0
|
||||
|
||||
|
||||
func _physics_process(delta: float) -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue