1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Pocketmine textures in UI

Discussion in 'Help' started by UnEnanoMas, Jul 16, 2020.

  1. UnEnanoMas

    UnEnanoMas Spider Jockey

    Messages:
    36
    GitHub:
    UnEnanoMas
    https://ibb.co/jkjzdtq <--- (Photo)

    Good morning

    I'm trying to add texture images to a UI I have, some load me and some don't.

    The fact is that I don't know what the pocketmine textures are because some of them change from the normal ones.

    I know they are wrong because they are not items but well, I need to know how to put it right:

    textures/items/fire
    textures/items/crafting_table
    textures/items/chest

    (If someone knows a page where you can see the whole list, leave it in the comments)

    Thank you
     
  2. tokoyami ds

    tokoyami ds Spider Jockey

    Messages:
    25



    Check this
     
  3. GodWeedZao

    GodWeedZao Zombie Pigman

    Messages:
    401
    GitHub:
    godweedzao
    please search your question in forum befor posting. :facepalm::facepalm::facepalm:
     
  4. Pinesolz

    Pinesolz Spider

    Messages:
    8
    GitHub:
    atlzz
    I know this is a late response and the question was posted over a year ago, but you don't need a texture pack for certain diagrams on forms.
    For example, to import a symbol. I could write my code:
    PHP:
    $form->addButton("List Operators"0"textures/ui/op");
    It just needs to conclude a viable texture thats part of the game.
     
  5. NTT

    NTT Zombie

    Messages:
    311
    GitHub:
    NTT1906


    PHP:
    $form->addButton("List Operators"1"URL to the image (Require raw link or direct download link)");
     
    Pinesolz likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.