mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced 2024-11-14 04:57:19 +01:00
18 lines
540 B
Plaintext
18 lines
540 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/sprites/small_circle.png" type="Texture" id=1]
|
|
[ext_resource path="res://demos/AvoidCollisions/Avoider.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
radius = 16.0
|
|
|
|
[node name="Avoider" type="KinematicBody2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
modulate = Color( 0.94902, 0.211765, 0.0901961, 1 )
|
|
texture = ExtResource( 1 )
|