Procedure
init_sloth/3
Creates a sloth with the specified name and color.
Parameters
- name: The name of the sloth.
- color: The color of the sloth.
- power: The power of the sloth.
Declaration
init_sloth :: proc(name: string, color: Color = .Yellow, power: Power = .None) -> Sloth