Welcome,
in this tutorial, we want to create a custom health bar and custom mana bar. I will start with an empty project.
Project ID: CustomBars
Project Name: Custom Resource Bars
1. Remove old health bar
[Tutorial] Creating Simple UI: Custom Resource Bars
in this tutorial, we want to create a custom health bar and custom mana bar. I will start with an empty project.
Project ID: CustomBars
Project Name: Custom Resource Bars
1. Remove old health bar
Code:
public override void ModifyInterfaceLayers(List<MethodSequenceListItem> layers) { for (int i = 0; i < layers.Count; i++) { //Remove Resource...