From bd0941405d116ba14efacb6aeccea067958366fe Mon Sep 17 00:00:00 2001 From: fig02 Date: Sat, 23 Mar 2024 12:21:45 -0400 Subject: Document Player's Face and z_actor FaceChange functions (#1928) * create some enums * gonna try struct instead of array * struct works. add docs too * inline function comments * fix function comment * name faces, move enums * rename textures * outnames * remove comments * change comment slightly * fixup face comments * review * offset comments * add and use PLAYER_FACE_MAX * typo * more comment on blinkDuration * another change to the comment --- assets/xml/objects/object_link_boy.xml | 18 +++++++++--------- assets/xml/objects/object_link_child.xml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'assets/xml/objects') diff --git a/assets/xml/objects/object_link_boy.xml b/assets/xml/objects/object_link_boy.xml index cbdeaab2d..7e7d50c08 100644 --- a/assets/xml/objects/object_link_boy.xml +++ b/assets/xml/objects/object_link_boy.xml @@ -225,17 +225,17 @@ - - - - - + + + + + - - - - + + + + diff --git a/assets/xml/objects/object_link_child.xml b/assets/xml/objects/object_link_child.xml index 23a07b385..046be98ff 100644 --- a/assets/xml/objects/object_link_child.xml +++ b/assets/xml/objects/object_link_child.xml @@ -186,17 +186,17 @@ - - - - - + + + + + - - - - + + + + -- cgit v1.2.3