Skip to content

Commit 59ce775

Browse files
committed
fix project file
1 parent a5b22ec commit 59ce775

8 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
use-dotnet: false
2323
include-templates: true
2424

25+
- name: Regenerate .godot folder
26+
run: |
27+
godot --editor --headless --quit
28+
2529
- name: Build
2630
run: |
2731
output=$(godot --headless --export-release '${{ matrix.platform }}' 2>&1)

addons/talo/talo_autoload.gd.uid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uid://c2tgpg0h31acq
1+
uid://dm23cl0405ouf

addons/talo/talo_client.gd.uid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uid://c1pdtthh0yeya
1+
uid://2g2ktc1ccsg6

addons/talo/talo_export.gd.uid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uid://cf0dp270fme3i
1+
uid://48vlx778vs6m

addons/talo/talo_manager.gd.uid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uid://cf5txmco4tia4
1+
uid://bpmdn8oc34pg7

addons/talo/talo_settings.gd.uid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uid://b41xr2flgrbij
1+
uid://b0d6skpn7x0yb

addons/talo/talo_socket.gd.uid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uid://b0ro5trotb1tb
1+
uid://cdrhqtr5uaoni

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ config/icon="res://icon.png"
1717

1818
[autoload]
1919

20-
Talo="*res://addons/talo/talo_manager.gd"
20+
Talo="*uid://bpmdn8oc34pg7"
2121

2222
[debug]
2323

0 commit comments

Comments
 (0)