67 lines
1.9 KiB
Plaintext
67 lines
1.9 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scripts/cheat_menu.gd" type="Script" id=1]
|
|
|
|
[node name="cheat_menu" type="WindowDialog"]
|
|
anchor_right = 0.223
|
|
anchor_bottom = 0.451
|
|
margin_right = 0.839996
|
|
margin_bottom = -0.0800476
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_bottom = 1.0
|
|
tab_align = 0
|
|
|
|
[node name="Player" type="VBoxContainer" parent="TabContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 32.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
|
|
[node name="charge" type="Button" parent="TabContainer/Player"]
|
|
margin_right = 421.0
|
|
margin_bottom = 20.0
|
|
text = "+1 Charge"
|
|
|
|
[node name="charge_5" type="Button" parent="TabContainer/Player"]
|
|
margin_top = 24.0
|
|
margin_right = 421.0
|
|
margin_bottom = 44.0
|
|
text = "+5 Charge"
|
|
|
|
[node name="clear" type="Button" parent="TabContainer/Player"]
|
|
margin_top = 48.0
|
|
margin_right = 421.0
|
|
margin_bottom = 68.0
|
|
text = "Clear Held Item"
|
|
|
|
[node name="Events" type="VBoxContainer" parent="TabContainer"]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 32.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
|
|
[node name="random_damage" type="Button" parent="TabContainer/Events"]
|
|
margin_right = 12.0
|
|
margin_bottom = 20.0
|
|
text = "Damage Random Object"
|
|
|
|
[node name="timer_2_s" type="Button" parent="TabContainer/Events"]
|
|
margin_right = 12.0
|
|
margin_bottom = 20.0
|
|
text = "Day Timer 00:02"
|
|
|
|
[connection signal="pressed" from="TabContainer/Player/charge" to="." method="_on_charge_pressed"]
|
|
[connection signal="pressed" from="TabContainer/Player/charge_5" to="." method="_on_charge_5_pressed"]
|
|
[connection signal="pressed" from="TabContainer/Player/clear" to="." method="_on_clear_pressed"]
|
|
[connection signal="pressed" from="TabContainer/Events/random_damage" to="." method="_on_random_damage_pressed"]
|
|
[connection signal="pressed" from="TabContainer/Events/timer_2_s" to="." method="_on_timer_2_s_pressed"]
|