Skip to content

Commit

Permalink
no message (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
novas1r1 authored Aug 21, 2022
1 parent 92dcb9c commit 9dc3a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/game/components/astronaut/bloc/astronaut_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import 'package:meta/meta.dart';

part 'astronaut_state.dart';

const oxygenPerTank = 10;
const oxygenPerTank = 50;
const oxygenPerUsage = 1;
const maxOxygen = 1000;
const maxOxygen = 500;
const maxHealth = 3;

class AstronautCubit extends Cubit<AstronautState> {
Expand Down

0 comments on commit 9dc3a12

Please sign in to comment.