added project with nerabochie cows
This commit is contained in:
8
scenes/characters/non_playable_character.gd
Normal file
8
scenes/characters/non_playable_character.gd
Normal 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
|
Reference in New Issue
Block a user