Update projects to Godot 3.3

This commit is contained in:
Aaron Franke
2020-12-08 19:36:00 -05:00
parent 94ec2ea5d9
commit 814909538f
187 changed files with 238 additions and 521 deletions

View File

@@ -6,6 +6,9 @@
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_vertical = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PrintHello" type="Button" parent="."]
margin_left = 472.0
@@ -17,4 +20,5 @@ script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="PrintHello" to="PrintHello" method="_on_PrintHello_pressed"]

View File

@@ -23,7 +23,6 @@ rect_min_size = Vector2( 0, 400 )
margin_right = 200.0
margin_bottom = 30.0
rect_min_size = Vector2( 200, 30 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_constants/shadow_as_outline = 1
text = "Material creator"
align = 1

View File

@@ -8,11 +8,6 @@
config_version=4
_global_script_classes=[ ]
_global_script_class_icons={
}
[application]
config/name="Plugin Demos"