Built-In Resources

Every file below is included when you install Arcade.

Afterward, you can try running one of Arcade’s examples, such as the one below:

Taken from Move By Mouse
python -m arcade.examples.sprite_collect_coins

If the example mini-game runs, every image, sound, font, and example Tiled map below should work with zero additional software. You can still download the resources from this page for convenience, or visit Kenney.nl for more permissively licensed game assets.

The one feature which may require additional software is Arcade’s experimental video playback support. The Video section below will explain further.

Do I have to credit anyone?

That’s a good question and one you should always ask when searching for assets online. To help users get started quickly, the Arcade team makes sure to only bundle assets which are specifically released under CC0 or similar terms. Most are from Kenney.nl.

How do I use these?

Each file preview below has the following items above it:

  1. A file name as a single-quoted string ('logo.png')
  2. A copy button to the right of the string (
    )

Click the button above a preview to copy the resource handle string for loading the asset. It should look something like this:

':resources:/logo.png'

Each resource preview on this page has a button which copies a corresponding string. These resource handle strings allow using Arcade’s built-in assets without worrying where a file is on a computer.

To learn more, please see:

Top-Level Resources

The Arcade logo doubles as a quick way to test resource handles.

  1. Look down toward the Arcade logo below until you see the file name
  2. Look to the right edge of the file name ('logo.png')
  3. There should be a copy button (
    )
  4. Click or tap it to copy the string
  5. Try pasting it in your favorite text editor!
':resources:/'
'logo.png'
../_images/logo.png

(500 px x 507 px)

Fonts

Kenney TTFs

The bundled Kenney.nl fonts.

Arcade includes the following fonts from Kenney.nl’s font pack are available using the path and filenames below.

':resources:/fonts/ttf/Kenney/'

font_name

Style(s)

Resource Handle

'Kenney Blocks'

Regular

':resources:/fonts/ttf/Kenney/Kenney_Blocks.ttf'
'Kenney Future'

Regular

':resources:/fonts/ttf/Kenney/Kenney_Future.ttf'
'Kenney Future'

Narrow

':resources:/fonts/ttf/Kenney/Kenney_Future_Narrow.ttf'
'Kenney High'

Regular

':resources:/fonts/ttf/Kenney/Kenney_High.ttf'
'Kenney High'

Square

':resources:/fonts/ttf/Kenney/Kenney_High_Square.ttf'
'Kenney Mini'

Regular

':resources:/fonts/ttf/Kenney/Kenney_Mini.ttf'
'Kenney Mini'

Square

':resources:/fonts/ttf/Kenney/Kenney_Mini_Square.ttf'
'Kenney Pixel'

Regular

':resources:/fonts/ttf/Kenney/Kenney_Pixel.ttf'
'Kenney Pixel'

Square

':resources:/fonts/ttf/Kenney/Kenney_Pixel_Square.ttf'
'Kenney Rocket'

Regular

':resources:/fonts/ttf/Kenney/Kenney_Rocket.ttf'
'Kenney Rocket'

Square

':resources:/fonts/ttf/Kenney/Kenney_Rocket_Square.ttf'

Liberation TTFs

The bundled Liberation font family trio.

Arcade also includes the Liberation font family. This trio is designed and licensed specifically to be a portable, drop-in set of substitutes for Times, Arial, and Courier fonts. It uses the proven, commercial-friendly SIL Open Font License.

To use these fonts, you may use either approach:

':resources:/fonts/ttf/Liberation/'

font_name

Style(s)

Resource Handle

'Liberation Mono'

Bold

':resources:/fonts/ttf/Liberation/Liberation_Mono_Bold.ttf'
'Liberation Mono'

Bold, Italic

':resources:/fonts/ttf/Liberation/Liberation_Mono_BoldItalic.ttf'
'Liberation Mono'

Italic

':resources:/fonts/ttf/Liberation/Liberation_Mono_Italic.ttf'
'Liberation Mono'

Regular

':resources:/fonts/ttf/Liberation/Liberation_Mono_Regular.ttf'
'Liberation Sans'

Bold

':resources:/fonts/ttf/Liberation/Liberation_Sans_Bold.ttf'
'Liberation Sans'

Bold, Italic

':resources:/fonts/ttf/Liberation/Liberation_Sans_BoldItalic.ttf'
'Liberation Sans'

Italic

':resources:/fonts/ttf/Liberation/Liberation_Sans_Italic.ttf'
'Liberation Sans'

Regular

':resources:/fonts/ttf/Liberation/Liberation_Sans_Regular.ttf'
'Liberation Serif'

Bold

':resources:/fonts/ttf/Liberation/Liberation_Serif_Bold.ttf'
'Liberation Serif'

Bold, Italic

':resources:/fonts/ttf/Liberation/Liberation_Serif_BoldItalic.ttf'
'Liberation Serif'

Italic

':resources:/fonts/ttf/Liberation/Liberation_Serif_Italic.ttf'
'Liberation Serif'

Regular

':resources:/fonts/ttf/Liberation/Liberation_Serif_Regular.ttf'

GUI Basic Assets

Button

':resources:/gui_basic_assets/button/'
'red_disabled.png'
../_images/red_disabled.png

(190 px x 49 px)

'red_hover.png'
../_images/red_hover.png

(190 px x 49 px)

'red_normal.png'
../_images/red_normal.png

(190 px x 49 px)

'red_press.png'
../_images/red_press.png

(190 px x 49 px)

Checkbox

':resources:/gui_basic_assets/checkbox/'
'blue_check.png'
../_images/blue_check.png

(64 px x 64 px)

'blue_cross.png'
../_images/blue_cross.png

(64 px x 64 px)

'empty.png'
../_images/empty.png

(64 px x 64 px)

'grey_check.png'
../_images/grey_check.png

(64 px x 64 px)

'grey_cross.png'
../_images/grey_cross.png

(64 px x 64 px)

'red_check.png'
../_images/red_check.png

(64 px x 64 px)

'red_cross.png'
../_images/red_cross.png

(64 px x 64 px)

Icons

':resources:/gui_basic_assets/icons/'
'larger.png'
../_images/larger.png

(100 px x 100 px)

'smaller.png'
../_images/smaller.png

(101 px x 101 px)

Scroll

':resources:/gui_basic_assets/scroll/'
'indicator_down.png'
../_images/indicator_down.png

(32 px x 32 px)

'indicator_up.png'
../_images/indicator_up.png

(32 px x 32 px)

Simple Checkbox

':resources:/gui_basic_assets/simple_checkbox/'
'circle_off.png'
../_images/circle_off.png

(50 px x 50 px)

'circle_on.png'
../_images/circle_on.png

(50 px x 50 px)

'switch_green.png'
../_images/switch_green.png

(83 px x 52 px)

'switch_red.png'
../_images/switch_red.png

(83 px x 52 px)

Slider

':resources:/gui_basic_assets/slider/'
'thumb_blue.png'
../_images/thumb_blue.png

(50 px x 50 px)

'thumb_green.png'
../_images/thumb_green.png

(50 px x 50 px)

'thumb_red.png'
../_images/thumb_red.png

(50 px x 50 px)

'track_blue.png'
../_images/track_blue.png

(50 px x 50 px)

'track_green.png'
../_images/track_green.png

(50 px x 50 px)

'track_red.png'
../_images/track_red.png

(50 px x 50 px)

Toggle

':resources:/gui_basic_assets/toggle/'
'green.png'
../_images/green.png

(64 px x 32 px)

'green_gray.png'
../_images/green_gray.png

(64 px x 32 px)

'red.png'
../_images/red.png

(64 px x 32 px)

'red_gray.png'
../_images/red_gray.png

(64 px x 32 px)

Window & Panel

':resources:/gui_basic_assets/window/'
'dark_blue_gray_panel.png'
../_images/dark_blue_gray_panel.png

(100 px x 100 px)

'grey_panel.png'
../_images/grey_panel.png

(100 px x 100 px)

'panel_blue.png'
../_images/panel_blue.png

(32 px x 32 px)

'panel_gray.png'
../_images/panel_gray.png

(32 px x 32 px)

'panel_green.png'
../_images/panel_green.png

(32 px x 32 px)

'panel_red.png'
../_images/panel_red.png

(32 px x 32 px)

Image Theme Sets

Arcade includes an number of themed image sets to help you get started making specific types of games. Some of these help you complete the tutorials while others are general-purpose prototyping tools.

Alien

':resources:/images/alien/'
'alienBlue_climb1.png'
../_images/alienBlue_climb1.png

(132 px x 188 px)

'alienBlue_climb2.png'
../_images/alienBlue_climb2.png

