Advertisement
Guest User

Assets.as

a guest
Feb 5th, 2013
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package game {
  2.     /** Auto generated from assetGenerator.py! :) */
  3.     public class Assets {
  4.  
  5.         /** Generating png assets! */
  6.         [Embed(source = "../../assets/png/notReal.png")] public static const IMG_NOTREAL:Class
  7.         [Embed(source = "../../assets/png/player.png")] public static const IMG_PLAYER:Class
  8.         [Embed(source = "../../assets/png/enemies/gannondorf.png")] public static const IMG_ENEMIES_GANNONDORF:Class
  9.         [Embed(source = "../../assets/png/enemies/goomba.png")] public static const IMG_ENEMIES_GOOMBA:Class
  10.         [Embed(source = "../../assets/png/hud/healthBar.png")] public static const IMG_HUD_HEALTHBAR:Class
  11.         [Embed(source = "../../assets/png/hud/weapons/busterWolf.png")] public static const IMG_HUD_WEAPONS_BUSTERWOLF:Class
  12.         [Embed(source = "../../assets/png/hud/weapons/randySavage.png")] public static const IMG_HUD_WEAPONS_RANDYSAVAGE:Class
  13.  
  14.         /** Generating oel assets! */
  15.         [Embed(source = "../../assets/levels/cutscene.oel", mimeType = "application/octet-stream")] public static const LEVEL_CUTSCENE:Class
  16.         [Embed(source = "../../assets/levels/level1.oel", mimeType = "application/octet-stream")] public static const LEVEL_LEVEL1:Class
  17.         [Embed(source = "../../assets/levels/level2.oel", mimeType = "application/octet-stream")] public static const LEVEL_LEVEL2:Class
  18.         [Embed(source = "../../assets/levels/level3.oel", mimeType = "application/octet-stream")] public static const LEVEL_LEVEL3:Class
  19.  
  20.         /** Generating mp3 assets! */
  21.         [Embed(source = "../../assets/mp3/jump.mp3")] public static const SOUND_JUMP:Class
  22.         [Embed(source = "../../assets/mp3/pretendSounds.mp3")] public static const SOUND_PRETENDSOUNDS:Class
  23.         [Embed(source = "../../assets/mp3/music/greenHillZone.mp3")] public static const SOUND_MUSIC_GREENHILLZONE:Class
  24.         [Embed(source = "../../assets/mp3/music/quickMan.mp3")] public static const SOUND_MUSIC_QUICKMAN:Class
  25.  
  26.         /** Generating ttf assets! */
  27.         [Embed(source = "../../assets/fonts/comicSans.ttf", embedAsCFF = "false", fontFamily = "COMICSANS")] private static const _FONT_COMICSANS:Class
  28.         public static const FONT_COMICSANS:String = "COMICSANS"
  29.  
  30.         [Embed(source = "../../assets/fonts/serif/fancyFont.ttf", embedAsCFF = "false", fontFamily = "FANCYFONT")] private static const _FONT_SERIF_FANCYFONT:Class
  31.         public static const FONT_SERIF_FANCYFONT:String = "FANCYFONT"
  32.  
  33.         [Embed(source = "../../assets/fonts/serif/pretendFont.ttf", embedAsCFF = "false", fontFamily = "PRETENDFONT")] private static const _FONT_SERIF_PRETENDFONT:Class
  34.         public static const FONT_SERIF_PRETENDFONT:String = "PRETENDFONT"
  35.  
  36.     }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement