Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The Beta version should be available for you soon here .
I understand! No worries, this mod and my others mods will be updated once the update is live on the main branch (not for beta, sorry). I believe the aim was Oktober. Please do keep in mind it'll also take some time for me to update them all
extends "res://ui/menus/shop/item_description.gd"
var self_custom_icon_tags = null
func _ready():
if ("_custom_icon_tags" in self): # check if ShowTags from LexLooter is loaded
self_custom_icon_tags = self._custom_icon_tags
merge_ghost_king_tags()
func merge_ghost_king_tags()->void:
var tmp_tags = self_custom_icon_tags
var new_tags = {
"tag_ghostking": "res://mods-unpacked/Eltoro0815-KingOfGhosts/extensions/ui/icons/" + "eltoro0815_ghost_icon.png"
}
tmp_tags.merge(new_tags)
self._custom_icon_tags = tmp_tags
It's awesome you're extending your mod to work with this one!
I've accepted your friend invite, we can discuss this over chat. :)
I struggle with adding a custom tag and icon to get displayed.
I tried to extend your Extension of the class "ItemDescription".
I loaded my Extension if I can find your Mod in the "mods-unpacked" folder.
The problem seems to be that my mod is loaded before yours.
Can you give me a hint how this is supposed to be done?
The mod has just been updated to include the remaining tags I forgot, so it should be complete now. :)
Happy to hear it <3