mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +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:
@@ -14,7 +14,7 @@ config/name="WebSocket Multiplayer Demo"
|
||||
config/description="This is a sample showing how the use WebSockets along with the Multiplayer API in Godot."
|
||||
config/tags=PackedStringArray("demo", "network", "official")
|
||||
run/main_scene="res://scene/combo.tscn"
|
||||
config/features=PackedStringArray("4.2")
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[debug]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cwmhra3pt1h83"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/combo.gd" id="1_8i0ov"]
|
||||
[ext_resource type="Script" uid="uid://dh8712tu57wq4" path="res://script/combo.gd" id="1_8i0ov"]
|
||||
[ext_resource type="PackedScene" uid="uid://c240icwf4uov8" path="res://scene/main.tscn" id="2_reiiv"]
|
||||
|
||||
[node name="Combo" type="Control"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dqxum77awcw6u"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/game.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://bfqnaykbi5ihg" path="res://script/game.gd" id="1"]
|
||||
|
||||
[node name="Game" type="Control"]
|
||||
layout_mode = 3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c240icwf4uov8"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/main.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://cco2lu8ybv50w" path="res://script/main.gd" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqxum77awcw6u" path="res://scene/game.tscn" id="2"]
|
||||
|
||||
[node name="Main" type="Control"]
|
||||
|
||||
1
networking/websocket_multiplayer/script/combo.gd.uid
Normal file
1
networking/websocket_multiplayer/script/combo.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dh8712tu57wq4
|
||||
1
networking/websocket_multiplayer/script/game.gd.uid
Normal file
1
networking/websocket_multiplayer/script/game.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bfqnaykbi5ihg
|
||||
1
networking/websocket_multiplayer/script/main.gd.uid
Normal file
1
networking/websocket_multiplayer/script/main.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cco2lu8ybv50w
|
||||
Reference in New Issue
Block a user