diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:53:02 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:53:02 -0600 |
commit | 56377b3afac7d5809738c6016981c5153a20f2b3 (patch) | |
tree | f160b73658f0d2cb722e554fe10d45949257c8e3 /scenes/microgames/ad_window.tscn | |
parent | b62bbaac0dd22ba130832292f9248de2e9aa4662 (diff) |
Make derived window class for the ad microgame
Diffstat (limited to 'scenes/microgames/ad_window.tscn')
-rw-r--r-- | scenes/microgames/ad_window.tscn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scenes/microgames/ad_window.tscn b/scenes/microgames/ad_window.tscn new file mode 100644 index 0000000..8ae397c --- /dev/null +++ b/scenes/microgames/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_ogoum"] +[ext_resource type="Script" path="res://scenes/microgames/ad_window.gd" id="2_3vqme"] + +[node name="Window" instance=ExtResource("1_ogoum")] +script = ExtResource("2_3vqme") |