diff options
Diffstat (limited to 'NET/worlds/scape/StandardTextureDecoder.java')
| -rw-r--r-- | NET/worlds/scape/StandardTextureDecoder.java | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/NET/worlds/scape/StandardTextureDecoder.java b/NET/worlds/scape/StandardTextureDecoder.java new file mode 100644 index 0000000..0d22571 --- /dev/null +++ b/NET/worlds/scape/StandardTextureDecoder.java @@ -0,0 +1,175 @@ +/* */ package NET.worlds.scape; +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ class StandardTextureDecoder +/* */ extends TextureDecoder +/* */ { +/* 156 */ private String exts = "gif;jpg;jpeg;jpe;jfif;xbm"; +/* */ +/* */ +/* */ protected String getExts() +/* */ { +/* 161 */ return this.exts; +/* */ } +/* */ +/* */ +/* */ protected Texture read(String urlName, String filename) +/* */ { +/* 167 */ return new StandardTexture(urlName, filename); +/* */ } +/* */ } + + +/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\StandardTextureDecoder.class + * Java compiler version: 6 (50.0) + * JD-Core Version: 0.7.1 + */
\ No newline at end of file |