(132 px x 188 px)

'alienBlue_fall.png'
../_images/alienBlue_fall.png

(138 px x 188 px)

'alienBlue_front.png'
../_images/alienBlue_front.png

(131 px x 188 px)

'alienBlue_jump.png'
../_images/alienBlue_jump.png

(135 px x 191 px)

'alienBlue_walk1.png'
../_images/alienBlue_walk1.png

(134 px x 190 px)

'alienBlue_walk2.png'
../_images/alienBlue_walk2.png

(140 px x 195 px)

Animated Characters

Female Adventurer

':resources:/images/animated_characters/female_adventurer/'
'femaleAdventurer_climb0.png'
../_images/femaleAdventurer_climb0.png

(96 px x 128 px)

'femaleAdventurer_climb1.png'
../_images/femaleAdventurer_climb1.png

(96 px x 128 px)

'femaleAdventurer_fall.png'
../_images/femaleAdventurer_fall.png

(96 px x 128 px)

'femaleAdventurer_idle.png'
../_images/femaleAdventurer_idle.png

(96 px x 128 px)

'femaleAdventurer_jump.png'
../_images/femaleAdventurer_jump.png

(96 px x 128 px)

'femaleAdventurer_walk0.png'
../_images/femaleAdventurer_walk0.png

(96 px x 128 px)

'femaleAdventurer_walk1.png'
../_images/femaleAdventurer_walk1.png

(96 px x 128 px)

'femaleAdventurer_walk2.png'
../_images/femaleAdventurer_walk2.png

(96 px x 128 px)

'femaleAdventurer_walk3.png'
../_images/femaleAdventurer_walk3.png

(96 px x 128 px)

'femaleAdventurer_walk4.png'
../_images/femaleAdventurer_walk4.png

(96 px x 128 px)

'femaleAdventurer_walk5.png'
../_images/femaleAdventurer_walk5.png

(96 px x 128 px)

'femaleAdventurer_walk6.png'
../_images/femaleAdventurer_walk6.png

(96 px x 128 px)

'femaleAdventurer_walk7.png'
../_images/femaleAdventurer_walk7.png

(96 px x 128 px)

Female Person

':resources:/images/animated_characters/female_person/'
'femalePerson_climb0.png'
../_images/femalePerson_climb0.png

(96 px x 128 px)

'femalePerson_climb1.png'
../_images/femalePerson_climb1.png

(96 px x 128 px)

'femalePerson_fall.png'
../_images/femalePerson_fall.png

(96 px x 128 px)

'femalePerson_idle.png'
../_images/femalePerson_idle.png

(96 px x 128 px)

'femalePerson_jump.png'
../_images/femalePerson_jump.png

(96 px x 128 px)

'femalePerson_walk0.png'
../_images/femalePerson_walk0.png

(96 px x 128 px)

'femalePerson_walk1.png'
../_images/femalePerson_walk1.png

(96 px x 128 px)

'femalePerson_walk2.png'
../_images/femalePerson_walk2.png

(96 px x 128 px)

'femalePerson_walk3.png'
../_images/femalePerson_walk3.png

(96 px x 128 px)

'femalePerson_walk4.png'
../_images/femalePerson_walk4.png

(96 px x 128 px)

'femalePerson_walk5.png'
../_images/femalePerson_walk5.png

(96 px x 128 px)

'femalePerson_walk6.png'
../_images/femalePerson_walk6.png

(96 px x 128 px)

'femalePerson_walk7.png'
../_images/femalePerson_walk7.png

(96 px x 128 px)

Male Adventurer

':resources:/images/animated_characters/male_adventurer/'
'maleAdventurer_climb0.png'
../_images/maleAdventurer_climb0.png

(96 px x 128 px)

'maleAdventurer_climb1.png'
../_images/maleAdventurer_climb1.png

(96 px x 128 px)

'maleAdventurer_fall.png'
../_images/maleAdventurer_fall.png

(96 px x 128 px)

'maleAdventurer_idle.png'
../_images/maleAdventurer_idle.png

(96 px x 128 px)

'maleAdventurer_jump.png'
../_images/maleAdventurer_jump.png

(96 px x 128 px)

'maleAdventurer_walk0.png'
../_images/maleAdventurer_walk0.png

(96 px x 128 px)

'maleAdventurer_walk1.png'
../_images/maleAdventurer_walk1.png

(96 px x 128 px)

'maleAdventurer_walk2.png'
../_images/maleAdventurer_walk2.png

(96 px x 128 px)

'maleAdventurer_walk3.png'
../_images/maleAdventurer_walk3.png

(96 px x 128 px)

'maleAdventurer_walk4.png'
../_images/maleAdventurer_walk4.png

(96 px x 128 px)

'maleAdventurer_walk5.png'
../_images/maleAdventurer_walk5.png

(96 px x 128 px)

'maleAdventurer_walk6.png'
../_images/maleAdventurer_walk6.png

(96 px x 128 px)

'maleAdventurer_walk7.png'
../_images/maleAdventurer_walk7.png

(96 px x 128 px)

Male Person

':resources:/images/animated_characters/male_person/'
'malePerson_climb0.png'
../_images/malePerson_climb0.png

(96 px x 128 px)

'malePerson_climb1.png'
../_images/malePerson_climb1.png

(96 px x 128 px)

'malePerson_fall.png'
../_images/malePerson_fall.png

(96 px x 128 px)

'malePerson_idle.png'
../_images/malePerson_idle.png

(96 px x 128 px)

'malePerson_jump.png'
../_images/malePerson_jump.png

(96 px x 128 px)

'malePerson_walk0.png'
../_images/malePerson_walk0.png

(96 px x 128 px)

'malePerson_walk1.png'
../_images/malePerson_walk1.png

(96 px x 128 px)

'malePerson_walk2.png'
../_images/malePerson_walk2.png

(96 px x 128 px)

'malePerson_walk3.png'
../_images/malePerson_walk3.png

(96 px x 128 px)

'malePerson_walk4.png'
../_images/malePerson_walk4.png

(96 px x 128 px)

'malePerson_walk5.png'
../_images/malePerson_walk5.png

(96 px x 128 px)

'malePerson_walk6.png'
../_images/malePerson_walk6.png

(96 px x 128 px)

'malePerson_walk7.png'
../_images/malePerson_walk7.png

(96 px x 128 px)

Robot

':resources:/images/animated_characters/robot/'
'robot_climb0.png'
../_images/robot_climb0.png

(96 px x 128 px)

'robot_climb1.png'
../_images/robot_climb1.png

(96 px x 128 px)

'robot_fall.png'
../_images/robot_fall.png

(96 px x 128 px)

'robot_idle.png'
../_images/robot_idle.png

(96 px x 128 px)

'robot_jump.png'
../_images/robot_jump.png

(96 px x 128 px)

'robot_walk0.png'
../_images/robot_walk0.png

(96 px x 128 px)

'robot_walk1.png'
../_images/robot_walk1.png

(96 px x 128 px)

'robot_walk2.png'
../_images/robot_walk2.png

(96 px x 128 px)

'robot_walk3.png'
../_images/robot_walk3.png

(96 px x 128 px)

'robot_walk4.png'
../_images/robot_walk4.png

(96 px x 128 px)

'robot_walk5.png'
../_images/robot_walk5.png

(96 px x 128 px)

'robot_walk6.png'
../_images/robot_walk6.png

(96 px x 128 px)

'robot_walk7.png'
../_images/robot_walk7.png

(96 px x 128 px)

Zombie

':resources:/images/animated_characters/zombie/'
'zombie_climb0.png'
../_images/zombie_climb0.png

(96 px x 128 px)

'zombie_climb1.png'
../_images/zombie_climb1.png

(96 px x 128 px)

'zombie_fall.png'
../_images/zombie_fall.png

(96 px x 128 px)

'zombie_idle.png'
../_images/zombie_idle.png

(96 px x 128 px)

'zombie_jump.png'
../_images/zombie_jump.png

(96 px x 128 px)

'zombie_walk0.png'
../_images/zombie_walk0.png

(96 px x 128 px)

'zombie_walk1.png'
../_images/zombie_walk1.png

(96 px x 128 px)

'zombie_walk2.png'
../_images/zombie_walk2.png

(96 px x 128 px)

'zombie_walk3.png'
../_images/zombie_walk3.png

(96 px x 128 px)

'zombie_walk4.png'
../_images/zombie_walk4.png

(96 px x 128 px)

'zombie_walk5.png'
../_images/zombie_walk5.png

(96 px x 128 px)

'zombie_walk6.png'
../_images/zombie_walk6.png

