mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Add a cursor for notplayer
This commit is contained in:
parent
fae5ee9bd3
commit
77fcee3ab0
2 changed files with 19 additions and 0 deletions
BIN
quant.ew/files/resource/sprites/cursor_notplayer.png
Normal file
BIN
quant.ew/files/resource/sprites/cursor_notplayer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 B |
|
@ -619,4 +619,23 @@
|
|||
<BossHealthBarComponent gui_max_distance_visible="512" gui="1"/>
|
||||
|
||||
<LuaComponent _tags="ew_remove_on_send" script_wand_fired = "mods/quant.ew/files/resource/cbs/count_times_wand_fired.lua"/>
|
||||
|
||||
<Entity name="cursor">
|
||||
<SpriteComponent
|
||||
alpha="1"
|
||||
image_file="mods/quant.ew/files/resource/sprites/cursor_notplayer.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>
|
Loading…
Add table
Add a link
Reference in a new issue