Example #1
0
 private static EntityDataRoot smethod_17(Map map_0)
 {
     return(GClass891.smethod_16(0.5f, 0.5f, new EntityRenderFragment[]
     {
         GClass891.smethod_11(Color.Gray, "60px Arial", "center", map_0.MapName, null)
     }));
 }
Example #2
0
    private static EntityDataRoot smethod_18(GClass890 gclass890_0, Map map_0)
    {
        string text = string.Join("\r\n", gclass890_0.method_70());

        if (string.IsNullOrWhiteSpace(text))
        {
            return(null);
        }
        return(GClass891.smethod_16(0.98f, 0.1f, new EntityRenderFragment[]
        {
            GClass891.smethod_11(Color.Red, "30px Arial", "right", text, null)
        }));
    }
Example #3
0
    private static EntityDataRoot smethod_19(GClass890 gclass890_0)
    {
        string  text = string.Format("{0} | CFG: {1} | FRM: {2}", gclass890_0.State.ToString(), gclass890_0.Hero.Config, gclass890_0.Hero.Formation.ToString());
        HeroPet pet  = gclass890_0.Hero.Pet;

        if (pet != null && pet.IsAvailable)
        {
            text += " | PET: ";
            if (gclass890_0.Hero.Pet.IsEnabled)
            {
                text += gclass890_0.Hero.Pet.Mode.ToString();
            }
            else
            {
                text += "Off";
            }
        }
        return(GClass891.smethod_16(0.02f, 0.95f, new EntityRenderFragment[]
        {
            GClass891.smethod_11(Color.Red, "16px Arial", "left", text, null)
        }));
    }