(96 px x 128 px)

'zombie_walk7.png'
../_images/zombie_walk7.png

(96 px x 128 px)

Backgrounds

':resources:/images/backgrounds/'
'abstract_1.jpg'
../_images/abstract_1.jpg

(1024 px x 600 px)

'abstract_2.jpg'
../_images/abstract_2.jpg

(800 px x 600 px)

'instructions_0.png'
../_images/instructions_0.png

(800 px x 600 px)

'instructions_1.png'
../_images/instructions_1.png

(800 px x 600 px)

'stars.png'
../_images/stars.png

(1024 px x 1024 px)

Cards

':resources:/images/cards/'
'cardBack_blue1.png'
../_images/cardBack_blue1.png

(140 px x 190 px)

'cardBack_blue2.png'
../_images/cardBack_blue2.png

(140 px x 190 px)

'cardBack_blue3.png'
../_images/cardBack_blue3.png

(140 px x 190 px)

'cardBack_blue4.png'
../_images/cardBack_blue4.png

(140 px x 190 px)

'cardBack_blue5.png'
../_images/cardBack_blue5.png

(140 px x 190 px)

'cardBack_green1.png'
../_images/cardBack_green1.png

(140 px x 190 px)

'cardBack_green2.png'
../_images/cardBack_green2.png

(140 px x 190 px)

'cardBack_green3.png'
../_images/cardBack_green3.png

(140 px x 190 px)

'cardBack_green4.png'
../_images/cardBack_green4.png

(140 px x 190 px)

'cardBack_green5.png'
../_images/cardBack_green5.png

(140 px x 190 px)

'cardBack_red1.png'
../_images/cardBack_red1.png

(140 px x 190 px)

'cardBack_red2.png'
../_images/cardBack_red2.png

(140 px x 190 px)

'cardBack_red3.png'
../_images/cardBack_red3.png

(140 px x 190 px)

'cardBack_red4.png'
../_images/cardBack_red4.png

(140 px x 190 px)

'cardBack_red5.png'
../_images/cardBack_red5.png

(140 px x 190 px)

'cardClubs10.png'
../_images/cardClubs10.png

(140 px x 190 px)

'cardClubs2.png'
../_images/cardClubs2.png

(140 px x 190 px)

'cardClubs3.png'
../_images/cardClubs3.png

(140 px x 190 px)

'cardClubs4.png'
../_images/cardClubs4.png

(140 px x 190 px)

'cardClubs5.png'
../_images/cardClubs5.png

(140 px x 190 px)

'cardClubs6.png'
../_images/cardClubs6.png

(140 px x 190 px)

'cardClubs7.png'
../_images/cardClubs7.png

(140 px x 190 px)

'cardClubs8.png'
../_images/cardClubs8.png

(140 px x 190 px)

'cardClubs9.png'
../_images/cardClubs9.png

(140 px x 190 px)

'cardClubsA.png'
../_images/cardClubsA.png

(140 px x 190 px)

'cardClubsJ.png'
../_images/cardClubsJ.png

(140 px x 190 px)

'cardClubsK.png'
../_images/cardClubsK.png

(140 px x 190 px)

'cardClubsQ.png'
../_images/cardClubsQ.png

(140 px x 190 px)

'cardDiamonds10.png'
../_images/cardDiamonds10.png

(140 px x 190 px)

'cardDiamonds2.png'
../_images/cardDiamonds2.png

(140 px x 190 px)

'cardDiamonds3.png'
../_images/cardDiamonds3.png

(140 px x 190 px)

'cardDiamonds4.png'
../_images/cardDiamonds4.png

(140 px x 190 px)

'cardDiamonds5.png'
../_images/cardDiamonds5.png

(140 px x 190 px)

'cardDiamonds6.png'
../_images/cardDiamonds6.png

(140 px x 190 px)

'cardDiamonds7.png'
../_images/cardDiamonds7.png

(140 px x 190 px)

'cardDiamonds8.png'
../_images/cardDiamonds8.png

(140 px x 190 px)

'cardDiamonds9.png'
../_images/cardDiamonds9.png

(140 px x 190 px)

'cardDiamondsA.png'
../_images/cardDiamondsA.png

(140 px x 190 px)

'cardDiamondsJ.png'
../_images/cardDiamondsJ.png

(140 px x 190 px)

'cardDiamondsK.png'
../_images/cardDiamondsK.png

(140 px x 190 px)

'cardDiamondsQ.png'
../_images/cardDiamondsQ.png

(140 px x 190 px)

'cardHearts10.png'
../_images/cardHearts10.png

(140 px x 190 px)

'cardHearts2.png'
../_images/cardHearts2.png

(140 px x 190 px)

'cardHearts3.png'
../_images/cardHearts3.png

(140 px x 190 px)

'cardHearts4.png'
../_images/cardHearts4.png

(140 px x 190 px)

'cardHearts5.png'
../_images/cardHearts5.png

(140 px x 190 px)

'cardHearts6.png'
../_images/cardHearts6.png

(140 px x 190 px)

'cardHearts7.png'
../_images/cardHearts7.png

(140 px x 190 px)

'cardHearts8.png'
../_images/cardHearts8.png

(140 px x 190 px)

'cardHearts9.png'
../_images/cardHearts9.png

(140 px x 190 px)

'cardHeartsA.png'
../_images/cardHeartsA.png

(140 px x 190 px)

'cardHeartsJ.png'
../_images/cardHeartsJ.png

(140 px x 190 px)

'cardHeartsK.png'
../_images/cardHeartsK.png

(140 px x 190 px)

'cardHeartsQ.png'
../_images/cardHeartsQ.png

(140 px x 190 px)

'cardJoker.png'
../_images/cardJoker.png

(140 px x 190 px)

'cardSpades10.png'
../_images/cardSpades10.png

(140 px x 190 px)

'cardSpades2.png'
../_images/cardSpades2.png

(140 px x 190 px)

'cardSpades3.png'
../_images/cardSpades3.png

(140 px x 190 px)

'cardSpades4.png'
../_images/cardSpades4.png

(140 px x 190 px)

'cardSpades5.png'
../_images/cardSpades5.png

(140 px x 190 px)

'cardSpades6.png'
../_images/cardSpades6.png

(140 px x 190 px)

'cardSpades7.png'
../_images/cardSpades7.png

(140 px x 190 px)

'cardSpades8.png'
../_images/cardSpades8.png

(140 px x 190 px)

'cardSpades9.png'
../_images/cardSpades9.png

(140 px x 190 px)

'cardSpadesA.png'
../_images/cardSpadesA.png

(140 px x 190 px)

'cardSpadesJ.png'
../_images/cardSpadesJ.png

(140 px x 190 px)

'cardSpadesK.png'
../_images/cardSpadesK.png

(140 px x 190 px)

'cardSpadesQ.png'
../_images/cardSpadesQ.png

(140 px x 190 px)

Cybercity Background

':resources:/images/cybercity_background/'
'back-buildings.png'
../_images/back-buildings.png

(256 px x 192 px)

'far-buildings.png'
../_images/far-buildings.png

(256 px x 192 px)

'foreground.png'
../_images/foreground.png

(352 px x 192 px)

Enemies

':resources:/images/enemies/'
'bee.png'
../_images/bee.png

(128 px x 128 px)

'fishGreen.png'
../_images/fishGreen.png

(128 px x 128 px)

'fishPink.png'
../_images/fishPink.png

(128 px x 128 px)

'fly.png'
../_images/fly.png

(128 px x 128 px)

'frog.png'
../_images/frog.png

(128 px x 128 px)

'frog_move.png'
../_images/frog_move.png

(128 px x 128 px)

'ladybug.png'
../_images/ladybug.png

(128 px x 128 px)

'mouse.png'
../_images/mouse.png

(128 px x 128 px)

'saw.png'
../_images/saw.png

(128 px x 128 px)

'sawHalf.png'
../_images/sawHalf.png

(128 px x 128 px)

'slimeBlock.png'
../_images/slimeBlock.png

(128 px x 128 px)

'slimeBlue.png'
../_images/slimeBlue.png

(128 px x 128 px)

'slimeBlue_move.png'
../_images/slimeBlue_move.png

(128 px x 128 px)

'slimeGreen.png'
../_images/slimeGreen.png

(128 px x 128 px)

'slimePurple.png'
../_images/slimePurple.png

(128 px x 128 px)

'wormGreen.png'
../_images/wormGreen.png

(128 px x 128 px)

'wormGreen_dead.png'
../_images/wormGreen_dead.png

(128 px x 128 px)

'wormGreen_move.png'
../_images/wormGreen_move.png

