Skip to content

Commit 096d905

Browse files
authored
Merge pull request #1760 from Calinou/update-test-project-4.4
Update test project to Godot 4.4
2 parents 7888c15 + 552a74c commit 096d905

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

test/project/example.gd.uid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://1htvqeulgew6

test/project/example.gdextension.uid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://dhm7q8lygqyol

test/project/main.gd.uid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://bujp6xsb8pfqk

test/project/main.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[gd_scene load_steps=3 format=3 uid="uid://dmx2xuigcpvt4"]
22

3-
[ext_resource type="Script" path="res://main.gd" id="1_qesh5"]
4-
[ext_resource type="Script" path="res://example.gd" id="2_jju25"]
3+
[ext_resource type="Script" uid="uid://bujp6xsb8pfqk" path="res://main.gd" id="1_qesh5"]
4+
[ext_resource type="Script" uid="uid://1htvqeulgew6" path="res://example.gd" id="2_jju25"]
55

66
[node name="Node" type="Node"]
77
script = ExtResource("1_qesh5")

test/project/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config_version=5
1212

1313
config/name="GDExtension Test Project"
1414
run/main_scene="res://main.tscn"
15-
config/features=PackedStringArray("4.3")
15+
config/features=PackedStringArray("4.4")
1616
config/icon="res://icon.png"
1717

1818
[native_extensions]

test/project/test_base.gd.uid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://dwbwwljpx3cp

0 commit comments

Comments
 (0)