Jump to content

Recommended Posts

I'm trying to put an icon for a crafting station, but I've tried everything, and I can't put the image.

AddPrototyperDef("dragonflyfurnace", 
{ 
icon_atlas = "images/furnacecrafting_menu_icons.xml",
icon_image = "furnacecrafting_menu_icons.tex",
action_str = "FURNACE",
is_crafting_station = true, 
filter_text = STRINGS.UI.CRAFTING_FILTERS.FURNACE,
}
)

this is my atlas:

image.png.d78f68b67eb36ec74ce6d827b2d78a91.png

and these are the files, in the images folder inside the mod folder:

image.png.9cd03b0bcfd24e20cda9f71493145768.png

Maybe it's the atlas, I don't know how to make my own, so I copied it from another mod that did a similar function to what I wanted.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...