wof
This commit is contained in:
9
scripts/wolf.gd
Normal file
9
scripts/wolf.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends CharacterBody3D
|
||||
|
||||
|
||||
func _physics_process(delta):
|
||||
# Add the gravity.
|
||||
if not is_on_floor():
|
||||
velocity += get_gravity() * delta
|
||||
|
||||
move_and_slide()
|
||||
1
scripts/wolf.gd.uid
Normal file
1
scripts/wolf.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://c4f71wtyrktkq
|
||||
Reference in New Issue
Block a user