资源简介

破碎的像素地牢

资源截图

代码片段和文件信息

/*
 * Pixel Dungeon
 * Copyright (C) 2012-2015 Oleg Dolya
 *
 * Shattered Pixel Dungeon
 * Copyright (C) 2014-2019 Evan Debenham
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation either version 3 of the License or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not see 
 */

package com.shatteredpixel.shatteredpixeldungeon;

public class Assets {

public static final String ARCS_BG = “arcs1.png“;
public static final String ARCS_FG = “arcs2.png“;
public static final String DASHBOARD = “dashboard.png“;

public static final String BANNERS = “banners.png“;
public static final String BADGES = “badges.png“;
public static final String LOCKED = “locked_badge.png“;
public static final String AMULET = “amulet.png“;

public static final String CHROME = “chrome.png“;
public static final String ICONS = “icons.png“;
public static final String STATUS = “status_pane.png“;
public static final String MENU = “menu_button.png“;
public static final String HP_BAR = “hp_bar.png“;
public static final String SHLD_BAR = “shield_bar.png“;
public static final String XP_BAR = “exp_bar.png“;
public static final String TOOLBAR = “toolbar.png“;
public static final String SHADOW   = “shadow.png“;
public static final String BOSSHP   = “boss_hp.png“;

public static final String WARRIOR = “warrior.png“;
public static final String MAGE = “mage.png“;
public static final String ROGUE = “rogue.png“;
public static final String HUNTRESS = “huntress.png“;
public static final String AVATARS = “avatars.png“;
public static final String PET = “pet.png“;

public static final String SURFACE = “surface.png“;

public static final String FIREBALL = “fireball.png“;
public static final String SPECKS = “specks.png“;
public static final String EFFECTS = “effects.png“;

public static final String RAT = “rat.png“;
public static final String GNOLL = “gnoll.png“;
public static final String CRAB = “crab.png“;
public static final String GOO = “goo.png“;
public static final String SWARM = “swarm.png“;
public static final String SKELETON = “skeleton.png“;
public static final String SHAMAN = “shaman.png“;
public static final String THIEF = “thief.png“;
public static final String TENGU = “tengu.png“;
public static final String SHEEP = “sheep.png“;
public static final String KEEPER = “shopkeeper.png“;
public static final String BAT = “bat.png“;
public static final String BRUTE = “brute.png“;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3315  2021-02-21 15:26  .idea\codestyles\Project.xml

     文件        806  2021-02-21 15:26  .idea\gradle.xml

     文件       1707  2019-07-07 19:22  .idea\misc.xml

     文件        516  2019-06-23 09:12  .idea\modules.xml

     文件        564  2019-06-23 09:08  .idea\runConfigurations.xml

     文件        167  2019-06-23 09:08  .idea\vcs.xml

     文件      15624  2021-02-21 15:33  .idea\workspace.xml

     文件       4061  2019-07-07 15:18  build\intermediates\proguard-files\proguard-android-optimize.txt-3.2.1

     文件       3784  2019-07-07 15:18  build\intermediates\proguard-files\proguard-android.txt-3.2.1

     文件       4045  2019-07-07 15:18  build\intermediates\proguard-files\proguard-defaults.txt-3.2.1

     文件       1184  2021-02-21 15:37  core\build.gradle

     文件      11102  2021-02-21 15:26  core\core.iml

     文件        440  2019-06-22 18:01  core\proguard-rules.pro

     文件        270  2021-02-21 15:37  core\src\debug\res\mipmap-anydpi-v26\ic_launcher.xml

     文件       1017  2021-02-21 15:37  core\src\debug\res\mipmap-hdpi\ic_launcher.png

     文件        470  2021-02-21 15:37  core\src\debug\res\mipmap-hdpi\ic_launcher_background.png

     文件        376  2021-02-21 15:37  core\src\debug\res\mipmap-hdpi\ic_launcher_foreground.png

     文件        498  2021-02-21 15:37  core\src\debug\res\mipmap-ldpi\ic_launcher.png

     文件        749  2021-02-21 15:37  core\src\debug\res\mipmap-mdpi\ic_launcher.png

     文件        351  2021-02-21 15:37  core\src\debug\res\mipmap-mdpi\ic_launcher_background.png

     文件        354  2021-02-21 15:37  core\src\debug\res\mipmap-mdpi\ic_launcher_foreground.png

     文件       1376  2021-02-21 15:37  core\src\debug\res\mipmap-xhdpi\ic_launcher.png

     文件        468  2021-02-21 15:37  core\src\debug\res\mipmap-xhdpi\ic_launcher_background.png

     文件       1053  2021-02-21 15:37  core\src\debug\res\mipmap-xhdpi\ic_launcher_foreground.png

     文件       1841  2021-02-21 15:37  core\src\debug\res\mipmap-xxhdpi\ic_launcher.png

     文件        619  2021-02-21 15:37  core\src\debug\res\mipmap-xxhdpi\ic_launcher_background.png

     文件       1468  2021-02-21 15:37  core\src\debug\res\mipmap-xxhdpi\ic_launcher_foreground.png

     文件       2649  2021-02-21 15:37  core\src\debug\res\mipmap-xxxhdpi\ic_launcher.png

     文件        953  2021-02-21 15:37  core\src\debug\res\mipmap-xxxhdpi\ic_launcher_background.png

     文件        595  2021-02-21 15:37  core\src\debug\res\mipmap-xxxhdpi\ic_launcher_foreground.png

............此处省略1411个文件信息

评论

共有 条评论