Update demos for Godot 4.4

- Resave all files with Godot 4.4 to make use of script/shader UIDs.
- Use AgX tonemapping in all demos that used a tonemapper other than Linear.
This commit is contained in:
Hugo Locurcio
2025-01-10 22:59:00 +01:00
parent 5557b10cfa
commit 4d49bbd1b8
817 changed files with 1898 additions and 1562 deletions

View File

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

View File

@@ -0,0 +1 @@
uid://8155imckc4va

View File

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

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://b8623u0gk1acu"]
[ext_resource type="Script" path="res://addons/main_screen/print_hello.gd" id="1"]
[ext_resource type="Script" uid="uid://dc5r7etu3vh33" path="res://addons/main_screen/print_hello.gd" id="1"]
[node name="MainPanel" type="CenterContainer"]
anchors_preset = 15

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://n44d53us24uu"]
[ext_resource type="Script" path="res://addons/material_creator/material_creator.gd" id="1"]
[ext_resource type="Script" uid="uid://b1c4k2gwfai8t" path="res://addons/material_creator/material_creator.gd" id="1"]
[node name="Material Creator" type="Panel"]
custom_minimum_size = Vector2(208, 0)

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,7 +0,0 @@
[gd_resource type="Environment" load_steps=2 format=2]
[sub_resource type="Sky" id=1]
[resource]
background_mode = 2
background_sky = SubResource( 1 )

View File

@@ -22,7 +22,7 @@ This project contains 4 plugins:
* The main screen plugin is a minimal example of how to create a plugin with a main screen."
config/tags=PackedStringArray("demo", "editor", "official")
run/main_scene="res://test_scene.tscn"
config/features=PackedStringArray("4.2")
config/features=PackedStringArray("4.4")
config/icon="res://icon.webp"
[debug]

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://dlap00bmh07ai"]
[ext_resource type="Script" path="res://addons/main_screen/handled_by_main_screen.gd" id="1"]
[ext_resource type="Script" path="res://addons/custom_node/heart.gd" id="2"]
[ext_resource type="Script" uid="uid://ypouby8eprb2" path="res://addons/main_screen/handled_by_main_screen.gd" id="1"]
[ext_resource type="Script" uid="uid://b384b0tqsxfef" path="res://addons/custom_node/heart.gd" id="2"]
[sub_resource type="BoxMesh" id="1"]