Skip to content

Commit

Permalink
buttons appear over text editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaarrgh committed Mar 8, 2020
1 parent 76168c0 commit 2908d60
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions Main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -37,61 +37,6 @@ __meta__ = {
"_edit_use_anchors_": false
}

[node name="SwitchShader" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -105.097
margin_top = 4.16963
margin_right = -5.09619
margin_bottom = 26.1696
theme = ExtResource( 2 )
text = "Switch Shader"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="CodeToggle" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -188.917
margin_top = 4.19305
margin_right = -109.917
margin_bottom = 26.1931
theme = ExtResource( 2 )
toggle_mode = true
shortcut_in_tooltip = false
pressed = true
text = "Edit Code"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Reset" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -241.921
margin_top = 4.3079
margin_right = -193.921
margin_bottom = 26.3079
theme = ExtResource( 2 )
text = "Reset"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="NewShader" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -333.808
margin_top = 3.99564
margin_right = -246.808
margin_bottom = 25.9956
theme = ExtResource( 2 )
text = "New Shader"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextEdit" type="TextEdit" parent="."]
anchor_right = 0.5
anchor_bottom = 1.0
Expand Down Expand Up @@ -168,6 +113,61 @@ __meta__ = {
"_edit_use_anchors_": false
}

[node name="SwitchShader" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -105.097
margin_top = 4.16963
margin_right = -5.09619
margin_bottom = 26.1696
theme = ExtResource( 2 )
text = "Switch Shader"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="CodeToggle" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -188.917
margin_top = 4.19305
margin_right = -109.917
margin_bottom = 26.1931
theme = ExtResource( 2 )
toggle_mode = true
shortcut_in_tooltip = false
pressed = true
text = "Edit Code"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Reset" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -241.921
margin_top = 4.3079
margin_right = -193.921
margin_bottom = 26.3079
theme = ExtResource( 2 )
text = "Reset"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="NewShader" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -333.808
margin_top = 3.99564
margin_right = -246.808
margin_bottom = 25.9956
theme = ExtResource( 2 )
text = "New Shader"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="FileDialog" type="FileDialog" parent="."]
anchor_left = 1.0
anchor_right = 1.0
Expand Down

0 comments on commit 2908d60

Please sign in to comment.