From 4e03ecf7804083e21eb963c50d660221890028f6 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 16 Nov 2024 11:49:09 -0600 Subject: Remove cruft --- scenes/microgames/ad/ad_window.gd | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scenes/microgames/ad/ad_window.gd') diff --git a/scenes/microgames/ad/ad_window.gd b/scenes/microgames/ad/ad_window.gd index b35b200..639ecd4 100644 --- a/scenes/microgames/ad/ad_window.gd +++ b/scenes/microgames/ad/ad_window.gd @@ -14,13 +14,6 @@ func _ready() -> void: float(window_size.x) / float(sprite.texture.get_width()), float(window_size.y) / float(sprite.texture.get_height()) ) - print(window_size) - print(Vector2(sprite.texture.get_width(), sprite.texture.get_height())) - print(sprite.scale) - print(Vector2( - float(window_size.x) / float(sprite.texture.get_width()), - float(window_size.y) / float(sprite.texture.get_height()) - )) # Called every frame. 'delta' is the elapsed time since the previous frame. -- cgit v1.2.3