From 6e2deea3d1b2fb4d79dac02a0d4310936c7f317c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 24 Dec 2024 00:36:06 +0100 Subject: next commit --- ui/bmp_texture_rect.gd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ui/bmp_texture_rect.gd (limited to 'ui/bmp_texture_rect.gd') diff --git a/ui/bmp_texture_rect.gd b/ui/bmp_texture_rect.gd new file mode 100644 index 0000000..0925efb --- /dev/null +++ b/ui/bmp_texture_rect.gd @@ -0,0 +1,6 @@ +extends TextureRect + + + +func _ready() -> void: + texture = BMPTexture.from_texture(texture, [Color.MAGENTA]) -- cgit v1.2.3