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://cws7jorypdutt

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://cpwp4xx6mv5p"]
[ext_resource type="Script" path="res://demo/client_ui.gd" id="1"]
[ext_resource type="Script" path="res://client/multiplayer_client.gd" id="2"]
[ext_resource type="Script" uid="uid://cfnyqq3jw8cuw" path="res://demo/client_ui.gd" id="1"]
[ext_resource type="Script" uid="uid://cws7jorypdutt" path="res://client/multiplayer_client.gd" id="2"]
[node name="ClientUI" type="Control"]
layout_mode = 3

View File

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

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=4 format=3 uid="uid://5p1bp2kcs0py"]
[ext_resource type="Script" path="res://demo/main.gd" id="1"]
[ext_resource type="Script" uid="uid://b17kvs73mjup8" path="res://demo/main.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://cpwp4xx6mv5p" path="res://demo/client_ui.tscn" id="2"]
[ext_resource type="Script" path="res://server/ws_webrtc_server.gd" id="3"]
[ext_resource type="Script" uid="uid://5tcyyp5nagrp" path="res://server/ws_webrtc_server.gd" id="3"]
[node name="Control" type="Control"]
layout_mode = 3

View File

@@ -17,7 +17,7 @@ The protocol is text based, and composed by a command and possibly
multiple payload arguments, each separated by a new line."
config/tags=PackedStringArray("demo", "network", "official")
run/main_scene="res://demo/main.tscn"
config/features=PackedStringArray("4.2")
config/features=PackedStringArray("4.4")
[debug]

View File

@@ -0,0 +1 @@
uid://5tcyyp5nagrp