added project with nerabochie cows

This commit is contained in:
arrrtemida
2025-08-22 17:16:22 +05:00
commit 0d3f195aff
147 changed files with 5060 additions and 0 deletions

View File

@ -0,0 +1,8 @@
class_name NonPlayableCharacter
extends CharacterBody2D
@export var min_walk_cycle: int = 2
@export var max_walk_cycle: int = 6
var walk_cycles: int
var current_walk_cycle: int