We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bceb2b commit 0b4d732Copy full SHA for 0b4d732
mods/NeoQOLPack/main.gd
@@ -143,7 +143,7 @@ static func _shorten_cost(cost):
143
static func _append_shop_buttons(parent,ref):
144
var button = preload("res://Scenes/HUD/Shop/ShopButtons/shop_button.tscn").instance()
145
button.set_script(preload("res://Scenes/HUD/Shop/ShopButtons/button_cosmetic_unlock.gd"))
146
- button.cosmetic_unlock = "title_ihavestupidamountsofmoney"
+ button.cosmetic_unlock = "NeoQOLPack.title_ihavestupidamountsofmoney"
147
#button.cosmetic_unlock = item
148
button.cost = 999999
149
#button.cost = Globals.cosmetic_data[item]["file"].cost
0 commit comments