(128 px x 128 px)

'wormPink.png'
../_images/wormPink.png

(128 px x 128 px)

Items

':resources:/images/items/'
'coinBronze.png'
../_images/coinBronze.png

(128 px x 128 px)

'coinGold.png'
../_images/coinGold.png

(128 px x 128 px)

'coinGold_ll.png'
../_images/coinGold_ll.png

(128 px x 128 px)

'coinGold_lr.png'
../_images/coinGold_lr.png

(128 px x 128 px)

'coinGold_ul.png'
../_images/coinGold_ul.png

(128 px x 128 px)

'coinGold_ur.png'
../_images/coinGold_ur.png

(128 px x 128 px)

'coinSilver.png'
../_images/coinSilver.png

(128 px x 128 px)

'coinSilver_test.png'
../_images/coinSilver_test.png

(64 px x 64 px)

'flagGreen1.png'
../_images/flagGreen1.png

(128 px x 128 px)

'flagGreen2.png'
../_images/flagGreen2.png

(128 px x 128 px)

'flagGreen_down.png'
../_images/flagGreen_down.png

(128 px x 128 px)

'flagRed1.png'
../_images/flagRed1.png

(128 px x 128 px)

'flagRed2.png'
../_images/flagRed2.png

(128 px x 128 px)

'flagRed_down.png'
../_images/flagRed_down.png

(128 px x 128 px)

'flagYellow1.png'
../_images/flagYellow1.png

(128 px x 128 px)

'flagYellow2.png'
../_images/flagYellow2.png

(128 px x 128 px)

'flagYellow_down.png'
../_images/flagYellow_down.png

(128 px x 128 px)

'gemBlue.png'
../_images/gemBlue.png

(128 px x 128 px)

'gemGreen.png'
../_images/gemGreen.png

(128 px x 128 px)

'gemRed.png'
../_images/gemRed.png

(128 px x 128 px)

'gemYellow.png'
../_images/gemYellow.png

(128 px x 128 px)

'gold_1.png'
../_images/gold_1.png

(64 px x 64 px)

'gold_2.png'
../_images/gold_2.png

(64 px x 64 px)

'gold_3.png'
../_images/gold_3.png

(64 px x 64 px)

'gold_4.png'
../_images/gold_4.png

(64 px x 64 px)

'keyBlue.png'
../_images/keyBlue.png

(128 px x 128 px)

'keyGreen.png'
../_images/keyGreen.png

(128 px x 128 px)

'keyRed.png'
../_images/keyRed.png

(128 px x 128 px)

'keyYellow.png'
../_images/keyYellow.png

(128 px x 128 px)

'ladderMid.png'
../_images/ladderMid.png

(128 px x 128 px)

'ladderTop.png'
../_images/ladderTop.png

(128 px x 128 px)

'star.png'
../_images/star.png

(128 px x 128 px)

Miami Synth Parallax

Car

':resources:/images/miami_synth_parallax/car/'
'car-idle.png'
../_images/car-idle.png

(184 px x 68 px)

'car-running0.png'
../_images/car-running0.png

(184 px x 68 px)

'car-running1.png'
../_images/car-running1.png

(184 px x 68 px)

'car-running2.png'
../_images/car-running2.png

(184 px x 68 px)

'car-running3.png'
../_images/car-running3.png

(184 px x 68 px)

Layers

':resources:/images/miami_synth_parallax/layers/'
'back.png'
../_images/back.png

(224 px x 240 px)

'buildings.png'
../_images/buildings.png

(256 px x 240 px)

'highway.png'
../_images/highway.png

(896 px x 240 px)

'palms.png'
../_images/palms.png

(224 px x 240 px)

'sun.png'
../_images/sun.png

(400 px x 240 px)

Pinball

':resources:/images/pinball/'
'bumper.png'
../_images/bumper.png

(96 px x 96 px)

'pool_cue_ball.png'
../_images/pool_cue_ball.png

(63 px x 63 px)

Space Shooter

':resources:/images/space_shooter/'
'laserBlue01.png'
../_images/laserBlue01.png

(54 px x 9 px)

'laserRed01.png'
../_images/laserRed01.png

(9 px x 54 px)

'meteorGrey_big1.png'
../_images/meteorGrey_big1.png

(101 px x 84 px)

'meteorGrey_big2.png'
../_images/meteorGrey_big2.png

(120 px x 98 px)

'meteorGrey_big3.png'
../_images/meteorGrey_big3.png

(89 px x 82 px)

'meteorGrey_big4.png'
../_images/meteorGrey_big4.png

(98 px x 96 px)

'meteorGrey_med1.png'
../_images/meteorGrey_med1.png

(43 px x 43 px)

'meteorGrey_med2.png'
../_images/meteorGrey_med2.png

(45 px x 40 px)

'meteorGrey_small1.png'
../_images/meteorGrey_small1.png

(28 px x 28 px)

'meteorGrey_small2.png'
../_images/meteorGrey_small2.png

(29 px x 26 px)

'meteorGrey_tiny1.png'
../_images/meteorGrey_tiny1.png

(18 px x 18 px)

'meteorGrey_tiny2.png'
../_images/meteorGrey_tiny2.png

(16 px x 15 px)

'playerLife1_blue.png'
../_images/playerLife1_blue.png

(33 px x 26 px)

'playerLife1_green.png'
../_images/playerLife1_green.png

(33 px x 26 px)

'playerLife1_orange.png'
../_images/playerLife1_orange.png

(33 px x 26 px)

'playerShip1_blue.png'
../_images/playerShip1_blue.png

(99 px x 75 px)

'playerShip1_green.png'
../_images/playerShip1_green.png

(99 px x 75 px)

'playerShip1_orange.png'
../_images/playerShip1_orange.png

(99 px x 75 px)

'playerShip2_orange.png'
../_images/playerShip2_orange.png

(112 px x 75 px)

'playerShip3_orange.png'
../_images/playerShip3_orange.png

(98 px x 75 px)

Spritesheets

':resources:/images/spritesheets/'
'codepage_437.png'
../_images/codepage_437.png

(288 px x 128 px)

'explosion.png'
../_images/explosion.png

(4096 px x 3584 px)

'number_sheet.png'
../_images/number_sheet.png

(48 px x 32 px)

'tiles.png'
../_images/tiles.png

(1664 px x 1536 px)

Test Textures

':resources:/images/test_textures/'
'anim.gif'
../_images/anim.gif

(96 px x 128 px)

'test_texture.png'
../_images/test_texture.png

(128 px x 128 px)

'xy_square.png'
../_images/xy_square.png

(128 px x 128 px)

Normal Mapping

':resources:/images/test_textures/normal_mapping/'
'diffuse.jpg'
../_images/diffuse.jpg

(250 px x 250 px)

'normal.jpg'
../_images/normal.jpg

(250 px x 250 px)

Tiles

':resources:/images/tiles/'
'bomb.png'
../_images/bomb.png

(128 px x 128 px)

'boxCrate.png'
../_images/boxCrate.png

(128 px x 128 px)

'boxCrate_double.png'
../_images/boxCrate_double.png

(128 px x 128 px)

'boxCrate_single.png'
../_images/boxCrate_single.png

(128 px x 128 px)

'brickBrown.png'
../_images/brickBrown.png

(128 px x 128 px)

'brickGrey.png'
../_images/brickGrey.png

(128 px x 128 px)

'brickTextureWhite.png'
../_images/brickTextureWhite.png

(128 px x 128 px)

'bridgeA.png'
../_images/bridgeA.png

(128 px x 128 px)

'bridgeB.png'
../_images/bridgeB.png

(128 px x 128 px)

'bush.png'
../_images/bush.png

(128 px x 128 px)

'cactus.png'
../_images/cactus.png

(128 px x 128 px)

'dirt.png'
../_images/dirt.png

(128 px x 128 px)

'dirtCenter.png'
../_images/dirtCenter.png

(128 px x 128 px)

'dirtCenter_rounded.png'
../_images/dirtCenter_rounded.png

(128 px x 128 px)

'dirtCliffAlt_left.png'
../_images/dirtCliffAlt_left.png

(128 px x 128 px)

'dirtCliffAlt_right.png'
../_images/dirtCliffAlt_right.png

(128 px x 128 px)

'dirtCliff_left.png'
../_images/dirtCliff_left.png

(128 px x 128 px)

'dirtCliff_right.png'
../_images/dirtCliff_right.png

(128 px x 128 px)

'dirtCorner_left.png'
../_images/dirtCorner_left.png

(128 px x 128 px)

'dirtCorner_right.png'
../_images/dirtCorner_right.png

