```lualocal assets ={Asset("ANIM", "anim/tree_christmas.zip"),}local function oninit(inst)inst.AnimState:PlayAnimation("idle", true)inst.AnimState:PushAnimation("festive_loop", true)endlocal function fn()local inst = CreateEntity()inst.entity:AddTransform()inst.entity:AddAnimState()inst.entity:AddSo