Jump to content

Inability to hover over a Sea Weed's base


Hornete
  • Pending

1594898008_GIF11-29-20216-35-43PM.gif.4f1bd224fcaeecccb3cc1293d8390bc9.gif

You are not able to hover over the base of the Sea Weed of your mouse, only either the ripple effects, or the top of the Sea Weed.


Steps to Reproduce

1. Try to hover over the base of the Sea Weed
2. can't

  • Like 2
  • Sad Dupe 2



User Feedback


In Sea Weed's case, the base should have "FX" tag instead of "DECOR" (to pass mouseover to parent)

2097584104_GIF30-Nov-2104-15-04.gif.c61988cb8f48c70ce432fb4ea2889f13.gif

local function basefn()
    local inst = CreateEntity()

    <...>

    inst:AddTag("DECOR") --should be "FX"
Edited by Tykvesh
  • Thanks 1

Share this comment


Link to comment
Share on other sites

38 minutes ago, Tykvesh said:

In Sea Weed's case, the base should have "FX" tag instead of "DECOR" (to pass mouseover to parent)

2097584104_GIF30-Nov-2104-15-04.gif.c61988cb8f48c70ce432fb4ea2889f13.gif


local function basefn()
    local inst = CreateEntity()

    <...>

    inst:AddTag("DECOR") --should be "FX"

Great work! :D

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...