From 14cfe3e26db08c7e45c26c151537531d99261077 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 19 Jul 2024 11:55:48 +0200 Subject: intermediate changes --- Tray.gd | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Tray.gd') diff --git a/Tray.gd b/Tray.gd index 3e117af..5f40fd2 100644 --- a/Tray.gd +++ b/Tray.gd @@ -49,11 +49,6 @@ func close(): func _on_resized(): %Button.global_position = global_position - Vector2(%Button.size.x, 0) - - var shape = RectangleShape2D.new() - shape.size = size - %TrayCollision/CollisionShape2D.shape = shape - %TrayCollision/CollisionShape2D.position = size / 2 func _on_button_pressed(): -- cgit v1.2.3