Update test project for Godot 4.3 (#159)
Co-authored-by: Andi Susanto <and1zero@users.noreply.github.com> Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
7
test-project/scenes/GLOBAL.tscn
Executable file → Normal file
7
test-project/scenes/GLOBAL.tscn
Executable file → Normal file
@@ -1,7 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cch0y3px40vrg"]
|
||||
|
||||
[ext_resource path="res://scripts/GLOBAL.gd" type="Script" id=1]
|
||||
[ext_resource type="Script" path="res://scripts/GLOBAL.gd" id="1"]
|
||||
|
||||
[node name="GLOBAL" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
script = ExtResource("1")
|
||||
|
||||
Reference in New Issue
Block a user