mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 14:10:55 +03:00
Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258)
This commit is contained in:
@@ -1 +1 @@
|
||||
uid://cws7jorypdutt
|
||||
uid://dd8irriksq2si
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://b4y3s4tl8677y
|
||||
uid://dwme6q0h3h6k6
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://cfnyqq3jw8cuw
|
||||
uid://wgfb8vvpxkha
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cpwp4xx6mv5p"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://d0xak1rv4tda0"]
|
||||
|
||||
[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"]
|
||||
[ext_resource type="Script" uid="uid://wgfb8vvpxkha" path="res://demo/client_ui.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://dd8irriksq2si" path="res://client/multiplayer_client.gd" id="2"]
|
||||
|
||||
[node name="ClientUI" type="Control"]
|
||||
layout_mode = 3
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://b17kvs73mjup8
|
||||
uid://drqhtg0onjeuf
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://5p1bp2kcs0py"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bfi02p842hxck"]
|
||||
|
||||
[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" uid="uid://5tcyyp5nagrp" path="res://server/ws_webrtc_server.gd" id="3"]
|
||||
[ext_resource type="Script" uid="uid://drqhtg0onjeuf" path="res://demo/main.gd" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://d0xak1rv4tda0" path="res://demo/client_ui.tscn" id="2"]
|
||||
[ext_resource type="Script" uid="uid://16sfrgros1ps" 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.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
|
||||
[debug]
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://5tcyyp5nagrp
|
||||
uid://16sfrgros1ps
|
||||
|
||||
Reference in New Issue
Block a user