summaryrefslogtreecommitdiff
path: root/scripts/splashscreen.gd
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2023-02-02 00:48:02 -0700
committerLogan <logan@cflip.net>2023-02-02 00:48:02 -0700
commitf77c7cca424bf28c0c412c9612bc976dfaf612a5 (patch)
treed9671f096f59d678b4cf6ff5399e26084f4bca80 /scripts/splashscreen.gd
parentb28b44303e5f17094ca70a8116a12847863dd1f0 (diff)
Make splashscreen responsive to other aspect ratios
Diffstat (limited to 'scripts/splashscreen.gd')
-rw-r--r--scripts/splashscreen.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/splashscreen.gd b/scripts/splashscreen.gd
index 01291e9..22675a7 100644
--- a/scripts/splashscreen.gd
+++ b/scripts/splashscreen.gd
@@ -1,4 +1,4 @@
-extends Node
+extends Control
func _ready():
global_variables.startup = true