Class AssetPaths
java.lang.Object
com.csse3200.game.minigames.snake.AssetPaths
Contains file paths for the assets used in the Snake mini-game,
including images for the apple, snake, and grid.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String[]
static final String
static final String
static final String
static final String
static final String
static final String
static final String[]
static final String
-
Method Summary
-
Field Details
-
APPLE_IMAGE
- See Also:
-
SNAKE_HEAD_IMAGE
- See Also:
-
GRASS_IMAGE
- See Also:
-
GRASS_DARK_IMAGE
- See Also:
-
GRASS_LIGHT_IMAGE
- See Also:
-
SNAKE_BODY_HORIZONTAL_IMAGE
- See Also:
-
SNAKE_BODY_VERTICAL_IMAGE
- See Also:
-
SNAKE_BODY_BENT_IMAGE
- See Also:
-
SNAKE_TAIL_IMAGE
- See Also:
-
BIRD
- See Also:
-
SPIKE
- See Also:
-
PIPE
- See Also:
-
BACKGROUND
- See Also:
-
IMAGES
-
SOUNDS
-