Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Sep 22, 2023
1 parent 1e89569 commit bb7effd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions lib/app/view/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ class App extends StatelessWidget {
fontSize: 14,
),
),
nesButtonTheme: const NesButtonTheme(
normal: Color(0xFFfff392),
primary: Color(0xFFa2fff3),
success: Color(0xFFcbf382),
warning: Color(0xFFff7930),
error: Color(0xffb21030),
lightLabelColor: Color(0xffebebeb),
darkLabelColor: Color(0xff000000),
borderColor: Color(0xff794100),
),
).copyWith(
scaffoldBackgroundColor: const Color(0xFF305182),
),
Expand Down
2 changes: 2 additions & 0 deletions lib/repositories/game/repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ class GameRepository {
),
location: LocationId.fahsteadTown,
inventory: [
...basicPickaxes.gears,
...basicShields.gears,
...basicHelms.gears,
],
currentActivity: null,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
nes_ui:
git:
url: https://github.com/erickzanardo/nes_ui.git
ref: feat/nes-container-theme
ref: feat/tab-border-
phased: ^0.0.3

dev_dependencies:
Expand Down

0 comments on commit bb7effd

Please sign in to comment.