asd
This commit is contained in:
24
nodule.tscn
24
nodule.tscn
@@ -2,13 +2,11 @@
|
||||
|
||||
[ext_resource type="Script" uid="uid://7em4o0ud8sgj" path="res://Nodule.cs" id="1_beybw"]
|
||||
[ext_resource type="Script" uid="uid://de3jpss66xjfh" path="res://addons/curved_lines_2d/scalable_vector_shape_2d.gd" id="2_cahmm"]
|
||||
[ext_resource type="PackedScene" uid="uid://cd47em5shcnid" path="res://root.tscn" id="2_k6tuy"]
|
||||
[ext_resource type="PackedScene" uid="uid://cd47em5shcnid" path="res://Root.tscn" id="2_k6tuy"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4oxc6kyp3muy" path="res://ConnectionArea.tscn" id="3_0cigu"]
|
||||
[ext_resource type="Script" uid="uid://dlbv4pit17dnu" path="res://addons/curved_lines_2d/scalable_arc.gd" id="3_fnyqb"]
|
||||
[ext_resource type="Script" uid="uid://dl1t88tthmwts" path="res://addons/curved_lines_2d/scalable_arc_list.gd" id="4_qiyup"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_bv6fd"]
|
||||
size = Vector2(150, 150)
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_k6tuy"]
|
||||
radius = 140.0
|
||||
|
||||
@@ -23,23 +21,21 @@ point_count = 5
|
||||
resource_local_to_scene = true
|
||||
script = ExtResource("4_qiyup")
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_8l2gl"]
|
||||
radius = 18.027756
|
||||
|
||||
[node name="Nodule" type="Area2D" unique_id=698496795]
|
||||
script = ExtResource("1_beybw")
|
||||
_noduleType = 1
|
||||
Age = 0.5
|
||||
RootScene = ExtResource("2_k6tuy")
|
||||
|
||||
[node name="Collision" type="CollisionShape2D" parent="." unique_id=402084582]
|
||||
rotation = 0.7853982
|
||||
shape = SubResource("RectangleShape2D_bv6fd")
|
||||
|
||||
[node name="Collision2" type="CollisionShape2D" parent="." unique_id=1073775238]
|
||||
shape = SubResource("RectangleShape2D_bv6fd")
|
||||
|
||||
[node name="BaseCollision" type="CollisionShape2D" parent="." unique_id=1607878878]
|
||||
shape = SubResource("CircleShape2D_k6tuy")
|
||||
disabled = true
|
||||
|
||||
[node name="ConnectionArea" parent="." unique_id=943082837 instance=ExtResource("3_0cigu")]
|
||||
|
||||
[node name="Gfx" type="Node2D" parent="." unique_id=1962026750 node_paths=PackedStringArray("polygon", "line")]
|
||||
z_index = 10
|
||||
script = ExtResource("2_cahmm")
|
||||
@@ -67,3 +63,9 @@ width = 4.0
|
||||
default_color = Color(0, 0, 0, 1)
|
||||
sharp_limit = 90.0
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="GrowArea" type="Area2D" parent="." unique_id=1372859589]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="GrowArea" unique_id=270303533]
|
||||
shape = SubResource("CircleShape2D_8l2gl")
|
||||
debug_color = Color(0.92081034, 0.076709054, 0.6616314, 0.41960785)
|
||||
|
||||
Reference in New Issue
Block a user