mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 07:50:22 +01:00
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:
@@ -0,0 +1 @@
|
||||
uid://cws7jorypdutt
|
||||
@@ -0,0 +1 @@
|
||||
uid://b4y3s4tl8677y
|
||||
1
networking/webrtc_signaling/demo/client_ui.gd.uid
Normal file
1
networking/webrtc_signaling/demo/client_ui.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cfnyqq3jw8cuw
|
||||
@@ -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
|
||||
|
||||
1
networking/webrtc_signaling/demo/main.gd.uid
Normal file
1
networking/webrtc_signaling/demo/main.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://b17kvs73mjup8
|
||||
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://5tcyyp5nagrp
|
||||
Reference in New Issue
Block a user