diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 11:09:03 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 11:09:03 -0600 |
commit | 95723c0f660fbf3ad41296ae27f76a930bca2674 (patch) | |
tree | b475b771d041f66f6f91a0919f158d901183f161 /scenes/microgames/ad/ad_window.tscn | |
parent | df074ff75646f543b634d229c3e183a991403890 (diff) |
Add ad images and start ad scene
Diffstat (limited to 'scenes/microgames/ad/ad_window.tscn')
-rw-r--r-- | scenes/microgames/ad/ad_window.tscn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scenes/microgames/ad/ad_window.tscn b/scenes/microgames/ad/ad_window.tscn new file mode 100644 index 0000000..35c07ef --- /dev/null +++ b/scenes/microgames/ad/ad_window.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=3 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"] + +[node name="Window" instance=ExtResource("1_gtv65")] +script = ExtResource("2_h3lwj") |