- backbuffer - Variable in class org.homebrew.MyXlet
-
image for double buffering
- background - Variable in class org.homebrew.MyXlet
-
game background
- BaseGameEntity - Class in org.homebrew.engine
-
This class contains the basic properties of a game entity
- BaseGameEntity() - Constructor for class org.homebrew.engine.BaseGameEntity
-
default constructor initalizes all the object's properties
- bird - Variable in class org.homebrew.MyXlet
-
player sprite
- BIRDDEATHBOUNDRY - Variable in class org.homebrew.MyXlet
-
constant for y point to determine if bird has died
- BIRDTOPBOUNDRY - Variable in class org.homebrew.MyXlet
-
constant for y point to clip bird to top of screen
- birdUpdate() - Method in class org.homebrew.MyXlet
-
update the birds position
- bottomPipe - Variable in class org.homebrew.MyXlet
-
bottom pipe sprite