Skip to content

Commit 4c91d27

Browse files
committed
End
1 parent d1ca9b4 commit 4c91d27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/com/flappybird/game/flappybird.java

+3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616

1717
public class flappybird extends ApplicationAdapter {
1818
SpriteBatch batch;
19+
1920
Texture background;
21+
2022
Texture[] birds;
23+
2124
Texture toptube, bottomtube;
2225

2326
int flapState = 0;

0 commit comments

Comments
 (0)