aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-11 17:17:38 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-11 17:17:38 +0200
commit5c722e926f04f7d81dcb235d11dda3eff1545f76 (patch)
treeaea0c1f5a344e37b625f755eabded59179bf1b88 /client/global.gd
parent2537e764a359328870c3eabb16ee5238becd3c73 (diff)
downloadhurrycurry-5c722e926f04f7d81dcb235d11dda3eff1545f76.tar
hurrycurry-5c722e926f04f7d81dcb235d11dda3eff1545f76.tar.bz2
hurrycurry-5c722e926f04f7d81dcb235d11dda3eff1545f76.tar.zst
slower anim of non-player owned items and fix static call to interpolation functions.
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd
index dc3f7549..6584c1d9 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -15,6 +15,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
+class_name G
extends Node
signal settings_changed()