MIF_E31230535/gameover.tscn

41 lines
1.2 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://m0fbdlsxk153"]
[ext_resource type="Texture2D" uid="uid://kqdoo6ub5rlh" path="res://ChatGPT Image May 27, 2026, 10_33_27 AM.png" id="1_4nh4k"]
[ext_resource type="Script" uid="uid://dy6dco3ootu4u" path="res://gameover.gd" id="1_tpdqf"]
[node name="gameover" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 1152.0
offset_bottom = 647.0
script = ExtResource("1_tpdqf")
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
offset_left = -280.0
offset_top = -203.0
offset_right = 1421.0
offset_bottom = 722.0
texture = ExtResource("1_4nh4k")
[node name="tomboltryagain" type="Button" parent="TextureRect"]
layout_mode = 0
offset_left = 724.0
offset_top = 650.0
offset_right = 1049.0
offset_bottom = 731.0
text = "COBA LAGI
"
[node name="tombolexit" type="Button" parent="TextureRect"]
layout_mode = 0
offset_left = 724.0
offset_top = 754.0
offset_right = 1049.0
offset_bottom = 835.0
text = "KEMBALI
"
[connection signal="pressed" from="TextureRect/tomboltryagain" to="." method="_on_tomboltryagain_pressed"]
[connection signal="pressed" from="TextureRect/tombolexit" to="." method="_on_tombolexit_pressed"]