summaryrefslogtreecommitdiff
path: root/game/microgames/find_window/msn_regular.tscn
diff options
context:
space:
mode:
authorMarcelo Costa <>2024-01-27 16:16:37 -0300
committerMarcelo Costa <>2024-01-27 16:16:37 -0300
commit7f4fc3b59c286c7c50df43c4f75eab330955e4f3 (patch)
tree6bf06c3974ad96d3763fccd45ece54fa778c1236 /game/microgames/find_window/msn_regular.tscn
parent99b7a48dd674b0b62e21ca2f76caede42c20a308 (diff)
downloadgamejam-ggj-2024-7f4fc3b59c286c7c50df43c4f75eab330955e4f3.tar.gz
gamejam-ggj-2024-7f4fc3b59c286c7c50df43c4f75eab330955e4f3.tar.bz2
gamejam-ggj-2024-7f4fc3b59c286c7c50df43c4f75eab330955e4f3.zip
MVP for Find Window Microgame
Diffstat (limited to 'game/microgames/find_window/msn_regular.tscn')
-rw-r--r--game/microgames/find_window/msn_regular.tscn23
1 files changed, 23 insertions, 0 deletions
diff --git a/game/microgames/find_window/msn_regular.tscn b/game/microgames/find_window/msn_regular.tscn
new file mode 100644
index 0000000..b24557d
--- /dev/null
+++ b/game/microgames/find_window/msn_regular.tscn
@@ -0,0 +1,23 @@
+[gd_scene load_steps=3 format=3 uid="uid://dxo3khe6emukf"]
+
+[ext_resource type="Texture2D" uid="uid://cmomodj0c17sh" path="res://game/microgames/find_window/assets/Img_MSN_normal.png" id="1_55ksy"]
+[ext_resource type="Script" path="res://game/microgames/find_window/msn_regular.gd" id="2_m5374"]
+
+[node name="ImgMsnNormal" type="TextureRect"]
+texture = ExtResource("1_55ksy")
+script = ExtResource("2_m5374")
+
+[node name="Button" type="Button" parent="."]
+modulate = Color(1, 1, 1, 0)
+layout_mode = 1
+anchors_preset = -1
+anchor_left = 0.918
+anchor_top = 0.039
+anchor_right = 0.918
+anchor_bottom = 0.039
+offset_left = -50.324
+offset_top = -18.862
+offset_right = 49.676
+offset_bottom = 31.138
+
+[connection signal="button_down" from="Button" to="." method="_on_button_button_down"]