我去忘记提交了

This commit is contained in:
Tourswen
2025-11-09 22:05:40 +08:00
parent 84f3fe33ab
commit 6e16cf3828
198 changed files with 4957 additions and 2388 deletions

View File

@@ -96,7 +96,7 @@ namespace WulaFallenEmpire
{
defaultLabel = "WULA_EjectDataPack".Translate(),
defaultDesc = "WULA_EjectDataPackDesc".Translate(),
icon = ContentFinder<Texture2D>.Get("UI/Commands/EjectDataPack"),
icon = ContentFinder<Texture2D>.Get("Wula/UI/Commands/WULA_EjectDataPack"),
action = EjectDataPack
};
}
@@ -108,7 +108,7 @@ namespace WulaFallenEmpire
{
defaultLabel = "WULA_AbsorbDataPack".Translate(),
defaultDesc = "WULA_AbsorbDataPackDesc".Translate(),
icon = ContentFinder<Texture2D>.Get("UI/Commands/AbsorbDataPack"),
icon = ContentFinder<Texture2D>.Get("Wula/UI/Commands/WULA_AbsorbDataPack"),
action = AbsorbDataPack
};
}