public class Assets
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Pixmap |
arrowController |
static Pixmap |
background |
static Sound |
bitten |
static Pixmap |
buttons |
static Sound |
click |
static Sound |
eat |
static Pixmap |
fightingBG |
static Pixmap |
gameOver |
static Pixmap |
grass_left |
static Pixmap |
grass_right |
static Pixmap[] |
headDown |
static Pixmap[] |
headLeft |
static Pixmap[] |
headRight |
static Pixmap[] |
headUp |
static Pixmap |
help1 |
static Pixmap |
help2 |
static Pixmap |
help3 |
static Pixmap |
mainMenu |
static Pixmap |
mainMonster |
static Pixmap[] |
monsters |
static Pixmap |
numbers |
static Pixmap |
pause |
static Pixmap |
playerFight |
static Pixmap |
power |
static Pixmap |
ready |
static Pixmap |
sleepingBoss |
static Pixmap |
stain1 |
static Pixmap |
stain2 |
static Pixmap |
stain3 |
static Pixmap |
tail |
static Pixmap |
title |
Constructor and Description |
---|
Assets() |
public static Pixmap grass_left
public static Pixmap grass_right
public static Pixmap background
public static Pixmap fightingBG
public static Pixmap title
public static Pixmap mainMenu
public static Pixmap arrowController
public static Pixmap buttons
public static Pixmap help1
public static Pixmap help2
public static Pixmap help3
public static Pixmap numbers
public static Pixmap ready
public static Pixmap pause
public static Pixmap gameOver
public static Pixmap playerFight
public static Pixmap[] headUp
public static Pixmap[] headLeft
public static Pixmap[] headDown
public static Pixmap[] headRight
public static Pixmap mainMonster
public static Pixmap[] monsters
public static Pixmap sleepingBoss
public static Pixmap power
public static Pixmap tail
public static Pixmap stain1
public static Pixmap stain2
public static Pixmap stain3
public static Sound click
public static Sound eat
public static Sound bitten