(128 px x 128 px)

'dirtHalf.png'
../_images/dirtHalf.png

(128 px x 128 px)

'dirtHalf_left.png'
../_images/dirtHalf_left.png

(128 px x 128 px)

'dirtHalf_mid.png'
../_images/dirtHalf_mid.png

(128 px x 128 px)

'dirtHalf_right.png'
../_images/dirtHalf_right.png

(128 px x 128 px)

'dirtHill_left.png'
../_images/dirtHill_left.png

(128 px x 128 px)

'dirtHill_right.png'
../_images/dirtHill_right.png

(128 px x 128 px)

'dirtLeft.png'
../_images/dirtLeft.png

(128 px x 128 px)

'dirtMid.png'
../_images/dirtMid.png

(128 px x 128 px)

'dirtRight.png'
../_images/dirtRight.png

(128 px x 128 px)

'doorClosed_mid.png'
../_images/doorClosed_mid.png

(128 px x 128 px)

'doorClosed_top.png'
../_images/doorClosed_top.png

(128 px x 128 px)

'grass.png'
../_images/grass.png

(128 px x 128 px)

'grassCenter.png'
../_images/grassCenter.png

(128 px x 128 px)

'grassCenter_round.png'
../_images/grassCenter_round.png

(128 px x 128 px)

'grassCliffAlt_left.png'
../_images/grassCliffAlt_left.png

(128 px x 128 px)

'grassCliffAlt_right.png'
../_images/grassCliffAlt_right.png

(128 px x 128 px)

'grassCliff_left.png'
../_images/grassCliff_left.png

(128 px x 128 px)

'grassCliff_right.png'
../_images/grassCliff_right.png

(128 px x 128 px)

'grassCorner_left.png'
../_images/grassCorner_left.png

(128 px x 128 px)

'grassCorner_right.png'
../_images/grassCorner_right.png

(128 px x 128 px)

'grassHalf.png'
../_images/grassHalf.png

(128 px x 128 px)

'grassHalf_left.png'
../_images/grassHalf_left.png

(128 px x 128 px)

'grassHalf_mid.png'
../_images/grassHalf_mid.png

(128 px x 128 px)

'grassHalf_right.png'
../_images/grassHalf_right.png

(128 px x 128 px)

'grassHill_left.png'
../_images/grassHill_left.png

(128 px x 128 px)

'grassHill_right.png'
../_images/grassHill_right.png

(128 px x 128 px)

'grassLeft.png'
../_images/grassLeft.png

(128 px x 128 px)

'grassMid.png'
../_images/grassMid.png

(128 px x 128 px)

'grassRight.png'
../_images/grassRight.png

(128 px x 128 px)

'grass_sprout.png'
../_images/grass_sprout.png

(128 px x 128 px)

'ladderMid.png'
../_images/ladderMid1.png

(128 px x 128 px)

'ladderTop.png'
../_images/ladderTop1.png

(128 px x 128 px)

'lava.png'
../_images/lava.png

(128 px x 128 px)

'lavaTop_high.png'
../_images/lavaTop_high.png

(128 px x 128 px)

'lavaTop_low.png'
../_images/lavaTop_low.png

(128 px x 128 px)

'leverLeft.png'
../_images/leverLeft.png

(128 px x 128 px)

'leverMid.png'
../_images/leverMid.png

(128 px x 128 px)

'leverRight.png'
../_images/leverRight.png

(128 px x 128 px)

'lockRed.png'
../_images/lockRed.png

(128 px x 128 px)

'lockYellow.png'
../_images/lockYellow.png

(128 px x 128 px)

'mushroomRed.png'
../_images/mushroomRed.png

(128 px x 128 px)

'planet.png'
../_images/planet.png

(128 px x 128 px)

'planetCenter.png'
../_images/planetCenter.png

(128 px x 128 px)

'planetCenter_rounded.png'
../_images/planetCenter_rounded.png

(128 px x 128 px)

'planetCliffAlt_left.png'
../_images/planetCliffAlt_left.png

(128 px x 128 px)

'planetCliffAlt_right.png'
../_images/planetCliffAlt_right.png

(128 px x 128 px)

'planetCliff_left.png'
../_images/planetCliff_left.png

(128 px x 128 px)

'planetCliff_right.png'
../_images/planetCliff_right.png

(128 px x 128 px)

'planetCorner_left.png'
../_images/planetCorner_left.png

(128 px x 128 px)

'planetCorner_right.png'
../_images/planetCorner_right.png

(128 px x 128 px)

'planetHalf.png'
../_images/planetHalf.png

(128 px x 128 px)

'planetHalf_left.png'
../_images/planetHalf_left.png

(128 px x 128 px)

'planetHalf_mid.png'
../_images/planetHalf_mid.png

(128 px x 128 px)

'planetHalf_right.png'
../_images/planetHalf_right.png

(128 px x 128 px)

'planetHill_left.png'
../_images/planetHill_left.png

(128 px x 128 px)

'planetHill_right.png'
../_images/planetHill_right.png

(128 px x 128 px)

'planetLeft.png'
../_images/planetLeft.png

(128 px x 128 px)

'planetMid.png'
../_images/planetMid.png

(128 px x 128 px)

'planetRight.png'
../_images/planetRight.png

(128 px x 128 px)

'plantPurple.png'
../_images/plantPurple.png

(128 px x 128 px)

'rock.png'
../_images/rock.png

(128 px x 128 px)

'sand.png'
../_images/sand.png

(128 px x 128 px)

'sandCenter.png'
../_images/sandCenter.png

(128 px x 128 px)

'sandCenter_rounded.png'
../_images/sandCenter_rounded.png

(128 px x 128 px)

'sandCliffAlt_left.png'
../_images/sandCliffAlt_left.png

(128 px x 128 px)

'sandCliffAlt_right.png'
../_images/sandCliffAlt_right.png

(128 px x 128 px)

'sandCliff_left.png'
../_images/sandCliff_left.png

(128 px x 128 px)

'sandCliff_right.png'
../_images/sandCliff_right.png

(128 px x 128 px)

'sandCorner_left.png'
../_images/sandCorner_left.png

(128 px x 128 px)

'sandCorner_right.png'
../_images/sandCorner_right.png

(128 px x 128 px)

'sandHalf.png'
../_images/sandHalf.png

(128 px x 128 px)

'sandHalf_left.png'
../_images/sandHalf_left.png

(128 px x 128 px)

'sandHalf_mid.png'
../_images/sandHalf_mid.png

(128 px x 128 px)

'sandHalf_right.png'
../_images/sandHalf_right.png

(128 px x 128 px)

'sandHill_left.png'
../_images/sandHill_left.png

(128 px x 128 px)

'sandHill_right.png'
../_images/sandHill_right.png

(128 px x 128 px)

'sandLeft.png'
../_images/sandLeft.png

(128 px x 128 px)

'sandMid.png'
../_images/sandMid.png

(128 px x 128 px)

'sandRight.png'
../_images/sandRight.png

(128 px x 128 px)

'signExit.png'
../_images/signExit.png

(128 px x 128 px)

'signLeft.png'
../_images/signLeft.png

(128 px x 128 px)

'signRight.png'
../_images/signRight.png

(128 px x 128 px)

'snow.png'
../_images/snow.png

(128 px x 128 px)

'snowCenter.png'
../_images/snowCenter.png

(128 px x 128 px)

'snowCenter_rounded.png'
../_images/snowCenter_rounded.png

(128 px x 128 px)

'snowCliffAlt_left.png'
../_images/snowCliffAlt_left.png

(128 px x 128 px)

'snowCliffAlt_right.png'
../_images/snowCliffAlt_right.png

(128 px x 128 px)

'snowCliff_left.png'
../_images/snowCliff_left.png

(128 px x 128 px)

'snowCliff_right.png'
../_images/snowCliff_right.png

(128 px x 128 px)

'snowCorner_left.png'
../_images/snowCorner_left.png

(128 px x 128 px)

'snowCorner_right.png'
../_images/snowCorner_right.png

(128 px x 128 px)

'snowHalf.png'
../_images/snowHalf.png

(128 px x 128 px)

'snowHalf_left.png'
../_images/snowHalf_left.png

(128 px x 128 px)

'snowHalf_mid.png'
../_images/snowHalf_mid.png

(128 px x 128 px)

'snowHalf_right.png'
../_images/snowHalf_right.png

(128 px x 128 px)

'snowHill_left.png'
../_images/snowHill_left.png

(128 px x 128 px)

'snowHill_right.png'
../_images/snowHill_right.png

(128 px x 128 px)

