Skip to content

Backgrounds and Animations

Bad Listener edited this page Dec 4, 2025 · 3 revisions

Backgrounds & Animations

CEEvents may define static, weighted, or animated backgrounds.


1. Static Background

<BackgroundName>forest_clear</BackgroundName>

2. Weighted Background Sets

<Backgrounds>
    <Background Name="forest_path" Weight="3"/>
    <Background Name="broken_barrel" Weight="1"/>
</Backgrounds>

3. Animated Backgrounds

<BackgroundAnimation>
    <BackgroundName>torch_flicker</BackgroundName>
    <BackgroundName>torch_flicker_2</BackgroundName>
    <BackgroundName>torch_flicker_3</BackgroundName>
</BackgroundAnimation>
<BackgroundAnimationSpeed>1.5</BackgroundAnimationSpeed>

Next Page

➡️ Requirements (Req*)

Clone this wiki locally