This commit is contained in:
2025-04-16 01:17:59 +02:00
parent e34491f7ec
commit 43321d4961
8 changed files with 4193 additions and 3 deletions

9
scripts/wolf.gd Normal file
View 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
View File

@@ -0,0 +1 @@
uid://c4f71wtyrktkq