feat: add subweapon support, weapon type logic, and compact item card UI options

This commit is contained in:
2026-04-28 01:39:39 +09:00
parent 0420e23939
commit 0e0748540e
46 changed files with 1795 additions and 577 deletions
File diff suppressed because it is too large Load Diff
-1
View File
@@ -6,7 +6,6 @@ import '../widgets.dart';
import '../game/save_manager.dart';
import '../providers.dart';
import '../game/config.dart';
import '../widgets/test/sprite_animation_widget.dart';
class MainMenuScreen extends StatefulWidget {
const MainMenuScreen({super.key});
+1 -1
View File
@@ -39,7 +39,7 @@ class SettingsScreen extends StatelessWidget {
onChanged: (value) {
settings.toggleEnemyAnimations(value);
},
activeColor: ThemeConfig.btnActionActive,
activeThumbColor: ThemeConfig.btnActionActive,
),
const SizedBox(height: 20),
const Text(