mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 14:10:55 +03:00
Update demo files for Godot 4.2.1 (#1013)
All demos were opened with Godot 4.2.1, with the mesh format upgraded for 3D demos. The 3D antialiasing demo now uses Extra Cull Margin on the last object to prevent it from disappearing too early when the camera rotates (due to its use of shader-based animation).
This commit is contained in:
@@ -15,9 +15,9 @@ config/description="A WebSocket signaling server/client for WebRTC.
|
||||
This demo is devided in 4 parts.
|
||||
The protocol is text based, and composed by a command and possibly
|
||||
multiple payload arguments, each separated by a new line."
|
||||
run/main_scene="res://demo/main.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/tags=PackedStringArray("demo", "network", "official")
|
||||
run/main_scene="res://demo/main.tscn"
|
||||
config/features=PackedStringArray("4.2")
|
||||
|
||||
[debug]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user