Upgrade to Godot 4.4

This commit is contained in:
2025-03-08 17:14:51 -08:00
parent 457af2015b
commit 295d2cd838
5 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1 @@
uid://ct7fwu1uxvpmt

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://ckdfb5ggwslbk"] [gd_scene load_steps=2 format=3 uid="uid://ckdfb5ggwslbk"]
[ext_resource type="Script" path="res://BSON Examples/dunk.gd" id="1_p38ab"] [ext_resource type="Script" uid="uid://ct7fwu1uxvpmt" path="res://BSON Examples/dunk.gd" id="1_p38ab"]
[node name="Dunk" type="Control" node_paths=PackedStringArray("JSONEditor", "OutputLabel", "CopyPopup")] [node name="Dunk" type="Control" node_paths=PackedStringArray("JSONEditor", "OutputLabel", "CopyPopup")]
layout_mode = 3 layout_mode = 3

1
addons/bson/bson.gd.uid Normal file
View File

@ -0,0 +1 @@
uid://tbtkc5qan4gw

View File

@ -0,0 +1 @@
uid://csghpbkcd8wca

View File

@ -12,7 +12,7 @@ config_version=5
config/name="BSON for Godot" config/name="BSON for Godot"
run/main_scene="res://BSON Examples/dunk.tscn" run/main_scene="res://BSON Examples/dunk.tscn"
config/features=PackedStringArray("4.3", "Forward Plus") config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg" config/icon="res://icon.svg"
[autoload] [autoload]