fix(client): commit missing Godot .uid files for considering-indicator scripts
The scripts were tracked but their .gd.uid siblings weren't. Godot 4.4+ .uid files pin each script's uid://, so leaving them out lets each clone regenerate different uids and break uid:// references in scenes/resources. Matches the 159 .uid files already tracked in the repo. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HuHRPE7VfppUJEaoGBEUqZ
This commit is contained in:
1
client/scripts/ui/considering_indicator.gd.uid
Normal file
1
client/scripts/ui/considering_indicator.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://be6fibq5rd367
|
||||
1
client/scripts/ui/considering_phrases.gd.uid
Normal file
1
client/scripts/ui/considering_phrases.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://0yb5865chxnp
|
||||
1
client/tests/unit/test_considering_indicator.gd.uid
Normal file
1
client/tests/unit/test_considering_indicator.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dgtady6c4xvo3
|
||||
1
client/tests/unit/test_considering_phrases.gd.uid
Normal file
1
client/tests/unit/test_considering_phrases.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://unc4x2epgi6c
|
||||
Reference in New Issue
Block a user