diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 11:16:14 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 11:16:14 -0600 |
commit | 589b0604d4bb8535b133512621ad2f340dc57911 (patch) | |
tree | 15c9d14afd7738712ee91c7b67b6335695a5c94f /scenes/microgames/ad/ad_window.tscn | |
parent | 95723c0f660fbf3ad41296ae27f76a930bca2674 (diff) |
Hardcoded wizard ad
Diffstat (limited to 'scenes/microgames/ad/ad_window.tscn')
-rw-r--r-- | scenes/microgames/ad/ad_window.tscn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scenes/microgames/ad/ad_window.tscn b/scenes/microgames/ad/ad_window.tscn index 35c07ef..9c70050 100644 --- a/scenes/microgames/ad/ad_window.tscn +++ b/scenes/microgames/ad/ad_window.tscn @@ -1,7 +1,14 @@ -[gd_scene load_steps=3 format=3 uid="uid://ccbxoes40rtkj"] +[gd_scene load_steps=4 format=3 uid="uid://ccbxoes40rtkj"] [ext_resource type="PackedScene" uid="uid://b2awdq32lxnef" path="res://scenes/microgames/microgame_window.tscn" id="1_gtv65"] [ext_resource type="Script" path="res://scenes/microgames/ad/ad_window.gd" id="2_h3lwj"] +[ext_resource type="PackedScene" uid="uid://dekqkxftnx3gd" path="res://scenes/microgames/ad/ad.tscn" id="3_j4tnf"] [node name="Window" instance=ExtResource("1_gtv65")] +size = Vector2i(1024, 864) +content_scale_size = Vector2i(1024, 1024) +content_scale_mode = 0 +content_scale_factor = 0.58 script = ExtResource("2_h3lwj") + +[node name="Ad" parent="." index="0" instance=ExtResource("3_j4tnf")] |