24 lines
569 B
XML
24 lines
569 B
XML
|
<Entity tags="mortal,hittable,homing_target,wand_ghost" name="$animal_wand_ghost">
|
||
|
|
||
|
<Base file="data/entities/base_wand_ghost.xml" >
|
||
|
<CameraBoundComponent
|
||
|
_enabled="0"
|
||
|
max_count="30"
|
||
|
distance="160000">
|
||
|
</CameraBoundComponent>
|
||
|
</Base>
|
||
|
|
||
|
<LuaComponent
|
||
|
_enabled="1"
|
||
|
remove_after_executed="1"
|
||
|
script_source_file="data/scripts/animals/wand_ghost.lua" >
|
||
|
</LuaComponent>
|
||
|
|
||
|
<AudioLoopComponent
|
||
|
file="data/audio/Desktop/animals.bank"
|
||
|
event_name="animals/ghost/movement_loop"
|
||
|
set_speed_parameter="1"
|
||
|
auto_play="1">
|
||
|
</AudioLoopComponent>
|
||
|
|
||
|
</Entity>
|