Add Phase 3a Core Director Functionality

- Introduced `PHASE_3a_CORE_DIRECTOR.md` detailing the core functionality for directors, including navigation, action queue, UI, waypoint visualization, and action execution.
- Implemented `StageDirectorVisuals` for drawing stickman action queues in edit mode, including waypoints and action badges.
- Created `SpeechBubble` class for displaying speech bubbles above stickmen, with customizable text and styling.
This commit is contained in:
2026-08-30 00:29:30 -04:00
parent badff571f0
commit bf11a5fab5
14 changed files with 2030 additions and 23 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
[gd_scene format=3]
[gd_scene format=3 uid="uid://tkbhhidf8nht"]
[ext_resource type="Script" path="res://scripts/sandbox_stage.gd" id="1_stage"]
[ext_resource type="Script" uid="uid://dkhhg81ft70mm" path="res://scripts/sandbox_stage.gd" id="1_stage"]
[node name="SandboxStage" type="Node2D"]
[node name="SandboxStage" type="Node2D" unique_id=1704308946]
script = ExtResource("1_stage")
[node name="Camera2D" type="Camera2D" parent="."]
[node name="Camera2D" type="Camera2D" parent="." unique_id=770572167]
position = Vector2(0, -400)
zoom = Vector2(0.5, 0.5)
[node name="World" type="Node2D" parent="."]
[node name="World" type="Node2D" parent="." unique_id=1413544363]