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:
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:
- A file name as a single-quoted string (
'logo.png'
) - 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:
The Top-Level Resources section for a short tutorial on resource handles
Examples for runnable example code
Tutorials for a step-by-step introduction to Arcade
Resource Handles for in-depth explanations of resource handles
Top-Level Resources
The Arcade logo doubles as a quick way to test resource handles.
- Look down toward the Arcade logo below until you see the file name
- Look to the right edge of the file name (
'logo.png'
) - There should be a copy button (
- Click or tap it to copy the string
- Try pasting it in your favorite text editor!
'logo.png'
![]() (500 px x 507 px) |
Fonts
Kenney TTFs

Arcade includes the following fonts from Kenney.nl’s font pack are available using the path and filenames below.
Style(s) |
||
---|---|---|
'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

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:
load files for specific variants via
arcade.load_font()
load all variants at once with
arcade.resources.load_liberation_fonts()
.
Style(s) |
||
---|---|---|
'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
Checkbox
'blue_check.png'
![]() (64 px x 64 px) |
'blue_cross.png'
![]() (64 px x 64 px) |
'empty.png'
![]() (64 px x 64 px) |
'grey_check.png'
![]() (64 px x 64 px) |
'grey_cross.png'
![]() (64 px x 64 px) |
'red_check.png'
![]() (64 px x 64 px) |
'red_cross.png'
![]() (64 px x 64 px) |
Icons
'larger.png'
![]() (100 px x 100 px) |
'smaller.png'
![]() (101 px x 101 px) |
Scroll
'indicator_down.png'
![]() (32 px x 32 px) |
'indicator_up.png'
![]() (32 px x 32 px) |
Simple Checkbox
'circle_off.png'
![]() (50 px x 50 px) |
'circle_on.png'
![]() (50 px x 50 px) |
'switch_green.png'
![]() (83 px x 52 px) |
'switch_red.png'
![]() (83 px x 52 px) |
Slider
'thumb_blue.png'
![]() (50 px x 50 px) |
'thumb_green.png'
![]() (50 px x 50 px) |
'thumb_red.png'
![]() (50 px x 50 px) |
'track_blue.png'
![]() (50 px x 50 px) |
'track_green.png'
![]() (50 px x 50 px) |
'track_red.png'
![]() (50 px x 50 px) |
Toggle
'green.png'
![]() (64 px x 32 px) |
'green_gray.png'
![]() (64 px x 32 px) |
'red.png'
![]() (64 px x 32 px) |
'red_gray.png'
![]() (64 px x 32 px) |
Window & Panel
'dark_blue_gray_panel.png'
![]() (100 px x 100 px) |
'grey_panel.png'
![]() (100 px x 100 px) |
'panel_blue.png'
![]() (32 px x 32 px) |
'panel_gray.png'
![]() (32 px x 32 px) |
'panel_green.png'
![]() (32 px x 32 px) |
'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
'alienBlue_climb1.png'
![]() (132 px x 188 px) |
'alienBlue_climb2.png'
![]() (132 px x 188 px) |
'alienBlue_fall.png'
![]() (138 px x 188 px) |
'alienBlue_front.png'
![]() (131 px x 188 px) |
'alienBlue_jump.png'
![]() (135 px x 191 px) |
'alienBlue_walk1.png'
![]() (134 px x 190 px) |
'alienBlue_walk2.png'
![]() (140 px x 195 px) |
Animated Characters
Female Adventurer
'femaleAdventurer_climb0.png'
![]() (96 px x 128 px) |
'femaleAdventurer_climb1.png'
![]() (96 px x 128 px) |
'femaleAdventurer_fall.png'
![]() (96 px x 128 px) |
'femaleAdventurer_idle.png'
![]() (96 px x 128 px) |
'femaleAdventurer_jump.png'
![]() (96 px x 128 px) |
'femaleAdventurer_walk0.png'
![]() (96 px x 128 px) |
'femaleAdventurer_walk1.png'
![]() (96 px x 128 px) |
'femaleAdventurer_walk2.png'
![]() (96 px x 128 px) |
'femaleAdventurer_walk3.png'
![]() (96 px x 128 px) |
'femaleAdventurer_walk4.png'
![]() (96 px x 128 px) |
'femaleAdventurer_walk5.png'
![]() (96 px x 128 px) |
'femaleAdventurer_walk6.png'
![]() (96 px x 128 px) |
'femaleAdventurer_walk7.png'
![]() (96 px x 128 px) |
Female Person
'femalePerson_climb0.png'
![]() (96 px x 128 px) |
'femalePerson_climb1.png'
![]() (96 px x 128 px) |
'femalePerson_fall.png'
![]() (96 px x 128 px) |
'femalePerson_idle.png'
![]() (96 px x 128 px) |
'femalePerson_jump.png'
![]() (96 px x 128 px) |
'femalePerson_walk0.png'
![]() (96 px x 128 px) |
'femalePerson_walk1.png'
![]() (96 px x 128 px) |
'femalePerson_walk2.png'
![]() (96 px x 128 px) |
'femalePerson_walk3.png'
![]() (96 px x 128 px) |
'femalePerson_walk4.png'
![]() (96 px x 128 px) |
'femalePerson_walk5.png'
![]() (96 px x 128 px) |
'femalePerson_walk6.png'
![]() (96 px x 128 px) |
'femalePerson_walk7.png'
![]() (96 px x 128 px) |
Male Adventurer
'maleAdventurer_climb0.png'
![]() (96 px x 128 px) |
'maleAdventurer_climb1.png'
![]() (96 px x 128 px) |
'maleAdventurer_fall.png'
![]() (96 px x 128 px) |
'maleAdventurer_idle.png'
![]() (96 px x 128 px) |
'maleAdventurer_jump.png'
![]() (96 px x 128 px) |
'maleAdventurer_walk0.png'
![]() (96 px x 128 px) |
'maleAdventurer_walk1.png'
![]() (96 px x 128 px) |
'maleAdventurer_walk2.png'
![]() (96 px x 128 px) |
'maleAdventurer_walk3.png'
![]() (96 px x 128 px) |
'maleAdventurer_walk4.png'
![]() (96 px x 128 px) |
'maleAdventurer_walk5.png'
![]() (96 px x 128 px) |
'maleAdventurer_walk6.png'
![]() (96 px x 128 px) |
'maleAdventurer_walk7.png'
![]() (96 px x 128 px) |
Male Person
'malePerson_climb0.png'
![]() (96 px x 128 px) |
'malePerson_climb1.png'
![]() (96 px x 128 px) |
'malePerson_fall.png'
![]() (96 px x 128 px) |
'malePerson_idle.png'
![]() (96 px x 128 px) |
'malePerson_jump.png'
![]() (96 px x 128 px) |
'malePerson_walk0.png'
![]() (96 px x 128 px) |
'malePerson_walk1.png'
![]() (96 px x 128 px) |
'malePerson_walk2.png'
![]() (96 px x 128 px) |
'malePerson_walk3.png'
![]() (96 px x 128 px) |
'malePerson_walk4.png'
![]() (96 px x 128 px) |
'malePerson_walk5.png'
![]() (96 px x 128 px) |
'malePerson_walk6.png'
![]() (96 px x 128 px) |
'malePerson_walk7.png'
![]() (96 px x 128 px) |
Robot
'robot_climb0.png'
![]() (96 px x 128 px) |
'robot_climb1.png'
![]() (96 px x 128 px) |
'robot_fall.png'
![]() (96 px x 128 px) |
'robot_idle.png'
![]() (96 px x 128 px) |
'robot_jump.png'
![]() (96 px x 128 px) |
'robot_walk0.png'
![]() (96 px x 128 px) |
'robot_walk1.png'
![]() (96 px x 128 px) |
'robot_walk2.png'
![]() (96 px x 128 px) |
'robot_walk3.png'
![]() (96 px x 128 px) |
'robot_walk4.png'
![]() (96 px x 128 px) |
'robot_walk5.png'
![]() (96 px x 128 px) |
'robot_walk6.png'
![]() (96 px x 128 px) |
'robot_walk7.png'
![]() (96 px x 128 px) |
Zombie
'zombie_climb0.png'
![]() (96 px x 128 px) |
'zombie_climb1.png'
![]() (96 px x 128 px) |
'zombie_fall.png'
![]() (96 px x 128 px) |
'zombie_idle.png'
![]() (96 px x 128 px) |
'zombie_jump.png'
![]() (96 px x 128 px) |
'zombie_walk0.png'
![]() (96 px x 128 px) |
'zombie_walk1.png'
![]() (96 px x 128 px) |
'zombie_walk2.png'
![]() (96 px x 128 px) |
'zombie_walk3.png'
![]() (96 px x 128 px) |
'zombie_walk4.png'
![]() (96 px x 128 px) |
'zombie_walk5.png'
![]() (96 px x 128 px) |
'zombie_walk6.png'
![]() (96 px x 128 px) |
'zombie_walk7.png'
![]() (96 px x 128 px) |
Backgrounds
'abstract_1.jpg'
![]() (1024 px x 600 px) |
'abstract_2.jpg'
![]() (800 px x 600 px) |
'instructions_0.png'
![]() (800 px x 600 px) |
'instructions_1.png'
![]() (800 px x 600 px) |
'stars.png'
![]() (1024 px x 1024 px) |
Cards
'cardBack_blue1.png'
![]() (140 px x 190 px) |
'cardBack_blue2.png'
![]() (140 px x 190 px) |
'cardBack_blue3.png'
![]() (140 px x 190 px) |
'cardBack_blue4.png'
![]() (140 px x 190 px) |
'cardBack_blue5.png'
![]() (140 px x 190 px) |
'cardBack_green1.png'
![]() (140 px x 190 px) |
'cardBack_green2.png'
![]() (140 px x 190 px) |
'cardBack_green3.png'
![]() (140 px x 190 px) |
'cardBack_green4.png'
![]() (140 px x 190 px) |
'cardBack_green5.png'
![]() (140 px x 190 px) |
'cardBack_red1.png'
![]() (140 px x 190 px) |
'cardBack_red2.png'
![]() (140 px x 190 px) |
'cardBack_red3.png'
![]() (140 px x 190 px) |
'cardBack_red4.png'
![]() (140 px x 190 px) |
'cardBack_red5.png'
![]() (140 px x 190 px) |
'cardClubs10.png'
![]() (140 px x 190 px) |
'cardClubs2.png'
![]() (140 px x 190 px) |
'cardClubs3.png'
![]() (140 px x 190 px) |
'cardClubs4.png'
![]() (140 px x 190 px) |
'cardClubs5.png'
![]() (140 px x 190 px) |
'cardClubs6.png'
![]() (140 px x 190 px) |
'cardClubs7.png'
![]() (140 px x 190 px) |
'cardClubs8.png'
![]() (140 px x 190 px) |
'cardClubs9.png'
![]() (140 px x 190 px) |
'cardClubsA.png'
![]() (140 px x 190 px) |
'cardClubsJ.png'
![]() (140 px x 190 px) |
'cardClubsK.png'
![]() (140 px x 190 px) |
'cardClubsQ.png'
![]() (140 px x 190 px) |
'cardDiamonds10.png'
![]() (140 px x 190 px) |
'cardDiamonds2.png'
![]() (140 px x 190 px) |
'cardDiamonds3.png'
![]() (140 px x 190 px) |
'cardDiamonds4.png'
![]() (140 px x 190 px) |
'cardDiamonds5.png'
![]() (140 px x 190 px) |
'cardDiamonds6.png'
![]() (140 px x 190 px) |
'cardDiamonds7.png'
![]() (140 px x 190 px) |
'cardDiamonds8.png'
![]() (140 px x 190 px) |
'cardDiamonds9.png'
![]() (140 px x 190 px) |
'cardDiamondsA.png'
![]() (140 px x 190 px) |
'cardDiamondsJ.png'
![]() (140 px x 190 px) |
'cardDiamondsK.png'
![]() (140 px x 190 px) |
'cardDiamondsQ.png'
![]() (140 px x 190 px) |
'cardHearts10.png'
![]() (140 px x 190 px) |
'cardHearts2.png'
![]() (140 px x 190 px) |
'cardHearts3.png'
![]() (140 px x 190 px) |
'cardHearts4.png'
![]() (140 px x 190 px) |
'cardHearts5.png'
![]() (140 px x 190 px) |
'cardHearts6.png'
![]() (140 px x 190 px) |
'cardHearts7.png'
![]() (140 px x 190 px) |
'cardHearts8.png'
![]() (140 px x 190 px) |
'cardHearts9.png'
![]() (140 px x 190 px) |
'cardHeartsA.png'
![]() (140 px x 190 px) |
'cardHeartsJ.png'
![]() (140 px x 190 px) |
'cardHeartsK.png'
![]() (140 px x 190 px) |
'cardHeartsQ.png'
![]() (140 px x 190 px) |
'cardJoker.png'
![]() (140 px x 190 px) |
'cardSpades10.png'
![]() (140 px x 190 px) |
'cardSpades2.png'
![]() (140 px x 190 px) |
'cardSpades3.png'
![]() (140 px x 190 px) |
'cardSpades4.png'
![]() (140 px x 190 px) |
'cardSpades5.png'
![]() (140 px x 190 px) |
'cardSpades6.png'
![]() (140 px x 190 px) |
'cardSpades7.png'
![]() (140 px x 190 px) |
'cardSpades8.png'
![]() (140 px x 190 px) |
'cardSpades9.png'
![]() (140 px x 190 px) |
'cardSpadesA.png'
![]() (140 px x 190 px) |
'cardSpadesJ.png'
![]() (140 px x 190 px) |
'cardSpadesK.png'
![]() (140 px x 190 px) |
'cardSpadesQ.png'
![]() (140 px x 190 px) |
Cybercity Background
'back-buildings.png'
![]() (256 px x 192 px) |
'far-buildings.png'
![]() (256 px x 192 px) |
'foreground.png'
![]() (352 px x 192 px) |
Enemies
'bee.png'
![]() (128 px x 128 px) |
'fishGreen.png'
![]() (128 px x 128 px) |
'fishPink.png'
![]() (128 px x 128 px) |
'fly.png'
![]() (128 px x 128 px) |
'frog.png'
![]() (128 px x 128 px) |
'frog_move.png'
![]() (128 px x 128 px) |
'ladybug.png'
![]() (128 px x 128 px) |
'mouse.png'
![]() (128 px x 128 px) |
'saw.png'
![]() (128 px x 128 px) |
'sawHalf.png'
![]() (128 px x 128 px) |
'slimeBlock.png'
![]() (128 px x 128 px) |
'slimeBlue.png'
![]() (128 px x 128 px) |
'slimeBlue_move.png'
![]() (128 px x 128 px) |
'slimeGreen.png'
![]() (128 px x 128 px) |
'slimePurple.png'
![]() (128 px x 128 px) |
'wormGreen.png'
![]() (128 px x 128 px) |
'wormGreen_dead.png'
![]() (128 px x 128 px) |
'wormGreen_move.png'
![]() (128 px x 128 px) |
'wormPink.png'
![]() (128 px x 128 px) |
Items
'coinBronze.png'
![]() (128 px x 128 px) |
'coinGold.png'
![]() (128 px x 128 px) |
'coinGold_ll.png'
![]() (128 px x 128 px) |
'coinGold_lr.png'
![]() (128 px x 128 px) |
'coinGold_ul.png'
![]() (128 px x 128 px) |
'coinGold_ur.png'
![]() (128 px x 128 px) |
'coinSilver.png'
![]() (128 px x 128 px) |
'coinSilver_test.png'
![]() (64 px x 64 px) |
'flagGreen1.png'
![]() (128 px x 128 px) |
'flagGreen2.png'
![]() (128 px x 128 px) |
'flagGreen_down.png'
![]() (128 px x 128 px) |
'flagRed1.png'
![]() (128 px x 128 px) |
'flagRed2.png'
![]() (128 px x 128 px) |
'flagRed_down.png'
![]() (128 px x 128 px) |
'flagYellow1.png'
![]() (128 px x 128 px) |
'flagYellow2.png'
![]() (128 px x 128 px) |
'flagYellow_down.png'
![]() (128 px x 128 px) |
'gemBlue.png'
![]() (128 px x 128 px) |
'gemGreen.png'
![]() (128 px x 128 px) |
'gemRed.png'
![]() (128 px x 128 px) |
'gemYellow.png'
![]() (128 px x 128 px) |
'gold_1.png'
![]() (64 px x 64 px) |
'gold_2.png'
![]() (64 px x 64 px) |
'gold_3.png'
![]() (64 px x 64 px) |
'gold_4.png'
![]() (64 px x 64 px) |
'keyBlue.png'
![]() (128 px x 128 px) |
'keyGreen.png'
![]() (128 px x 128 px) |
'keyRed.png'
![]() (128 px x 128 px) |
'keyYellow.png'
![]() (128 px x 128 px) |
'ladderMid.png'
![]() (128 px x 128 px) |
'ladderTop.png'
![]() (128 px x 128 px) |
'star.png'
![]() (128 px x 128 px) |
Miami Synth Parallax
Car
'car-idle.png'
![]() (184 px x 68 px) |
'car-running0.png'
![]() (184 px x 68 px) |
'car-running1.png'
![]() (184 px x 68 px) |
'car-running2.png'
![]() (184 px x 68 px) |
'car-running3.png'
![]() (184 px x 68 px) |
Layers
'back.png'
![]() (224 px x 240 px) |
'buildings.png'
![]() (256 px x 240 px) |
'highway.png'
![]() (896 px x 240 px) |
'palms.png'
![]() (224 px x 240 px) |
'sun.png'
![]() (400 px x 240 px) |
Pinball
'bumper.png'
![]() (96 px x 96 px) |
'pool_cue_ball.png'
![]() (63 px x 63 px) |
Space Shooter
'laserBlue01.png'
![]() (54 px x 9 px) |
'laserRed01.png'
![]() (9 px x 54 px) |
'meteorGrey_big1.png'
![]() (101 px x 84 px) |
'meteorGrey_big2.png'
![]() (120 px x 98 px) |
'meteorGrey_big3.png'
![]() (89 px x 82 px) |
'meteorGrey_big4.png'
![]() (98 px x 96 px) |
'meteorGrey_med1.png'
![]() (43 px x 43 px) |
'meteorGrey_med2.png'
![]() (45 px x 40 px) |
'meteorGrey_small1.png'
![]() (28 px x 28 px) |
'meteorGrey_small2.png'
![]() (29 px x 26 px) |
'meteorGrey_tiny1.png'
![]() (18 px x 18 px) |
'meteorGrey_tiny2.png'
![]() (16 px x 15 px) |
'playerLife1_blue.png'
![]() (33 px x 26 px) |
'playerLife1_green.png'
![]() (33 px x 26 px) |
'playerLife1_orange.png'
![]() (33 px x 26 px) |
'playerShip1_blue.png'
![]() (99 px x 75 px) |
'playerShip1_green.png'
![]() (99 px x 75 px) |
'playerShip1_orange.png'
![]() (99 px x 75 px) |
'playerShip2_orange.png'
![]() (112 px x 75 px) |
'playerShip3_orange.png'
![]() (98 px x 75 px) |
Spritesheets
'codepage_437.png'
![]() (288 px x 128 px) |
'explosion.png'
![]() (4096 px x 3584 px) |
'number_sheet.png'
![]() (48 px x 32 px) |
'tiles.png'
![]() (1664 px x 1536 px) |
Test Textures
'anim.gif'
![]() (96 px x 128 px) |
'test_texture.png'
![]() (128 px x 128 px) |
'xy_square.png'
![]() (128 px x 128 px) |
Normal Mapping
'diffuse.jpg'
![]() (250 px x 250 px) |
'normal.jpg'
![]() (250 px x 250 px) |
Tiles
'bomb.png'
![]() (128 px x 128 px) |
'boxCrate.png'
![]() (128 px x 128 px) |
'boxCrate_double.png'
![]() (128 px x 128 px) |
'boxCrate_single.png'
![]() (128 px x 128 px) |
'brickBrown.png'
![]() (128 px x 128 px) |
'brickGrey.png'
![]() (128 px x 128 px) |
'brickTextureWhite.png'
![]() (128 px x 128 px) |
'bridgeA.png'
![]() (128 px x 128 px) |
'bridgeB.png'
![]() (128 px x 128 px) |
'bush.png'
![]() (128 px x 128 px) |
'cactus.png'
![]() (128 px x 128 px) |
'dirt.png'
![]() (128 px x 128 px) |
'dirtCenter.png'
![]() (128 px x 128 px) |
'dirtCenter_rounded.png'
![]() (128 px x 128 px) |
'dirtCliffAlt_left.png'
![]() (128 px x 128 px) |
'dirtCliffAlt_right.png'
![]() (128 px x 128 px) |
'dirtCliff_left.png'
![]() (128 px x 128 px) |
'dirtCliff_right.png'
![]() (128 px x 128 px) |
'dirtCorner_left.png'
![]() (128 px x 128 px) |
'dirtCorner_right.png'
![]() (128 px x 128 px) |
'dirtHalf.png'
![]() (128 px x 128 px) |
'dirtHalf_left.png'
![]() (128 px x 128 px) |
'dirtHalf_mid.png'
![]() (128 px x 128 px) |
'dirtHalf_right.png'
![]() (128 px x 128 px) |
'dirtHill_left.png'
![]() (128 px x 128 px) |
'dirtHill_right.png'
![]() (128 px x 128 px) |
'dirtLeft.png'
![]() (128 px x 128 px) |
'dirtMid.png'
![]() (128 px x 128 px) |
'dirtRight.png'
![]() (128 px x 128 px) |
'doorClosed_mid.png'
![]() (128 px x 128 px) |
'doorClosed_top.png'
![]() (128 px x 128 px) |
'grass.png'
![]() (128 px x 128 px) |
'grassCenter.png'
![]() (128 px x 128 px) |
'grassCenter_round.png'
![]() (128 px x 128 px) |
'grassCliffAlt_left.png'
![]() (128 px x 128 px) |
'grassCliffAlt_right.png'
![]() (128 px x 128 px) |
'grassCliff_left.png'
![]() (128 px x 128 px) |
'grassCliff_right.png'
![]() (128 px x 128 px) |
'grassCorner_left.png'
![]() (128 px x 128 px) |
'grassCorner_right.png'
![]() (128 px x 128 px) |
'grassHalf.png'
![]() (128 px x 128 px) |
'grassHalf_left.png'
![]() (128 px x 128 px) |
'grassHalf_mid.png'
![]() (128 px x 128 px) |
'grassHalf_right.png'
![]() (128 px x 128 px) |
'grassHill_left.png'
![]() (128 px x 128 px) |
'grassHill_right.png'
![]() (128 px x 128 px) |
'grassLeft.png'
![]() (128 px x 128 px) |
'grassMid.png'
![]() (128 px x 128 px) |
'grassRight.png'
![]() (128 px x 128 px) |
'grass_sprout.png'
![]() (128 px x 128 px) |
'ladderMid.png'
![]() (128 px x 128 px) |
'ladderTop.png'
![]() (128 px x 128 px) |
'lava.png'
![]() (128 px x 128 px) |
'lavaTop_high.png'
![]() (128 px x 128 px) |
'lavaTop_low.png'
![]() (128 px x 128 px) |
'leverLeft.png'
![]() (128 px x 128 px) |
'leverMid.png'
![]() (128 px x 128 px) |
'leverRight.png'
![]() (128 px x 128 px) |
'lockRed.png'
![]() (128 px x 128 px) |
'lockYellow.png'
![]() (128 px x 128 px) |
'mushroomRed.png'
![]() (128 px x 128 px) |
'planet.png'
![]() (128 px x 128 px) |
'planetCenter.png'
![]() (128 px x 128 px) |
'planetCenter_rounded.png'
![]() (128 px x 128 px) |
'planetCliffAlt_left.png'
![]() (128 px x 128 px) |
'planetCliffAlt_right.png'
![]() (128 px x 128 px) |
'planetCliff_left.png'
![]() (128 px x 128 px) |
'planetCliff_right.png'
![]() (128 px x 128 px) |
'planetCorner_left.png'
![]() (128 px x 128 px) |
'planetCorner_right.png'
![]() (128 px x 128 px) |
'planetHalf.png'
![]() (128 px x 128 px) |
'planetHalf_left.png'
![]() (128 px x 128 px) |
'planetHalf_mid.png'
![]() (128 px x 128 px) |
'planetHalf_right.png'
![]() (128 px x 128 px) |
'planetHill_left.png'
![]() (128 px x 128 px) |
'planetHill_right.png'
![]() (128 px x 128 px) |
'planetLeft.png'
![]() (128 px x 128 px) |
'planetMid.png'
![]() (128 px x 128 px) |
'planetRight.png'
![]() (128 px x 128 px) |
'plantPurple.png'
![]() (128 px x 128 px) |
'rock.png'
![]() (128 px x 128 px) |
'sand.png'
![]() (128 px x 128 px) |
'sandCenter.png'
![]() (128 px x 128 px) |
'sandCenter_rounded.png'
![]() (128 px x 128 px) |
'sandCliffAlt_left.png'
![]() (128 px x 128 px) |
'sandCliffAlt_right.png'
![]() (128 px x 128 px) |
'sandCliff_left.png'
![]() (128 px x 128 px) |
'sandCliff_right.png'
![]() (128 px x 128 px) |
'sandCorner_left.png'
![]() (128 px x 128 px) |
'sandCorner_right.png'
![]() (128 px x 128 px) |
'sandHalf.png'
![]() (128 px x 128 px) |
'sandHalf_left.png'
![]() (128 px x 128 px) |
'sandHalf_mid.png'
![]() (128 px x 128 px) |
'sandHalf_right.png'
![]() (128 px x 128 px) |
'sandHill_left.png'
![]() (128 px x 128 px) |
'sandHill_right.png'
![]() (128 px x 128 px) |
'sandLeft.png'
![]() (128 px x 128 px) |
'sandMid.png'
![]() (128 px x 128 px) |
'sandRight.png'
![]() (128 px x 128 px) |
'signExit.png'
![]() (128 px x 128 px) |
'signLeft.png'
![]() (128 px x 128 px) |
'signRight.png'
![]() (128 px x 128 px) |
'snow.png'
![]() (128 px x 128 px) |
'snowCenter.png'
![]() (128 px x 128 px) |
'snowCenter_rounded.png'
![]() (128 px x 128 px) |
'snowCliffAlt_left.png'
![]() (128 px x 128 px) |
'snowCliffAlt_right.png'
![]() (128 px x 128 px) |
'snowCliff_left.png'
![]() (128 px x 128 px) |
'snowCliff_right.png'
![]() (128 px x 128 px) |
'snowCorner_left.png'
![]() (128 px x 128 px) |
'snowCorner_right.png'
![]() (128 px x 128 px) |
'snowHalf.png'
![]() (128 px x 128 px) |
'snowHalf_left.png'
![]() (128 px x 128 px) |
'snowHalf_mid.png'
![]() (128 px x 128 px) |
'snowHalf_right.png'
![]() (128 px x 128 px) |
'snowHill_left.png'
![]() (128 px x 128 px) |
'snowHill_right.png'
![]() (128 px x 128 px) |
'snowLeft.png'
![]() (128 px x 128 px) |
'snowMid.png'
![]() (128 px x 128 px) |
'snowRight.png'
![]() (128 px x 128 px) |
'snow_pile.png'
![]() (128 px x 128 px) |
'spikes.png'
![]() (128 px x 128 px) |
'stone.png'
![]() (128 px x 128 px) |
'stoneCenter.png'
![]() (128 px x 128 px) |
'stoneCenter_rounded.png'
![]() (128 px x 128 px) |
'stoneCliffAlt_left.png'
![]() (128 px x 128 px) |
'stoneCliffAlt_right.png'
![]() (128 px x 128 px) |
'stoneCliff_left.png'
![]() (128 px x 128 px) |
'stoneCliff_right.png'
![]() (128 px x 128 px) |
'stoneCorner_left.png'
![]() (128 px x 128 px) |
'stoneCorner_right.png'
![]() (128 px x 128 px) |
'stoneHalf.png'
![]() (128 px x 128 px) |
'stoneHalf_left.png'
![]() (128 px x 128 px) |
'stoneHalf_mid.png'
![]() (128 px x 128 px) |
'stoneHalf_right.png'
![]() (128 px x 128 px) |
'stoneHill_left.png'
![]() (128 px x 128 px) |
'stoneHill_right.png'
![]() (128 px x 128 px) |
'stoneLeft.png'
![]() (128 px x 128 px) |
'stoneMid.png'
![]() (128 px x 128 px) |
'stoneRight.png'
![]() (128 px x 128 px) |
'switchGreen.png'
![]() (128 px x 128 px) |
'switchGreen_pressed.png'
![]() (128 px x 128 px) |
'switchRed.png'
![]() (128 px x 128 px) |
'switchRed_pressed.png'
![]() (128 px x 128 px) |
'torch1.png'
![]() (128 px x 128 px) |
'torch2.png'
![]() (128 px x 128 px) |
'torchOff.png'
![]() (128 px x 128 px) |
'water.png'
![]() (128 px x 128 px) |
'waterTop_high.png'
![]() (128 px x 128 px) |
'waterTop_low.png'
![]() (128 px x 128 px) |
Topdown Tanks
'tankBlue_barrel1.png'
![]() (12 px x 26 px) |
'tankBlue_barrel1_outline.png'
![]() (16 px x 30 px) |
'tankBlue_barrel2.png'
![]() (8 px x 26 px) |
'tankBlue_barrel2_outline.png'
![]() (12 px x 30 px) |
'tankBlue_barrel3.png'
![]() (8 px x 26 px) |
'tankBlue_barrel3_outline.png'
![]() (12 px x 30 px) |
'tankBody_bigRed.png'
![]() (48 px x 48 px) |
'tankBody_bigRed_outline.png'
![]() (52 px x 52 px) |
'tankBody_blue.png'
![]() (38 px x 38 px) |
'tankBody_blue_outline.png'
![]() (42 px x 42 px) |
'tankBody_dark.png'
![]() (38 px x 36 px) |
'tankBody_darkLarge.png'
![]() (48 px x 56 px) |
'tankBody_darkLarge_outline.png'
![]() (52 px x 60 px) |
'tankBody_dark_outline.png'
![]() (42 px x 40 px) |
'tankBody_green.png'
![]() (38 px x 36 px) |
'tankBody_green_outline.png'
![]() (42 px x 40 px) |
'tankBody_huge.png'
![]() (58 px x 68 px) |
'tankBody_huge_outline.png'
![]() (62 px x 72 px) |
'tankBody_red.png'
![]() (34 px x 36 px) |
'tankBody_red_outline.png'
![]() (38 px x 40 px) |
'tankBody_sand.png'
![]() (38 px x 36 px) |
'tankBody_sand_outline.png'
![]() (42 px x 40 px) |
'tankDark_barrel1.png'
![]() (12 px x 26 px) |
'tankDark_barrel1_outline.png'
![]() (16 px x 30 px) |
'tankDark_barrel2.png'
![]() (8 px x 26 px) |
'tankDark_barrel2_outline.png'
![]() (12 px x 30 px) |
'tankDark_barrel3.png'
![]() (8 px x 26 px) |
'tankDark_barrel3_outline.png'
![]() (12 px x 30 px) |
'tankGreen_barrel1.png'
![]() (12 px x 26 px) |
'tankGreen_barrel1_outline.png'
![]() (16 px x 30 px) |
'tankGreen_barrel2.png'
![]() (8 px x 26 px) |
'tankGreen_barrel2_outline.png'
![]() (12 px x 30 px) |
'tankGreen_barrel3.png'
![]() (8 px x 26 px) |
'tankGreen_barrel3_outline.png'
![]() (12 px x 30 px) |
'tankRed_barrel1.png'
![]() (12 px x 26 px) |
'tankRed_barrel1_outline.png'
![]() (16 px x 30 px) |
'tankRed_barrel2.png'
![]() (8 px x 26 px) |
'tankRed_barrel2_outline.png'
![]() (12 px x 30 px) |
'tankRed_barrel3.png'
![]() (8 px x 26 px) |
'tankRed_barrel3_outline.png'
![]() (12 px x 30 px) |
'tankSand_barrel1.png'
![]() (12 px x 26 px) |
'tankSand_barrel1_outline.png'
![]() (16 px x 30 px) |
'tankSand_barrel2.png'
![]() (8 px x 26 px) |
'tankSand_barrel2_outline.png'
![]() (12 px x 30 px) |
'tankSand_barrel3.png'
![]() (8 px x 26 px) |
'tankSand_barrel3_outline.png'
![]() (12 px x 30 px) |
'tank_blue.png'
![]() (42 px x 46 px) |
'tank_dark.png'
![]() (42 px x 46 px) |
'tank_green.png'
![]() (42 px x 46 px) |
'tank_red.png'
![]() (38 px x 46 px) |
'tank_sand.png'
![]() (42 px x 46 px) |
'tileGrass1.png'
![]() (64 px x 64 px) |
'tileGrass2.png'
![]() (64 px x 64 px) |
'tileGrass_roadCornerLL.png'
![]() (64 px x 64 px) |
'tileGrass_roadCornerLR.png'
![]() (64 px x 64 px) |
'tileGrass_roadCornerUL.png'
![]() (64 px x 64 px) |
'tileGrass_roadCornerUR.png'
![]() (64 px x 64 px) |
'tileGrass_roadCrossing.png'
![]() (64 px x 64 px) |
'tileGrass_roadCrossingRound.png'
![]() (64 px x 64 px) |
'tileGrass_roadEast.png'
![]() (64 px x 64 px) |
'tileGrass_roadNorth.png'
![]() (64 px x 64 px) |
'tileGrass_roadSplitE.png'
![]() (64 px x 64 px) |
'tileGrass_roadSplitN.png'
![]() (64 px x 64 px) |
'tileGrass_roadSplitS.png'
![]() (64 px x 64 px) |
'tileGrass_roadSplitW.png'
![]() (64 px x 64 px) |
'tileGrass_roadTransitionE.png'
![]() (64 px x 64 px) |
'tileGrass_roadTransitionE_dirt.png'
![]() (64 px x 64 px) |
'tileGrass_roadTransitionN.png'
![]() (64 px x 64 px) |
'tileGrass_roadTransitionN_dirt.png'
![]() (64 px x 64 px) |
'tileGrass_roadTransitionS.png'
![]() (64 px x 64 px) |
'tileGrass_roadTransitionS_dirt.png'
![]() (64 px x 64 px) |
'tileGrass_roadTransitionW.png'
![]() (64 px x 64 px) |
'tileGrass_roadTransitionW_dirt.png'
![]() (64 px x 64 px) |
'tileGrass_transitionE.png'
![]() (64 px x 64 px) |
'tileGrass_transitionN.png'
![]() (64 px x 64 px) |
'tileGrass_transitionS.png'
![]() (64 px x 64 px) |
'tileGrass_transitionW.png'
![]() (64 px x 64 px) |
'tileSand1.png'
![]() (64 px x 64 px) |
'tileSand2.png'
![]() (64 px x 64 px) |
'tileSand_roadCornerLL.png'
![]() (64 px x 64 px) |
'tileSand_roadCornerLR.png'
![]() (64 px x 64 px) |
'tileSand_roadCornerUL.png'
![]() (64 px x 64 px) |
'tileSand_roadCornerUR.png'
![]() (64 px x 64 px) |
'tileSand_roadCrossing.png'
![]() (64 px x 64 px) |
'tileSand_roadCrossingRound.png'
![]() (64 px x 64 px) |
'tileSand_roadEast.png'
![]() (64 px x 64 px) |
'tileSand_roadNorth.png'
![]() (64 px x 64 px) |
'tileSand_roadSplitE.png'
![]() (64 px x 64 px) |
'tileSand_roadSplitN.png'
![]() (64 px x 64 px) |
'tileSand_roadSplitS.png'
![]() (64 px x 64 px) |
'tileSand_roadSplitW.png'
![]() (64 px x 64 px) |
'tracksDouble.png'
![]() (41 px x 52 px) |
'tracksLarge.png'
![]() (41 px x 52 px) |
'tracksSmall.png'
![]() (37 px x 52 px) |
'treeBrown_large.png'
![]() (64 px x 64 px) |
'treeBrown_small.png'
![]() (36 px x 36 px) |
'treeGreen_large.png'
![]() (64 px x 64 px) |
'treeGreen_small.png'
![]() (36 px x 36 px) |
Music
'1918.mp3'
|
'funkyrobot.mp3'
|
Onscreen Controls
Flat Dark
'a.png'
![]() (80 px x 80 px) |
'b.png'
![]() (80 px x 80 px) |
'cancel.png'
![]() (80 px x 80 px) |
'checked.png'
![]() (48 px x 48 px) |
'close.png'
![]() (48 px x 48 px) |
'down.png'
![]() (80 px x 80 px) |
'expand.png'
![]() (48 px x 48 px) |
'flatDark20.png'
![]() (48 px x 48 px) |
'gear.png'
![]() (48 px x 48 px) |
'hamburger.png'
![]() (48 px x 48 px) |
'key_round.png'
![]() (80 px x 80 px) |
'key_square.png'
![]() (48 px x 48 px) |
'l.png'
![]() (80 px x 80 px) |
'left.png'
![]() (80 px x 80 px) |
'music_off.png'
![]() (48 px x 48 px) |
'music_on.png'
![]() (48 px x 48 px) |
'pause.png'
![]() (108 px x 48 px) |
'pause_square.png'
![]() (48 px x 48 px) |
'play.png'
![]() (48 px x 48 px) |
'r.png'
![]() (80 px x 80 px) |
'right.png'
![]() (80 px x 80 px) |
'save.png'
![]() (48 px x 48 px) |
'search.png'
![]() (48 px x 48 px) |
'select.png'
![]() (108 px x 48 px) |
'sound_off.png'
![]() (48 px x 48 px) |
'sound_on.png'
![]() (48 px x 48 px) |
'star.png'
![]() (80 px x 80 px) |
'star_square.png'
![]() (48 px x 48 px) |
'start.png'
![]() (108 px x 48 px) |
'unchecked.png'
![]() (48 px x 48 px) |
'up.png'
![]() (80 px x 80 px) |
'wrench.png'
![]() (48 px x 48 px) |
'x.png'
![]() (80 px x 80 px) |
'y.png'
![]() (80 px x 80 px) |
Flat Light
'a.png'
![]() (80 px x 80 px) |
'b.png'
![]() (80 px x 80 px) |
'back.png'
![]() (48 px x 48 px) |
'cancel.png'
![]() (80 px x 80 px) |
'checked.png'
![]() (48 px x 48 px) |
'close.png'
![]() (48 px x 48 px) |
'down.png'
![]() (80 px x 80 px) |
'expand.png'
![]() (48 px x 48 px) |
'gear.png'
![]() (48 px x 48 px) |
'hamburger.png'
![]() (48 px x 48 px) |
'key_round.png'
![]() (80 px x 80 px) |
'key_square.png'
![]() (48 px x 48 px) |
'l.png'
![]() (80 px x 80 px) |
'left.png'
![]() (80 px x 80 px) |
'music_off.png'
![]() (48 px x 48 px) |
'music_on.png'
![]() (48 px x 48 px) |
'pause.png'
![]() (108 px x 48 px) |
'pause_square.png'
![]() (48 px x 48 px) |
'play.png'
![]() (48 px x 48 px) |
'r.png'
![]() (80 px x 80 px) |
'right.png'
![]() (80 px x 80 px) |
'save.png'
![]() (48 px x 48 px) |
'search.png'
![]() (48 px x 48 px) |
'select.png'
![]() (108 px x 48 px) |
'sound_off.png'
![]() (48 px x 48 px) |
'sound_on.png'
![]() (48 px x 48 px) |
'star_round.png'
![]() (80 px x 80 px) |
'star_square.png'
![]() (48 px x 48 px) |
'start.png'
![]() (108 px x 48 px) |
'unchecked.png'
![]() (48 px x 48 px) |
'up.png'
![]() (80 px x 80 px) |
'wrench.png'
![]() (48 px x 48 px) |
'x.png'
![]() (80 px x 80 px) |
'y.png'
![]() (80 px x 80 px) |
Shaded Dark
'a.png'
![]() (80 px x 80 px) |
'b.png'
![]() (80 px x 80 px) |
'back.png'
![]() (48 px x 48 px) |
'cancel.png'
![]() (80 px x 80 px) |
'checked.png'
![]() (48 px x 48 px) |
'close.png'
![]() (48 px x 48 px) |
'down.png'
![]() (80 px x 80 px) |
'expand.png'
![]() (48 px x 48 px) |
'gear.png'
![]() (48 px x 48 px) |
'hamburger.png'
![]() (48 px x 48 px) |
'key_round.png'
![]() (80 px x 80 px) |
'key_square.png'
![]() (48 px x 48 px) |
'l.png'
![]() (80 px x 80 px) |
'left.png'
![]() (80 px x 80 px) |
'music_off.png'
![]() (48 px x 48 px) |
'music_on.png'
![]() (48 px x 48 px) |
'pause.png'
![]() (108 px x 48 px) |
'pause_square.png'
![]() (48 px x 48 px) |
'play.png'
![]() (48 px x 48 px) |
'r.png'
![]() (80 px x 80 px) |
'right.png'
![]() (80 px x 80 px) |
'save.png'
![]() (48 px x 48 px) |
'search.png'
![]() (48 px x 48 px) |
'select.png'
![]() (108 px x 48 px) |
'sound_off.png'
![]() (48 px x 48 px) |
'sound_on.png'
![]() (48 px x 48 px) |
'star_round.png'
![]() (80 px x 80 px) |
'star_square.png'
![]() (48 px x 48 px) |
'start.png'
![]() (108 px x 48 px) |
'unchecked.png'
![]() (48 px x 48 px) |
'up.png'
![]() (80 px x 80 px) |
'wrench.png'
![]() (48 px x 48 px) |
'x.png'
![]() (80 px x 80 px) |
'y.png'
![]() (80 px x 80 px) |
Shaded Light
'a.png'
![]() (80 px x 80 px) |
'b.png'
![]() (80 px x 80 px) |
'back.png'
![]() (50 px x 48 px) |
'cancel.png'
![]() (80 px x 80 px) |
'checked.png'
![]() (50 px x 48 px) |
'close.png'
![]() (50 px x 48 px) |
'down.png'
![]() (80 px x 80 px) |
'expand.png'
![]() (50 px x 48 px) |
'gear.png'
![]() (50 px x 48 px) |
'hamburger.png'
![]() (50 px x 48 px) |
'key.png'
![]() (50 px x 48 px) |
'key_round.png'
![]() (80 px x 80 px) |
'l.png'
![]() (80 px x 80 px) |
'left.png'
![]() (80 px x 80 px) |
'music_off.png'
![]() (50 px x 48 px) |
'music_on.png'
![]() (50 px x 48 px) |
'pause.png'
![]() (110 px x 48 px) |
'pause_square.png'
![]() (50 px x 48 px) |
'play.png'
![]() (50 px x 48 px) |
'r.png'
![]() (80 px x 80 px) |
'right.png'
![]() (80 px x 80 px) |
'save.png'
![]() (50 px x 48 px) |
'search.png'
![]() (50 px x 48 px) |
'select.png'
![]() (110 px x 48 px) |
'sound_off.png'
![]() (50 px x 48 px) |
'sound_on.png'
![]() (50 px x 48 px) |
'star_round.png'
![]() (80 px x 80 px) |
'star_square.png'
![]() (50 px x 48 px) |
'start.png'
![]() (110 px x 48 px) |
'unchecked.png'
![]() (50 px x 48 px) |
'up.png'
![]() (80 px x 80 px) |
'wrench.png'
![]() (50 px x 48 px) |
'x.png'
![]() (80 px x 80 px) |
'y.png'
![]() (80 px x 80 px) |
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
'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:
The undocumented experimental folder
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.
'earth.mp4'
|