mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
Update test project to Godot 4.4
(cherry picked from commit 552a74c96e)
This commit is contained in:
committed by
David Snopek
parent
466a743112
commit
483499c14c
1
test/project/example.gd.uid
Normal file
1
test/project/example.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://1htvqeulgew6
|
||||
1
test/project/example.gdextension.uid
Normal file
1
test/project/example.gdextension.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dhm7q8lygqyol
|
||||
1
test/project/main.gd.uid
Normal file
1
test/project/main.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bujp6xsb8pfqk
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dmx2xuigcpvt4"]
|
||||
|
||||
[ext_resource type="Script" path="res://main.gd" id="1_qesh5"]
|
||||
[ext_resource type="Script" path="res://example.gd" id="2_jju25"]
|
||||
[ext_resource type="Script" uid="uid://bujp6xsb8pfqk" path="res://main.gd" id="1_qesh5"]
|
||||
[ext_resource type="Script" uid="uid://1htvqeulgew6" path="res://example.gd" id="2_jju25"]
|
||||
|
||||
[node name="Node" type="Node"]
|
||||
script = ExtResource("1_qesh5")
|
||||
|
||||
@@ -12,7 +12,7 @@ config_version=5
|
||||
|
||||
config/name="GDExtension Test Project"
|
||||
run/main_scene="res://main.tscn"
|
||||
config/features=PackedStringArray("4.3")
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[native_extensions]
|
||||
|
||||
1
test/project/test_base.gd.uid
Normal file
1
test/project/test_base.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dwbwwljpx3cp
|
||||
Reference in New Issue
Block a user