'snowLeft.png'
../_images/snowLeft.png

(128 px x 128 px)

'snowMid.png'
../_images/snowMid.png

(128 px x 128 px)

'snowRight.png'
../_images/snowRight.png

(128 px x 128 px)

'snow_pile.png'
../_images/snow_pile.png

(128 px x 128 px)

'spikes.png'
../_images/spikes.png

(128 px x 128 px)

'stone.png'
../_images/stone.png

(128 px x 128 px)

'stoneCenter.png'
../_images/stoneCenter.png

(128 px x 128 px)

'stoneCenter_rounded.png'
../_images/stoneCenter_rounded.png

(128 px x 128 px)

'stoneCliffAlt_left.png'
../_images/stoneCliffAlt_left.png

(128 px x 128 px)

'stoneCliffAlt_right.png'
../_images/stoneCliffAlt_right.png

(128 px x 128 px)

'stoneCliff_left.png'
../_images/stoneCliff_left.png

(128 px x 128 px)

'stoneCliff_right.png'
../_images/stoneCliff_right.png

(128 px x 128 px)

'stoneCorner_left.png'
../_images/stoneCorner_left.png

(128 px x 128 px)

'stoneCorner_right.png'
../_images/stoneCorner_right.png

(128 px x 128 px)

'stoneHalf.png'
../_images/stoneHalf.png

(128 px x 128 px)

'stoneHalf_left.png'
../_images/stoneHalf_left.png

(128 px x 128 px)

'stoneHalf_mid.png'
../_images/stoneHalf_mid.png

(128 px x 128 px)

'stoneHalf_right.png'
../_images/stoneHalf_right.png

(128 px x 128 px)

'stoneHill_left.png'
../_images/stoneHill_left.png

(128 px x 128 px)

'stoneHill_right.png'
../_images/stoneHill_right.png

(128 px x 128 px)

'stoneLeft.png'
../_images/stoneLeft.png

(128 px x 128 px)

'stoneMid.png'
../_images/stoneMid.png

(128 px x 128 px)

'stoneRight.png'
../_images/stoneRight.png

(128 px x 128 px)

'switchGreen.png'
../_images/switchGreen.png

(128 px x 128 px)

'switchGreen_pressed.png'
../_images/switchGreen_pressed.png

(128 px x 128 px)

'switchRed.png'
../_images/switchRed.png

(128 px x 128 px)

'switchRed_pressed.png'
../_images/switchRed_pressed.png

(128 px x 128 px)

'torch1.png'
../_images/torch1.png

(128 px x 128 px)

'torch2.png'
../_images/torch2.png

(128 px x 128 px)

'torchOff.png'
../_images/torchOff.png

(128 px x 128 px)

'water.png'
../_images/water.png

(128 px x 128 px)

'waterTop_high.png'
../_images/waterTop_high.png

(128 px x 128 px)

'waterTop_low.png'
../_images/waterTop_low.png

(128 px x 128 px)

Topdown Tanks

':resources:/images/topdown_tanks/'
'tankBlue_barrel1.png'
../_images/tankBlue_barrel1.png

(12 px x 26 px)

'tankBlue_barrel1_outline.png'
../_images/tankBlue_barrel1_outline.png

(16 px x 30 px)

'tankBlue_barrel2.png'
../_images/tankBlue_barrel2.png

(8 px x 26 px)

'tankBlue_barrel2_outline.png'
../_images/tankBlue_barrel2_outline.png

(12 px x 30 px)

'tankBlue_barrel3.png'
../_images/tankBlue_barrel3.png

(8 px x 26 px)

'tankBlue_barrel3_outline.png'
../_images/tankBlue_barrel3_outline.png

(12 px x 30 px)

'tankBody_bigRed.png'
../_images/tankBody_bigRed.png

(48 px x 48 px)

'tankBody_bigRed_outline.png'
../_images/tankBody_bigRed_outline.png

(52 px x 52 px)

'tankBody_blue.png'
../_images/tankBody_blue.png

(38 px x 38 px)

'tankBody_blue_outline.png'
../_images/tankBody_blue_outline.png

(42 px x 42 px)

'tankBody_dark.png'
../_images/tankBody_dark.png

(38 px x 36 px)

'tankBody_darkLarge.png'
../_images/tankBody_darkLarge.png

(48 px x 56 px)

'tankBody_darkLarge_outline.png'
../_images/tankBody_darkLarge_outline.png

(52 px x 60 px)

'tankBody_dark_outline.png'
../_images/tankBody_dark_outline.png

(42 px x 40 px)

'tankBody_green.png'
../_images/tankBody_green.png

(38 px x 36 px)

'tankBody_green_outline.png'
../_images/tankBody_green_outline.png

(42 px x 40 px)

'tankBody_huge.png'
../_images/tankBody_huge.png

(58 px x 68 px)

'tankBody_huge_outline.png'
../_images/tankBody_huge_outline.png

(62 px x 72 px)

'tankBody_red.png'
../_images/tankBody_red.png

(34 px x 36 px)

'tankBody_red_outline.png'
../_images/tankBody_red_outline.png

(38 px x 40 px)

'tankBody_sand.png'
../_images/tankBody_sand.png

(38 px x 36 px)

'tankBody_sand_outline.png'
../_images/tankBody_sand_outline.png

(42 px x 40 px)

'tankDark_barrel1.png'
../_images/tankDark_barrel1.png

(12 px x 26 px)

'tankDark_barrel1_outline.png'
../_images/tankDark_barrel1_outline.png

(16 px x 30 px)

'tankDark_barrel2.png'
../_images/tankDark_barrel2.png

(8 px x 26 px)

'tankDark_barrel2_outline.png'
../_images/tankDark_barrel2_outline.png

(12 px x 30 px)

'tankDark_barrel3.png'
../_images/tankDark_barrel3.png

(8 px x 26 px)

'tankDark_barrel3_outline.png'
../_images/tankDark_barrel3_outline.png

(12 px x 30 px)

'tankGreen_barrel1.png'
../_images/tankGreen_barrel1.png

(12 px x 26 px)

'tankGreen_barrel1_outline.png'
../_images/tankGreen_barrel1_outline.png

(16 px x 30 px)

'tankGreen_barrel2.png'
../_images/tankGreen_barrel2.png

(8 px x 26 px)

'tankGreen_barrel2_outline.png'
../_images/tankGreen_barrel2_outline.png

(12 px x 30 px)

'tankGreen_barrel3.png'
../_images/tankGreen_barrel3.png

(8 px x 26 px)

'tankGreen_barrel3_outline.png'
../_images/tankGreen_barrel3_outline.png

(12 px x 30 px)

'tankRed_barrel1.png'
../_images/tankRed_barrel1.png

(12 px x 26 px)

'tankRed_barrel1_outline.png'
../_images/tankRed_barrel1_outline.png

(16 px x 30 px)

'tankRed_barrel2.png'
../_images/tankRed_barrel2.png

(8 px x 26 px)

'tankRed_barrel2_outline.png'
../_images/tankRed_barrel2_outline.png

(12 px x 30 px)

'tankRed_barrel3.png'
../_images/tankRed_barrel3.png

(8 px x 26 px)

'tankRed_barrel3_outline.png'
../_images/tankRed_barrel3_outline.png

(12 px x 30 px)

'tankSand_barrel1.png'
../_images/tankSand_barrel1.png

(12 px x 26 px)

'tankSand_barrel1_outline.png'
../_images/tankSand_barrel1_outline.png

(16 px x 30 px)

'tankSand_barrel2.png'
../_images/tankSand_barrel2.png

(8 px x 26 px)

'tankSand_barrel2_outline.png'
../_images/tankSand_barrel2_outline.png

(12 px x 30 px)

'tankSand_barrel3.png'
../_images/tankSand_barrel3.png

(8 px x 26 px)

'tankSand_barrel3_outline.png'
../_images/tankSand_barrel3_outline.png

(12 px x 30 px)

'tank_blue.png'
../_images/tank_blue.png

(42 px x 46 px)

'tank_dark.png'
../_images/tank_dark.png

(42 px x 46 px)

'tank_green.png'
../_images/tank_green.png

(42 px x 46 px)

'tank_red.png'
../_images/tank_red.png

(38 px x 46 px)

'tank_sand.png'
../_images/tank_sand.png

(42 px x 46 px)

'tileGrass1.png'
../_images/tileGrass1.png

(64 px x 64 px)

'tileGrass2.png'
../_images/tileGrass2.png

(64 px x 64 px)

'tileGrass_roadCornerLL.png'
../_images/tileGrass_roadCornerLL.png

(64 px x 64 px)

