[gd_scene load_steps=4 format=2] [ext_resource path="res://paddle.gd" type="Script" id=1] [ext_resource path="res://paddle.png" type="Texture" id=2] [sub_resource type="CapsuleShape2D" id=1] custom_solver_bias = 0.0 radius = 4.78568 height = 23.6064 [node name="paddle" type="Area2D"] input_pickable = true gravity_vec = Vector2( 0, 1 ) gravity = 98.0 linear_damp = 0.1 angular_damp = 1.0 audio_bus_override = false audio_bus_name = "Master" script = ExtResource( 1 ) left = false [node name="sprite" type="Sprite" parent="."] texture = ExtResource( 2 ) [node name="shape" type="CollisionShape2D" parent="."] shape = SubResource( 1 ) [node name="you" type="Label" parent="."] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_left = -26.0 margin_top = -33.0 margin_right = 27.0 margin_bottom = -19.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 2 size_flags_horizontal = 2 size_flags_vertical = 0 text = "You" align = 1 percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 [connection signal="area_entered" from="." to="." method="_on_paddle_area_enter"]