47 lines
2.3 KiB
Plaintext
47 lines
2.3 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://37hjd4v3p42o"]
|
|
|
|
[ext_resource type="Script" uid="uid://bk6qk4rjmsvtn" path="res://Gameplay/Worker.cs" id="1_e314i"]
|
|
|
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_e314i"]
|
|
bounce = 3.0
|
|
|
|
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_e314i"]
|
|
load_path = "res://.godot/imported/beyblade.png-cd6ee3474fe554271afbb31b55fadfb5.ctex"
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_e314i"]
|
|
radius = 80.0
|
|
|
|
[node name="Worker" type="RigidBody2D"]
|
|
input_pickable = true
|
|
physics_material_override = SubResource("PhysicsMaterial_e314i")
|
|
gravity_scale = 0.0
|
|
inertia = 1.0
|
|
lock_rotation = true
|
|
continuous_cd = 2
|
|
contact_monitor = true
|
|
max_contacts_reported = 1
|
|
linear_damp = 0.25
|
|
script = ExtResource("1_e314i")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.2, 0.2)
|
|
texture = SubResource("CompressedTexture2D_e314i")
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
scale = Vector2(0.2, 0.2)
|
|
polygon = PackedVector2Array(8, -171, -17, -171, -17, -169.9, -26.2, -169, -29.5, -169, -62, -151.2, -84, -152.9, -84, -154.4, -102.4, -151, -104.7, -151, -150.8, -114, -153, -114, -174, -88, -175.3, -88, -180, -77.7, -180, 44.2, -178, 46.7, -178, 48.3, -163.5, 54.9, -155, 81.2, -155, 83.9, -135.8, 102, -134.9, 102, -114, 126.7, -114, 128.2, -97.5, 137, -96.1, 137, -92, 143.6, -92, 146, -82, 152.9, -82, 154.5, -34, 167.4, -34, 168.7, -18.1, 171, 31.2, 171, 49.4, 167, 52.7, 167, 68, 155, 68, 154.2, 110.5, 134, 112.7, 134, 137.7, 114, 139.7, 114, 142, 98.1, 142, 92.9, 156.9, 79, 158.4, 79, 171.4, 45, 173.1, 45, 172, 22.9, 172, 13.6, 180, 1.10001, 180, -65.5, 159, -106.6, 159, -108.7, 134, -140.7, 134, -142.3, 121.4, -148, 112.5, -148, 101.4, -142, 97.3, -142, 75, -151.3, 75, -152.5, 50.3, -159, 47.5, -159, 39, -164.1, 39, -165.8, 8, -169.8)
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
gravity_space_override = 1
|
|
gravity_point = true
|
|
gravity_point_center = Vector2(0, 0)
|
|
gravity_direction = Vector2(0, 0)
|
|
gravity = 50.0
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("CircleShape2D_e314i")
|
|
|
|
[connection signal="body_entered" from="." to="." method="OnBodyEntered"]
|
|
[connection signal="mouse_entered" from="." to="." method="OnMouseEntered"]
|
|
[connection signal="mouse_exited" from="." to="." method="OnMouseExited"]
|