'tileGrass_roadCornerLR.png'
../_images/tileGrass_roadCornerLR.png

(64 px x 64 px)

'tileGrass_roadCornerUL.png'
../_images/tileGrass_roadCornerUL.png

(64 px x 64 px)

'tileGrass_roadCornerUR.png'
../_images/tileGrass_roadCornerUR.png

(64 px x 64 px)

'tileGrass_roadCrossing.png'
../_images/tileGrass_roadCrossing.png

(64 px x 64 px)

'tileGrass_roadCrossingRound.png'
../_images/tileGrass_roadCrossingRound.png

(64 px x 64 px)

'tileGrass_roadEast.png'
../_images/tileGrass_roadEast.png

(64 px x 64 px)

'tileGrass_roadNorth.png'
../_images/tileGrass_roadNorth.png

(64 px x 64 px)

'tileGrass_roadSplitE.png'
../_images/tileGrass_roadSplitE.png

(64 px x 64 px)

'tileGrass_roadSplitN.png'
../_images/tileGrass_roadSplitN.png

(64 px x 64 px)

'tileGrass_roadSplitS.png'
../_images/tileGrass_roadSplitS.png

(64 px x 64 px)

'tileGrass_roadSplitW.png'
../_images/tileGrass_roadSplitW.png

(64 px x 64 px)

'tileGrass_roadTransitionE.png'
../_images/tileGrass_roadTransitionE.png

(64 px x 64 px)

'tileGrass_roadTransitionE_dirt.png'
../_images/tileGrass_roadTransitionE_dirt.png

(64 px x 64 px)

'tileGrass_roadTransitionN.png'
../_images/tileGrass_roadTransitionN.png

(64 px x 64 px)

'tileGrass_roadTransitionN_dirt.png'
../_images/tileGrass_roadTransitionN_dirt.png

(64 px x 64 px)

'tileGrass_roadTransitionS.png'
../_images/tileGrass_roadTransitionS.png

(64 px x 64 px)

'tileGrass_roadTransitionS_dirt.png'
../_images/tileGrass_roadTransitionS_dirt.png

(64 px x 64 px)

'tileGrass_roadTransitionW.png'
../_images/tileGrass_roadTransitionW.png

(64 px x 64 px)

'tileGrass_roadTransitionW_dirt.png'
../_images/tileGrass_roadTransitionW_dirt.png

(64 px x 64 px)

'tileGrass_transitionE.png'
../_images/tileGrass_transitionE.png

(64 px x 64 px)

'tileGrass_transitionN.png'
../_images/tileGrass_transitionN.png

(64 px x 64 px)

'tileGrass_transitionS.png'
../_images/tileGrass_transitionS.png

(64 px x 64 px)

'tileGrass_transitionW.png'
../_images/tileGrass_transitionW.png

(64 px x 64 px)

'tileSand1.png'
../_images/tileSand1.png

(64 px x 64 px)

'tileSand2.png'
../_images/tileSand2.png

(64 px x 64 px)

'tileSand_roadCornerLL.png'
../_images/tileSand_roadCornerLL.png

(64 px x 64 px)

'tileSand_roadCornerLR.png'
../_images/tileSand_roadCornerLR.png

(64 px x 64 px)

'tileSand_roadCornerUL.png'
../_images/tileSand_roadCornerUL.png

(64 px x 64 px)

'tileSand_roadCornerUR.png'
../_images/tileSand_roadCornerUR.png

(64 px x 64 px)

'tileSand_roadCrossing.png'
../_images/tileSand_roadCrossing.png

(64 px x 64 px)

'tileSand_roadCrossingRound.png'
../_images/tileSand_roadCrossingRound.png

(64 px x 64 px)

'tileSand_roadEast.png'
../_images/tileSand_roadEast.png

(64 px x 64 px)

'tileSand_roadNorth.png'
../_images/tileSand_roadNorth.png

(64 px x 64 px)

'tileSand_roadSplitE.png'
../_images/tileSand_roadSplitE.png

(64 px x 64 px)

'tileSand_roadSplitN.png'
../_images/tileSand_roadSplitN.png

(64 px x 64 px)

'tileSand_roadSplitS.png'
../_images/tileSand_roadSplitS.png

(64 px x 64 px)

'tileSand_roadSplitW.png'
../_images/tileSand_roadSplitW.png

(64 px x 64 px)

'tracksDouble.png'
../_images/tracksDouble.png

(41 px x 52 px)

'tracksLarge.png'
../_images/tracksLarge.png

(41 px x 52 px)

'tracksSmall.png'
../_images/tracksSmall.png

(37 px x 52 px)

'treeBrown_large.png'
../_images/treeBrown_large.png

(64 px x 64 px)

'treeBrown_small.png'
../_images/treeBrown_small.png

(36 px x 36 px)

'treeGreen_large.png'
../_images/treeGreen_large.png

(64 px x 64 px)

'treeGreen_small.png'
../_images/treeGreen_small.png

(36 px x 36 px)

Music

':resources:/music/'
'1918.mp3'
'funkyrobot.mp3'

Onscreen Controls

Flat Dark

':resources:/onscreen_controls/flat_dark/'
'a.png'
../_images/a.png

(80 px x 80 px)

'b.png'
../_images/b.png

(80 px x 80 px)

'cancel.png'
../_images/cancel.png

(80 px x 80 px)

'checked.png'
../_images/checked.png

(48 px x 48 px)

'close.png'
../_images/close.png

(48 px x 48 px)

'down.png'
../_images/down.png

(80 px x 80 px)

'expand.png'
../_images/expand.png

(48 px x 48 px)

'flatDark20.png'
../_images/flatDark20.png

(48 px x 48 px)

'gear.png'
../_images/gear.png

(48 px x 48 px)

'hamburger.png'
../_images/hamburger.png

(48 px x 48 px)

'key_round.png'
../_images/key_round.png

(80 px x 80 px)

'key_square.png'
../_images/key_square.png

(48 px x 48 px)

'l.png'
../_images/l.png

(80 px x 80 px)

'left.png'
../_images/left.png

(80 px x 80 px)

'music_off.png'
../_images/music_off.png

(48 px x 48 px)

'music_on.png'
../_images/music_on.png

(48 px x 48 px)

'pause.png'
../_images/pause.png

(108 px x 48 px)

'pause_square.png'
../_images/pause_square.png

(48 px x 48 px)

'play.png'
../_images/play.png

(48 px x 48 px)

'r.png'
../_images/r.png

(80 px x 80 px)

'right.png'
../_images/right.png

(80 px x 80 px)

'save.png'
../_images/save.png

(48 px x 48 px)

'search.png'
../_images/search.png

(48 px x 48 px)

'select.png'
../_images/select.png

(108 px x 48 px)

'sound_off.png'
../_images/sound_off.png

(48 px x 48 px)

'sound_on.png'
../_images/sound_on.png

(48 px x 48 px)

'star.png'
../_images/star1.png

(80 px x 80 px)

'star_square.png'
../_images/star_square.png

(48 px x 48 px)

'start.png'
../_images/start.png

(108 px x 48 px)

'unchecked.png'
../_images/unchecked.png

(48 px x 48 px)

'up.png'
../_images/up.png

(80 px x 80 px)

'wrench.png'
../_images/wrench.png

(48 px x 48 px)

'x.png'
../_images/x.png

(80 px x 80 px)

'y.png'
../_images/y.png

(80 px x 80 px)

Flat Light

':resources:/onscreen_controls/flat_light/'
'a.png'
../_images/a1.png

(80 px x 80 px)

'b.png'
../_images/b1.png

(80 px x 80 px)

'back.png'
../_images/back1.png

(48 px x 48 px)

'cancel.png'
../_images/cancel1.png

(80 px x 80 px)

'checked.png'
../_images/checked1.png

(48 px x 48 px)

'close.png'
../_images/close1.png

(48 px x 48 px)

'down.png'
../_images/down1.png

(80 px x 80 px)

'expand.png'
../_images/expand1.png

(48 px x 48 px)

'gear.png'
../_images/gear1.png

(48 px x 48 px)

'hamburger.png'
../_images/hamburger1.png

(48 px x 48 px)

'key_round.png'
../_images/key_round1.png

(80 px x 80 px)

'key_square.png'
../_images/key_square1.png

(48 px x 48 px)

'l.png'
../_images/l1.png

(80 px x 80 px)

'left.png'
../_images/left1.png

(80 px x 80 px)

'music_off.png'
../_images/music_off1.png

(48 px x 48 px)

'music_on.png'
../_images/music_on1.png

(48 px x 48 px)

