2020-01-15 20:15:31 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2020-01-10 20:38:12 +01:00
|
|
|
|
2020-01-16 09:44:44 +01:00
|
|
|
[ext_resource path="res://demos/GroupBehaviors/Member.gd" type="Script" id=1]
|
2020-02-03 17:07:43 +01:00
|
|
|
[ext_resource path="res://demos/Utils/CircleDraw.gd" type="Script" id=3]
|
2020-01-10 20:38:12 +01:00
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
2020-01-15 20:15:31 +01:00
|
|
|
radius = 16.0
|
2020-01-10 20:38:12 +01:00
|
|
|
|
|
|
|
[node name="Member" type="KinematicBody2D"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource( 1 )
|
2020-02-03 17:07:43 +01:00
|
|
|
script = ExtResource( 3 )
|
|
|
|
outer_color = Color( 0.301961, 0.65098, 1, 1 )
|
|
|
|
stroke = 4.0
|