2023-10-02 20:29:40 +00:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://diy8fj7mcc00p"]
|
2023-10-02 18:36:00 +00:00
|
|
|
|
2023-10-14 01:30:40 +00:00
|
|
|
[ext_resource type="PhysicsMaterial" uid="uid://b2ghrg3vynbi8" path="res://entity/coal_physics_material.tres" id="1_03a3j"]
|
2023-10-02 20:29:40 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://bnfwmlf7ems16" path="res://entity/coal_diamond/coal.png" id="2_ok4kf"]
|
2023-10-02 18:36:00 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bk1vvq5rug01m" path="res://collector/collectible.tscn" id="4_e8hbs"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ujpra0s1kpqi" path="res://value/valuable.tscn" id="5_3e4d8"]
|
|
|
|
|
|
|
|
[node name="Coal" type="RigidBody2D"]
|
|
|
|
collision_layer = 4
|
|
|
|
collision_mask = 14
|
2023-10-14 01:30:40 +00:00
|
|
|
mass = 0.5
|
|
|
|
inertia = 300.0
|
|
|
|
physics_material_override = ExtResource("1_03a3j")
|
2023-10-03 01:00:36 +00:00
|
|
|
can_sleep = false
|
2023-10-02 18:36:00 +00:00
|
|
|
linear_damp = 0.1
|
|
|
|
angular_damp = 0.1
|
|
|
|
|
2023-10-02 20:29:40 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionPolygon2D" parent="."]
|
2023-10-02 21:33:32 +00:00
|
|
|
scale = Vector2(1.5, 1.5)
|
2023-10-02 20:29:40 +00:00
|
|
|
polygon = PackedVector2Array(-4.5, 8, 4.5, 8, 8.5, 4, 8.5, -3, 3.5, -8, -3.5, -8, -7.5, -4, -8.5, 0, -8.5, 3)
|
2023-10-02 18:36:00 +00:00
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="CollisionShape2D"]
|
|
|
|
texture_filter = 1
|
2023-10-02 20:29:40 +00:00
|
|
|
texture = ExtResource("2_ok4kf")
|
2023-10-02 18:36:00 +00:00
|
|
|
|
|
|
|
[node name="Collectible" parent="." instance=ExtResource("4_e8hbs")]
|
|
|
|
type = &"Coal"
|
|
|
|
|
|
|
|
[node name="Valuable" parent="." instance=ExtResource("5_3e4d8")]
|