'pause.png'
../_images/pause1.png

(108 px x 48 px)

'pause_square.png'
../_images/pause_square1.png

(48 px x 48 px)

'play.png'
../_images/play1.png

(48 px x 48 px)

'r.png'
../_images/r1.png

(80 px x 80 px)

'right.png'
../_images/right1.png

(80 px x 80 px)

'save.png'
../_images/save1.png

(48 px x 48 px)

'search.png'
../_images/search1.png

(48 px x 48 px)

'select.png'
../_images/select1.png

(108 px x 48 px)

'sound_off.png'
../_images/sound_off1.png

(48 px x 48 px)

'sound_on.png'
../_images/sound_on1.png

(48 px x 48 px)

'star_round.png'
../_images/star_round.png

(80 px x 80 px)

'star_square.png'
../_images/star_square1.png

(48 px x 48 px)

'start.png'
../_images/start1.png

(108 px x 48 px)

'unchecked.png'
../_images/unchecked1.png

(48 px x 48 px)

'up.png'
../_images/up1.png

(80 px x 80 px)

'wrench.png'
../_images/wrench1.png

(48 px x 48 px)

'x.png'
../_images/x1.png

(80 px x 80 px)

'y.png'
../_images/y1.png

(80 px x 80 px)

Shaded Dark

':resources:/onscreen_controls/shaded_dark/'
'a.png'
../_images/a2.png

(80 px x 80 px)

'b.png'
../_images/b2.png

(80 px x 80 px)

'back.png'
../_images/back2.png

(48 px x 48 px)

'cancel.png'
../_images/cancel2.png

(80 px x 80 px)

'checked.png'
../_images/checked2.png

(48 px x 48 px)

'close.png'
../_images/close2.png

(48 px x 48 px)

'down.png'
../_images/down2.png

(80 px x 80 px)

'expand.png'
../_images/expand2.png

(48 px x 48 px)

'gear.png'
../_images/gear2.png

(48 px x 48 px)

'hamburger.png'
../_images/hamburger2.png

(48 px x 48 px)

'key_round.png'
../_images/key_round2.png

(80 px x 80 px)

'key_square.png'
../_images/key_square2.png

(48 px x 48 px)

'l.png'
../_images/l2.png

(80 px x 80 px)

'left.png'
../_images/left2.png

(80 px x 80 px)

'music_off.png'
../_images/music_off2.png

(48 px x 48 px)

'music_on.png'
../_images/music_on2.png

(48 px x 48 px)

'pause.png'
../_images/pause2.png

(108 px x 48 px)

'pause_square.png'
../_images/pause_square2.png

(48 px x 48 px)

'play.png'
../_images/play2.png

(48 px x 48 px)

'r.png'
../_images/r2.png

(80 px x 80 px)

'right.png'
../_images/right2.png

(80 px x 80 px)

'save.png'
../_images/save2.png

(48 px x 48 px)

'search.png'
../_images/search2.png

(48 px x 48 px)

'select.png'
../_images/select2.png

(108 px x 48 px)

'sound_off.png'
../_images/sound_off2.png

(48 px x 48 px)

'sound_on.png'
../_images/sound_on2.png

(48 px x 48 px)

'star_round.png'
../_images/star_round1.png

(80 px x 80 px)

'star_square.png'
../_images/star_square2.png

(48 px x 48 px)

'start.png'
../_images/start2.png

(108 px x 48 px)

'unchecked.png'
../_images/unchecked2.png

(48 px x 48 px)

'up.png'
../_images/up2.png

(80 px x 80 px)

'wrench.png'
../_images/wrench2.png

(48 px x 48 px)

'x.png'
../_images/x2.png

(80 px x 80 px)

'y.png'
../_images/y2.png

(80 px x 80 px)

Shaded Light

':resources:/onscreen_controls/shaded_light/'
'a.png'
../_images/a3.png

(80 px x 80 px)

'b.png'
../_images/b3.png

(80 px x 80 px)

'back.png'
../_images/back3.png

(50 px x 48 px)

'cancel.png'
../_images/cancel3.png

(80 px x 80 px)

'checked.png'
../_images/checked3.png

(50 px x 48 px)

'close.png'
../_images/close3.png

(50 px x 48 px)

'down.png'
../_images/down3.png

(80 px x 80 px)

'expand.png'
../_images/expand3.png

(50 px x 48 px)

'gear.png'
../_images/gear3.png

(50 px x 48 px)

'hamburger.png'
../_images/hamburger3.png

(50 px x 48 px)

'key.png'
../_images/key.png

(50 px x 48 px)

'key_round.png'
../_images/key_round3.png

(80 px x 80 px)

'l.png'
../_images/l3.png

(80 px x 80 px)

'left.png'
../_images/left3.png

(80 px x 80 px)

'music_off.png'
../_images/music_off3.png

(50 px x 48 px)

'music_on.png'
../_images/music_on3.png

(50 px x 48 px)

'pause.png'
../_images/pause3.png

(110 px x 48 px)

'pause_square.png'
../_images/pause_square3.png

(50 px x 48 px)

'play.png'
../_images/play3.png

(50 px x 48 px)

'r.png'
../_images/r3.png

(80 px x 80 px)

'right.png'
../_images/right3.png

(80 px x 80 px)

'save.png'
../_images/save3.png

(50 px x 48 px)

'search.png'
../_images/search3.png

(50 px x 48 px)

'select.png'
../_images/select3.png

(110 px x 48 px)

'sound_off.png'
../_images/sound_off3.png

(50 px x 48 px)

'sound_on.png'
../_images/sound_on3.png

(50 px x 48 px)

'star_round.png'
../_images/star_round2.png

(80 px x 80 px)

'star_square.png'
../_images/star_square3.png

(50 px x 48 px)

'start.png'
../_images/start3.png

(110 px x 48 px)

'unchecked.png'
../_images/unchecked3.png

(50 px x 48 px)

'up.png'
../_images/up3.png

(80 px x 80 px)

'wrench.png'
../_images/wrench3.png

(50 px x 48 px)

'x.png'
../_images/x3.png

(80 px x 80 px)

'y.png'
../_images/y3.png

(80 px x 80 px)

Sounds

':resources:/sounds/'
'coin1.wav'
'coin2.wav'
'coin3.wav'
'coin4.wav'
'coin5.wav'
'error1.wav'
'error2.wav'
'error3.wav'
'error4.wav'
'error5.wav'
'explosion1.wav'
'explosion2.wav'
'fall1.wav'
'fall2.wav'
'fall3.wav'
'fall4.wav'
'gameover1.wav'
'gameover2.wav'
'gameover3.wav'
'gameover4.wav'
'gameover5.wav'
'hit1.wav'
'hit2.wav'
'hit3.wav'
'hit4.wav'
'hit5.wav'
'hurt1.wav'
'hurt2.wav'
'hurt3.wav'
'hurt4.wav'
'hurt5.wav'
'jump1.wav'
'jump2.wav'
'jump3.wav'
'jump4.wav'
'jump5.wav'
'laser1.mp3'
'laser1.ogg'
'laser1.wav'
'laser2.wav'
'laser3.wav'
'laser4.wav'
'laser5.wav'
'lose1.wav'
'lose2.wav'
'lose3.wav'
'lose4.wav'
'lose5.wav'
'phaseJump1.ogg'
'phaseJump1.wav'
'rockHit2.ogg'
'rockHit2.wav'
'secret2.wav'
'secret4.wav'
'upgrade1.wav'
'upgrade2.wav'
'upgrade3.wav'
'upgrade4.wav'
'upgrade5.wav'

Tiled Maps

':resources:/tiled_maps/'
'dirt.json'
'grass.json'
'items.json'
'level_1.json'
'level_2.json'
'map.json'
'map2_level_1.json'
'map2_level_2.json'
'map_with_ladders.json'
'more_tiles.json'
'pymunk_test_map.json'
'spritesheet.json'
'standard_tileset.json'
'test_map_1.json'
'test_map_2.json'
'test_map_3.json'
'test_map_5.json'
'test_map_6.json'
'test_map_7.json'
'test_objects.json'

Video

Arcade offers experimental support for video playback through pyglet and other libraries.

Warning

These features are works-in-progress!

Please the following to learn more:

To make testing easier, Arcade includes the small video file embedded below. However, runnign the examples below may require installing both FFmpeg and additional libraries:

The links above use the unstable development branch of Arcade to gain access to the latest pyglet and Arcade features. If you have questions or want to help develop these examples further, we’d love to hear from you. The Arcade Discord server and GitHub repository always welcome new community members.

':resources:/video/'
'earth.mp4'