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.tscn | |
parent | df074ff75646f543b634d229c3e183a991403890 (diff) |
Add ad images and start ad scene
Diffstat (limited to 'scenes/microgames/ad/ad.tscn')
-rw-r--r-- | scenes/microgames/ad/ad.tscn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scenes/microgames/ad/ad.tscn b/scenes/microgames/ad/ad.tscn new file mode 100644 index 0000000..46fc38c --- /dev/null +++ b/scenes/microgames/ad/ad.tscn @@ -0,0 +1,5 @@ +[gd_scene format=3 uid="uid://dekqkxftnx3gd"] + +[node name="Ad" type="Node2D"] + +[node name="Sprite2D" type="Sprite2D" parent="."] |