It can't double the dBs. It will only add 3 as dBs are a log scale and +/-3dBs is double/half.
TechieDamien
mCaptcha is an open source proof of work tool to tackle bots.
Give me LaTeX or give me death!
I believe there is a property on the signal to see the connections. From what you just said, it is possible that you are emitting before the connection is made. You can verify this using a couple print statements. If this is correct, the solution would be to either move the emission later or move the connection earlier (_init happens before _ready). Depending on what these functions are doing, feel free to pick whatever solution works best for you.
Why did you mention it?! Now we can never unsee it!
Are you emitting in a function that gets called. If you are not sure, put a breakpoint in that line and see if you stop there. Also check to see if you connect first before emitting. One more thing, you don't need to make a callable, you can just use the function as it is a first class member of the class now, eg:
hexGrid.index_transform.connect(_get_hex_index_transform)
Be sure not to leave in any brackets added after the function that autocomplete likes to add.
We can't beat nature on this one. All our attempts to prevent flooding are expensive and just move the issue elsewhere. Working with nature is the way to go.
Propaganda from the second inquisition to get vampires to use technology again and get caught!
Honestly, just jump in and start making something, either following a tutorial and/or referencing the docs as you go. As for free assets, maybe try the creative commons website? Just make sure to adhere to the terms of any license that you use.
Recently finished zero dawn on PC and really enjoyed it. Hopefully this lives up to it's predecessor!