diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-04-24 05:55:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 05:55:40 +0200 |
commit | 639f86febf39184cccde9f898fc328375048233f (patch) | |
tree | f81561fbcb292709c7a4cd99f463c2e0723e3468 /game/src/Utility | |
parent | 40b981ec11818a245603885bddcf5fd1503abf63 (diff) | |
parent | 2c2ee99cf2d304ec28eed8560860267e95ee9017 (diff) |
Merge pull request #93 from Spartan322/some-refurbishing
Diffstat (limited to 'game/src/Utility')
-rw-r--r-- | game/src/Utility/StyleBoxWithSound.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/src/Utility/StyleBoxWithSound.gd b/game/src/Utility/StyleBoxWithSound.gd index 8de1af1..8c29b34 100644 --- a/game/src/Utility/StyleBoxWithSound.gd +++ b/game/src/Utility/StyleBoxWithSound.gd @@ -1,3 +1,4 @@ +## WARNING: This will not work with togglable UI elements, a special implementation is needed for them. @tool extends StyleBox class_name StyleBoxWithSound |