added project with nerabochie cows
This commit is contained in:
4
scenes/characters/chicken/chicken.gd
Normal file
4
scenes/characters/chicken/chicken.gd
Normal file
@ -0,0 +1,4 @@
|
||||
extends NonPlayableCharacter
|
||||
|
||||
func _ready() -> void:
|
||||
walk_cycles = randi_range(min_walk_cycle, max_walk_cycle)
|
Reference in New Issue
Block a user