mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-07 23:06:03 +00:00
更新无限地图
This commit is contained in:
@@ -82,7 +82,7 @@ export default abstract class GRoleBase<T> extends GObject<T>{
|
||||
//初始化
|
||||
protected init(role:TableGRole){
|
||||
if(this.spine)
|
||||
this.spine.skeletonData = app.role.skData[role.id];
|
||||
this.spine.skeletonData = app.battleRes.skData[role.id];
|
||||
}
|
||||
|
||||
//创建一个状态机
|
||||
|
||||
Reference in New Issue
Block a user