diff --git a/project/demos/GroupBehaviors/GroupBehaviorsDemo.tscn b/project/demos/GroupBehaviors/GroupBehaviorsDemo.tscn index 9e7cd2d..806f484 100644 --- a/project/demos/GroupBehaviors/GroupBehaviorsDemo.tscn +++ b/project/demos/GroupBehaviors/GroupBehaviorsDemo.tscn @@ -43,7 +43,7 @@ margin_bottom = 100.0 rect_min_size = Vector2( 0, 84 ) bbcode_enabled = true bbcode_text = "Group Behavior Demo -Each of the \"Agents\" are both attempting to stay separated and within reach of their nearest group's center of mass." +Each of the \"Agents\" are both attempting to stay separated from each other but within reach of their nearest group's center of mass." text = "Group Behavior Demo -Each of the \"Agents\" are both attempting to stay separated and within reach of their nearest group's center of mass." +Each of the \"Agents\" are both attempting to stay separated from each other but within reach of their nearest group's center of mass." scroll_active = false diff --git a/project/demos/SeekFlee/SeekFleeDemo.tscn b/project/demos/SeekFlee/SeekFleeDemo.tscn index 0195541..6cfe436 100644 --- a/project/demos/SeekFlee/SeekFleeDemo.tscn +++ b/project/demos/SeekFlee/SeekFleeDemo.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=2] +[gd_scene load_steps=12 format=2] [ext_resource path="res://demos/SeekFlee/Boundary.gd" type="Script" id=1] [ext_resource path="res://demos/SeekFlee/Player.gd" type="Script" id=2] @@ -7,6 +7,7 @@ [ext_resource path="res://assets/theme/gdquest.theme" type="Theme" id=5] [ext_resource path="res://demos/SeekFlee/Seeker.tscn" type="PackedScene" id=6] [ext_resource path="res://demos/Utils/CircleDraw.gd" type="Script" id=7] +[ext_resource path="res://assets/sprites/background.png" type="Texture" id=8] [sub_resource type="CircleShape2D" id=1] radius = 32.0 @@ -22,7 +23,13 @@ script = ExtResource( 3 ) __meta__ = { "_editor_description_": "A toy demo to demonstrate the usage for the Seek and Flee steering behaviors." } -behavior_mode = 0 + +[node name="BackgroudLayer" type="CanvasLayer" parent="."] +layer = -1 + +[node name="Background" type="Sprite" parent="BackgroudLayer"] +texture = ExtResource( 8 ) +centered = false [node name="Camera2D" type="Camera2D" parent="."] current = true diff --git a/project/project.godot b/project/project.godot index dfc6310..d615c5b 100644 --- a/project/project.godot +++ b/project/project.godot @@ -161,6 +161,10 @@ _global_script_class_icons={ config/name="SteeringToolkit" config/icon="res://icon.png" +[display] + +window/size/always_on_top=true + [input] sf_left={