add character contorller and damage handling
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class_name MovementResouce extends Resource
|
||||
|
||||
@export_category("Base")
|
||||
@export var speed = 500.0
|
||||
@export var jump_velocity = -900.0
|
||||
@export var gravity = 1900
|
||||
@@ -0,0 +1 @@
|
||||
uid://byliu0ncggca6
|
||||
Reference in New Issue
Block a user