1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
[gd_scene load_steps=5 format=3 uid="uid://0wgt426mn3tt"]
[ext_resource type="Script" uid="uid://bdndvmqxotild" path="res://flipper.gd" id="1_qmqmj"]
[ext_resource type="Texture2D" uid="uid://bmra2qpibkr2u" path="res://assets/placeholders/6266.png" id="2_62qx3"]
[sub_resource type="BoxMesh" id="BoxMesh_48gu3"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ia8el"]
size = Vector2(24, 5)
[node name="Flipper" type="StaticBody2D"]
script = ExtResource("1_qmqmj")
metadata/_edit_group_ = true
[node name="MeshInstance2D" type="MeshInstance2D" parent="."]
position = Vector2(6.5, 1.90735e-06)
scale = Vector2(13, 2)
mesh = SubResource("BoxMesh_48gu3")
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(8, 0)
texture = ExtResource("2_62qx3")
region_enabled = true
region_rect = Rect2(34, 1046, 24, 24)
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PackedVector2Array(-2, -3, 4, -3, 4, -2, 12, -2, 12, -1, 19, -1, 19, 1, 14, 1, 14, 2, 9, 2, 9, 3, 4, 3, 4, 4, -1, 3, -3, 3, -3, -2, -2, -2)
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
position = Vector2(9, -1.5)
shape = SubResource("RectangleShape2D_ia8el")
[node name="Center" type="Marker2D" parent="."]
position = Vector2(7, 0)
[node name="LowestPoint" type="Marker2D" parent="."]
position = Vector2(19, 2)
|