This commit is contained in:
aozhiwei 2022-11-11 21:18:22 +08:00
commit 830e726319

View File

@ -48,6 +48,10 @@ void Android::Initialize()
}
SetHP(GetBattleContext()->GetMaxHP());
SetMaxHP(GetHP());
{
avatar_url = a8::XValue(50001 + rand() % 10).GetString();
head_frame = 60000;
}
}
void Android::Update(int delta_time)