Misc fixes and tweaks

This commit is contained in:
Aaron Franke
2021-03-03 00:06:27 -05:00
parent fecbed5fb2
commit 4913cd868a
48 changed files with 219 additions and 284 deletions

View File

@@ -141,7 +141,6 @@ margin_top = -25.0
margin_right = -5.0
margin_bottom = -5.0
focus_mode = 0
enabled_focus_mode = 0
text = "clear"
__meta__ = {
"_edit_use_anchors_": false
@@ -158,7 +157,6 @@ margin_right = -54.0
margin_bottom = -3.0
focus_mode = 0
pressed = true
enabled_focus_mode = 0
text = "auto-scroll"
__meta__ = {
"_edit_use_anchors_": false

View File

@@ -26,7 +26,6 @@ length = 64.0
[node name="Test" type="Node2D"]
script = ExtResource( 1 )
_snap_distance = 32.0
_floor_max_angle = 45.0
[node name="LabelTestType" type="Label" parent="."]
margin_left = 14.0

View File

@@ -17,6 +17,13 @@ extents = Vector2( 32, 32 )
[node name="Test" type="Node2D"]
script = ExtResource( 1 )
_enable_debug_collision = true
_platform_size = 64.0
_platform_angle = 0.0
_platform_speed = 0.0
_body_angle = 0.0
_body_velocity = Vector2( 400, 0 )
_use_kinematic_body = false
[node name="LabelTestType" type="Label" parent="."]
margin_left = 14.0