forked from team-sg/hero-mark-2
ThE GREAT SHATTERINGgit status! control.tscn is DEAD! LoNG LIVE CONTROL.TSCNgit statusgit status! MWAHAHAHAHAHAHAHA
This commit is contained in:
parent
6c22279e41
commit
c1a9ab7cdc
17 changed files with 253 additions and 270 deletions
|
@ -1,36 +1,17 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://autoloads/debug.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/2ndpuberty_no_dropshadow.tres" type="Theme" id=2]
|
||||
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=3]
|
||||
|
||||
[sub_resource type="InputEventAction" id=4]
|
||||
action = "toggle_console"
|
||||
|
||||
[sub_resource type="ShortCut" id=3]
|
||||
shortcut = SubResource( 4 )
|
||||
|
||||
[node name="Debug" type="CanvasLayer"]
|
||||
[node name="Debug" type="CanvasLayer" groups=["viewport_autoload"]]
|
||||
layer = 128
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Console" type="Label" parent="."]
|
||||
anchor_right = 1.0
|
||||
size_flags_vertical = 2
|
||||
|
||||
[node name="Panel" type="Panel" parent="Console"]
|
||||
show_behind_parent = true
|
||||
[node name="CheatLabel" type="Label" parent="."]
|
||||
material = ExtResource( 3 )
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="VisibleToggle" type="CheckBox" parent="."]
|
||||
visible = false
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
margin_left = -22.0
|
||||
margin_top = 173.0
|
||||
margin_right = 57.0
|
||||
margin_bottom = 197.0
|
||||
pressed = true
|
||||
shortcut = SubResource( 3 )
|
||||
text = "Console"
|
||||
|
||||
[connection signal="toggled" from="VisibleToggle" to="." method="_on_visible_toggled"]
|
||||
theme = ExtResource( 2 )
|
||||
align = 2
|
||||
valign = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue