feat: add subweapon support, weapon type logic, and compact item card UI options
This commit is contained in:
+551
-342
File diff suppressed because it is too large
Load Diff
@@ -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});
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user