2020-01-13 22:15:44 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2019-12-16 22:14:46 +01:00
|
|
|
|
2020-01-16 09:44:44 +01:00
|
|
|
[ext_resource path="res://demos/SeekFlee/Seeker.gd" type="Script" id=1]
|
2020-01-13 22:15:44 +01:00
|
|
|
[ext_resource path="res://assets/sprites/small_circle.png" type="Texture" id=2]
|
2019-12-16 22:14:46 +01:00
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
2020-01-13 22:15:44 +01:00
|
|
|
radius = 16.0
|
2019-12-16 22:14:46 +01:00
|
|
|
|
|
|
|
[node name="Seeker" type="KinematicBody2D"]
|
|
|
|
collision_layer = 4
|
2020-01-13 18:38:46 +01:00
|
|
|
collision_mask = 2
|
2019-12-16 22:14:46 +01:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource( 1 )
|
2020-01-13 22:15:44 +01:00
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
|
|
modulate = Color( 0.113725, 0.635294, 0.94902, 1 )
|
|
|
|
texture = ExtResource( 2 )
|