noita_entangled_worlds/quant.ew/data/entities/animals/nibbana.xml
2024-11-10 12:24:18 -05:00

32 lines
No EOL
967 B
XML

<Entity tags="polymorphed_cessation" name="$animal_player" >
<LuaComponent
script_source_file="mods/quant.ew/files/system/local_health/notplayer/cessation.lua"
execute_every_n_frame="-1"
execute_on_removed="1"
>
</LuaComponent>
<ControlsComponent
enabled="1"
gamepad_fire_on_thumbstick_extend="0"
gamepad_fire_on_thumbstick_extend_threshold="0.9"
gamepad_indirect_aiming_enabled="0"
></ControlsComponent>
<Entity name="cursor">
<SpriteComponent
alpha="1"
image_file="mods/quant.ew/files/resource/sprites/cursor.png"
next_rect_animation=""
offset_x="6.5"
offset_y="6.5"
emissive="1"
additive="1"
rect_animation=""
z_index="1"
update_transform="1"
update_transform_rotation="0"
has_special_scale="1"
special_scale_x="0.5"
special_scale_y="0.5"
></SpriteComponent>
</Entity>
</Entity>