summaryrefslogtreecommitdiff
path: root/scenes/microgames/ad/ad_window.gd
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-16 11:49:09 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-16 11:49:09 -0600
commit4e03ecf7804083e21eb963c50d660221890028f6 (patch)
tree9167782260ce8dd8f1280fbc948496da060b38ae /scenes/microgames/ad/ad_window.gd
parent9eaa524fba7b110e609589c90cb27b033bdc5ecb (diff)
Remove cruft
Diffstat (limited to 'scenes/microgames/ad/ad_window.gd')
-rw-r--r--scenes/microgames/ad/ad_window.gd7
1 files changed, 0 insertions, 7 deletions
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.