cooking in progress, will work on "story" after lunch

This commit is contained in:
Tabby 2025-05-14 13:30:27 +10:00
parent d9f91fa650
commit 2cfb73b94d
13 changed files with 165 additions and 22 deletions

View file

@ -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: