From 88acb31bd43f0e163522837bb1d0dd7da2977c4a Mon Sep 17 00:00:00 2001 From: hop311 Date: Wed, 28 Aug 2024 18:46:30 +0100 Subject: Switch to using custom UI nodes --- extension/src/openvic-extension/classes/GUITextureRect.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extension/src/openvic-extension/classes/GUITextureRect.hpp (limited to 'extension/src/openvic-extension/classes/GUITextureRect.hpp') diff --git a/extension/src/openvic-extension/classes/GUITextureRect.hpp b/extension/src/openvic-extension/classes/GUITextureRect.hpp new file mode 100644 index 0000000..afcf4da --- /dev/null +++ b/extension/src/openvic-extension/classes/GUITextureRect.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include + +namespace OpenVic { + class GUITextureRect : public godot::TextureRect { + GDCLASS(GUITextureRect, godot::TextureRect) + + protected: + static void _bind_methods(); + }; +} -- cgit v1.2.3-56-ga3b1