Made the rtb only use 1 string and made the Nomai Branches have a start pos and use a beter cordent system

This commit is contained in:
2025-11-03 13:05:45 -08:00
parent ae02fcae71
commit 2daecbf7c0
3 changed files with 49 additions and 40 deletions

View File

@@ -30,6 +30,7 @@ typedef struct {
branchId children[MAX_CHILDREN]; // holds the branchIds of its children
void* parent; // points the the branches parent
char type; // holds the type as in if this struct is a branch or a trunk
struct tart_vec2 startPos; // the starting position of the branch
branchId id; // This holds the branch id.
} branch;