This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
pinball
mirror of
https://github.com/flutter/pinball.git
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8d764b9685
dependabot/npm_and_yarn/functions/multi-9f37c16f8f
main
domesticmouse-patch-1
release
fix/ramp-opening
fix/remove-overlay-flaky-test
fix/handling-game-resizing
refactor/blinking-behavior
feat/spaceship-ramp-logic
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8d764b9685'
${ noResults }
pinball
/
lib
/
game
/
components
/
components.dart
4 lines
68 B
Raw
Normal View
History
Unescape
Escape
feat: included initial Ball body component (#6) * feat: included initial ball body component * feat: included loads correctly test * chore: moved test to correct directory * refactor: replaced vector instances * refactor: modified exists test * refactor: reused flameTester
3 years ago
export
'
ball.dart
'
;
feat: implemented `ScorePoints` mixin and callback (#7) * feat: implemented ScorePoints mixin * refactor: renamed BallHasScoreCallback to BallScorePointsCallback * feat: included test for end method * chore: included TODO comment * docs: included doc comments * feat: set ScorePoints mixin on BodyComponent * feat: rewrote test for mixin only extending BodyComponent * feat: registered BallScorePointsCallback in PinballGame * docs: improved BallScorePointsCallback doc comment * docs: changed PR url to issue url * refactor: fixed analyzer warnings * refactor: used real class names instead of Mock class names Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
3 years ago
export
'
score_points.dart
'
;
feat: game over mechanics
3 years ago
export
'
wall.dart
'
;