更新项目说明以及清空多余素材

This commit is contained in:
2025-09-22 14:44:02 +08:00
parent 87cfe5aed6
commit 8723b1354d
27 changed files with 122 additions and 150 deletions

View File

@@ -21,6 +21,7 @@ public abstract class Fighter implements Disposable {
SPECIAL1, SPECIAL2,
DEATH
}
protected String name;
// 动画帧间隔(秒)
protected static final float DEFAULT_FRAME_DURATION = 0.1f;
@@ -351,6 +352,8 @@ public abstract class Fighter implements Disposable {
return attackPower;
}
public String getName(){ return ""; }
@Override
public void dispose() {
}