方向键控制

This commit is contained in:
bob
2025-06-04 12:12:11 +08:00
parent d76b763fbf
commit 34cff550fa
19 changed files with 340 additions and 76 deletions

View File

@@ -137,7 +137,8 @@ namespace NBF
// UI.Inst.OpenUI<FishingShopPanel>();
LoadData();
UI.Inst.OpenUI<CommonTopPanel>();
Fishing.Inst.Go(1);
UI.Inst.OpenUI<FishingPanel>();
// Fishing.Inst.Go(1);
// UI.Inst.OpenUI<SettingPanel>();
// UI.Inst.OpenUI<HomePanel>();
}