mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258)
This commit is contained in:
@@ -1 +1 @@
|
||||
uid://bkwx6xltirdmq
|
||||
uid://bptdwreo6k2wf
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
[gd_scene load_steps=22 format=3 uid="uid://c587vtbfwth3k"]
|
||||
[gd_scene load_steps=22 format=3 uid="uid://krfj5m7jt0lj"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bkwx6xltirdmq" path="res://2d_in_3d.gd" id="1_b8rgl"]
|
||||
[ext_resource type="Script" uid="uid://dsbi2nxoat0r7" path="res://pong.gd" id="2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbuw5tlmsx6ss" path="res://ball.png" id="3"]
|
||||
[ext_resource type="Texture2D" uid="uid://gtbg1ogxcsl7" path="res://left_pallete.png" id="4"]
|
||||
[ext_resource type="Texture2D" uid="uid://bc2vi0nh1j1hs" path="res://right_pallete.png" id="5"]
|
||||
[ext_resource type="Texture2D" uid="uid://wiyhsl0rfkrs" path="res://separator.png" id="6"]
|
||||
[ext_resource type="Script" uid="uid://bptdwreo6k2wf" path="res://2d_in_3d.gd" id="1_b8rgl"]
|
||||
[ext_resource type="Script" uid="uid://d2qeeiw660dmk" path="res://pong.gd" id="2"]
|
||||
[ext_resource type="Texture2D" uid="uid://ni88ms45ygy" path="res://ball.png" id="3"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxpm2c2uuk8n6" path="res://left_pallete.png" id="4"]
|
||||
[ext_resource type="Texture2D" uid="uid://b603ipoxjdvv5" path="res://right_pallete.png" id="5"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddt2lry47nxya" path="res://separator.png" id="6"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="6"]
|
||||
metallic_specular = 0.0
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dbuw5tlmsx6ss"
|
||||
uid="uid://ni88ms45ygy"
|
||||
path="res://.godot/imported/ball.png-9a4ca347acb7532f6ae347744a6b04f7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/ball.png-9a4ca347acb7532f6ae347744a6b04f7.cte
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brwp8bimc75uu"
|
||||
uid="uid://dcd1dghkysybk"
|
||||
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ct
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://gtbg1ogxcsl7"
|
||||
uid="uid://cxpm2c2uuk8n6"
|
||||
path="res://.godot/imported/left_pallete.png-bc33611074a0f886142e37c77bd2545a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/left_pallete.png-bc33611074a0f886142e37c77bd2
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://dsbi2nxoat0r7
|
||||
uid://d2qeeiw660dmk
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="2D in 3D"
|
||||
config/description="A demo showing how a 2D scene can be shown within a 3D one using viewports."
|
||||
config/tags=PackedStringArray("2d", "3d", "demo", "official", "rendering")
|
||||
run/main_scene="res://2d_in_3d.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[debug]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bc2vi0nh1j1hs"
|
||||
uid="uid://b603ipoxjdvv5"
|
||||
path="res://.godot/imported/right_pallete.png-fc6e4a6a7c8197834656482b94708e47.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/right_pallete.png-fc6e4a6a7c8197834656482b947
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://wiyhsl0rfkrs"
|
||||
uid="uid://ddt2lry47nxya"
|
||||
path="res://.godot/imported/separator.png-f981c8489b9148e2e1dc63398273da74.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/separator.png-f981c8489b9148e2e1dc63398273da7
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://mo02a37s0tq4
|
||||
uid://cxjetbbdk8gyk
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://xwkspajfdmd7"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://c76ahfbqcyip1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://mo02a37s0tq4" path="res://3d_in_2d.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://q5bonn8iowbc" path="res://robot_demo.png" id="2"]
|
||||
[ext_resource type="PackedScene" uid="uid://8nlipuu0ceal" path="res://robot_3d.tscn" id="3"]
|
||||
[ext_resource type="Script" uid="uid://cxjetbbdk8gyk" path="res://3d_in_2d.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://bqf4lcb6h7mo5" path="res://robot_demo.png" id="2"]
|
||||
[ext_resource type="PackedScene" uid="uid://bp4giwsvw7bwu" path="res://robot_3d.tscn" id="3"]
|
||||
|
||||
[sub_resource type="ViewportTexture" id="ViewportTexture_2squv"]
|
||||
viewport_path = NodePath("SubViewport")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brwp8bimc75uu"
|
||||
uid="uid://gtnuydgu26gf"
|
||||
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ct
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="3D in 2D"
|
||||
config/description="A demo showing how a 3D scene can be shown within a 2D one using viewports."
|
||||
config/tags=PackedStringArray("2d", "3d", "demo", "official", "rendering")
|
||||
run/main_scene="res://3d_in_2d.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[debug]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://c2ad4ixc1eni0"
|
||||
uid="uid://7w424tn1wk5l"
|
||||
path="res://.godot/imported/robot.glb-151a68d8c91703e14c4b30b12be2b76e.scn"
|
||||
|
||||
[deps]
|
||||
@@ -15,10 +15,12 @@ dest_files=["res://.godot/imported/robot.glb-151a68d8c91703e14c4b30b12be2b76e.sc
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_script=null
|
||||
nodes/apply_root_scale=false
|
||||
nodes/root_scale=1.0
|
||||
nodes/import_as_skeleton_bones=false
|
||||
nodes/use_node_type_suffixes=true
|
||||
nodes/use_name_suffixes=false
|
||||
nodes/use_node_type_suffixes=false
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
@@ -32,6 +34,9 @@ animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
animation/import_rest_as_RESET=false
|
||||
import_script/path=""
|
||||
materials/extract=0
|
||||
materials/extract_format=0
|
||||
materials/extract_path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/naming_version=2
|
||||
gltf/embedded_image_handling=1
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://cmp2euf1r777m
|
||||
uid://be6jfnlknwhge
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://8nlipuu0ceal"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bp4giwsvw7bwu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cmp2euf1r777m" path="res://robot_3d.gd" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://c2ad4ixc1eni0" path="res://robot.glb" id="2_jioss"]
|
||||
[ext_resource type="Script" uid="uid://be6jfnlknwhge" path="res://robot_3d.gd" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://7w424tn1wk5l" path="res://robot.glb" id="2_jioss"]
|
||||
|
||||
[node name="Robot3D" type="Node3D"]
|
||||
script = ExtResource("1")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://q5bonn8iowbc"
|
||||
uid="uid://bqf4lcb6h7mo5"
|
||||
path="res://.godot/imported/robot_demo.png-8502817e0037b3f31eaca3dae49dcfc5.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/robot_demo.png-8502817e0037b3f31eaca3dae49dcf
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=14 format=3 uid="uid://bbnebk7xoaoto"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://d8u6vcuje44o"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_20ov5"]
|
||||
offsets = PackedFloat32Array(0, 0.269231, 0.538462, 1)
|
||||
@@ -10,9 +10,9 @@ fractal_gain = 0.333
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_gdmpo"]
|
||||
height = 256
|
||||
seamless = true
|
||||
color_ramp = SubResource("Gradient_20ov5")
|
||||
noise = SubResource("FastNoiseLite_ja65t")
|
||||
color_ramp = SubResource("Gradient_20ov5")
|
||||
seamless = true
|
||||
|
||||
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_me6gu"]
|
||||
panorama = SubResource("NoiseTexture2D_gdmpo")
|
||||
@@ -37,9 +37,9 @@ domain_warp_enabled = true
|
||||
domain_warp_type = 2
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_42rpi"]
|
||||
seamless = true
|
||||
color_ramp = SubResource("Gradient_1dao0")
|
||||
noise = SubResource("FastNoiseLite_y7cc2")
|
||||
color_ramp = SubResource("Gradient_1dao0")
|
||||
seamless = true
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_rxfm5"]
|
||||
frequency = 0.001
|
||||
@@ -52,11 +52,11 @@ domain_warp_enabled = true
|
||||
domain_warp_type = 2
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_gwux6"]
|
||||
noise = SubResource("FastNoiseLite_rxfm5")
|
||||
color_ramp = SubResource("Gradient_1dao0")
|
||||
seamless = true
|
||||
as_normal_map = true
|
||||
bump_strength = 10.0
|
||||
color_ramp = SubResource("Gradient_1dao0")
|
||||
noise = SubResource("FastNoiseLite_rxfm5")
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_sany7"]
|
||||
albedo_texture = SubResource("NoiseTexture2D_42rpi")
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://nyi4gfum5kdh
|
||||
uid://cm236apu6dd1m
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c5uc5vwuqvck5"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dtro3f26hajqb"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bbnebk7xoaoto" path="res://cubes.tscn" id="2"]
|
||||
[ext_resource type="Script" uid="uid://nyi4gfum5kdh" path="res://hud.gd" id="3"]
|
||||
[ext_resource type="PackedScene" uid="uid://d8u6vcuje44o" path="res://cubes.tscn" id="2"]
|
||||
[ext_resource type="Script" uid="uid://cm236apu6dd1m" path="res://hud.gd" id="3"]
|
||||
|
||||
[sub_resource type="Theme" id="2"]
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brwp8bimc75uu"
|
||||
uid="uid://fymlwcg3mlio"
|
||||
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ct
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://dj5xxi41l3y1r"
|
||||
uid="uid://u1i2b58lihme"
|
||||
path="res://.godot/imported/noto_sans_ui_regular.ttf-37da988dfa3a55ebf3ea2c9fc7b383a8.fontdata"
|
||||
|
||||
[deps]
|
||||
@@ -21,8 +21,9 @@ msdf_pixel_range=8
|
||||
msdf_size=48
|
||||
allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
modulate_color_glyphs=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
subpixel_positioning=4
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
|
||||
@@ -18,7 +18,7 @@ be used to have a \"pixel art\" viewport for the main game area and a
|
||||
non-pixel-art viewport for HUD elements."
|
||||
config/tags=PackedStringArray("3d", "demo", "official", "rendering")
|
||||
run/main_scene="res://hud.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[debug]
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://dg0vbquh0gvvw
|
||||
uid://2lk7gm4i6dx3
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brwp8bimc75uu"
|
||||
uid="uid://c37qtfc88xslg"
|
||||
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ct
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://cgfyrvp46cfna
|
||||
uid://dbdqxrlrlwplh
|
||||
|
||||
@@ -15,7 +15,7 @@ config/description="This sample project showcases an implementation of dynamic
|
||||
split screen, also called Voronoi split screen, using the Godot shader language."
|
||||
config/tags=PackedStringArray("3d", "demo", "official")
|
||||
run/main_scene="res://split_screen.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[debug]
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://dixoly6np1kea
|
||||
uid://ciyywi5gyvefo
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[gd_scene load_steps=67 format=3 uid="uid://dksa68cph6y4b"]
|
||||
[gd_scene load_steps=67 format=3 uid="uid://cwmuj2nqpb63g"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dg0vbquh0gvvw" path="res://camera_controller.gd" id="2"]
|
||||
[ext_resource type="Shader" uid="uid://dixoly6np1kea" path="res://split_screen.gdshader" id="3"]
|
||||
[ext_resource type="Texture2D" uid="uid://brwp8bimc75uu" path="res://icon.webp" id="4"]
|
||||
[ext_resource type="Script" uid="uid://cgfyrvp46cfna" path="res://player.gd" id="5"]
|
||||
[ext_resource type="Script" uid="uid://2lk7gm4i6dx3" path="res://camera_controller.gd" id="2"]
|
||||
[ext_resource type="Shader" uid="uid://ciyywi5gyvefo" path="res://split_screen.gdshader" id="3"]
|
||||
[ext_resource type="Texture2D" uid="uid://c37qtfc88xslg" path="res://icon.webp" id="4"]
|
||||
[ext_resource type="Script" uid="uid://dbdqxrlrlwplh" path="res://player.gd" id="5"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_16la2"]
|
||||
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
|
||||
@@ -75,9 +75,9 @@ domain_warp_enabled = true
|
||||
domain_warp_frequency = 0.002
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_ha3y6"]
|
||||
seamless = true
|
||||
color_ramp = SubResource("Gradient_3phjx")
|
||||
noise = SubResource("FastNoiseLite_2bwlb")
|
||||
color_ramp = SubResource("Gradient_3phjx")
|
||||
seamless = true
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_i0wmt"]
|
||||
albedo_texture = SubResource("NoiseTexture2D_ha3y6")
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://b0x0e4b2sfdga
|
||||
uid://caagsjaks0ynm
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://b7348wp4g5h2l
|
||||
uid://cgjafujbxj4i
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://0iek6ri88gkb"]
|
||||
[gd_scene load_steps=10 format=3 uid="uid://clhke86mq8b7m"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dvl383ispakmn" path="res://gui_panel_3d.tscn" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://ul1fp38n6h7k" path="res://gui_panel_3d.tscn" id="1"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_1lgdv"]
|
||||
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
|
||||
@@ -68,7 +68,7 @@ omni_range = 10.0
|
||||
|
||||
[node name="Camera_Move" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_uw4n0")
|
||||
&"": SubResource("AnimationLibrary_uw4n0")
|
||||
}
|
||||
autoplay = "Move_camera"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://dvl383ispakmn"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://ul1fp38n6h7k"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b7348wp4g5h2l" path="res://gui_3d.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://brwp8bimc75uu" path="res://icon.webp" id="2"]
|
||||
[ext_resource type="Script" uid="uid://cgjafujbxj4i" path="res://gui_3d.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcqujt48gf5l5" path="res://icon.webp" id="2"]
|
||||
|
||||
[sub_resource type="QuadMesh" id="1"]
|
||||
size = Vector2(3, 2)
|
||||
@@ -126,6 +126,7 @@ grow_vertical = 0
|
||||
selected = 0
|
||||
item_count = 3
|
||||
popup/item_0/text = "Item 0"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "Item 1"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "Item 2"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brwp8bimc75uu"
|
||||
uid="uid://dcqujt48gf5l5"
|
||||
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ct
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -15,7 +15,7 @@ config/description="A demo showing a GUI instanced within a 3D scene using viewp
|
||||
as well as forwarding mouse and keyboard input to the GUI."
|
||||
config/tags=PackedStringArray("3d", "demo", "gui", "official")
|
||||
run/main_scene="res://gui_in_3d.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[debug]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brwp8bimc75uu"
|
||||
uid="uid://ckteyfardpb4i"
|
||||
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ct
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://tgwx64g0plcn"
|
||||
uid="uid://dxu2g8q8dbhcr"
|
||||
path="res://.godot/imported/mountains.png-03f302fbd9195711fc86ea8f28ca435e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/mountains.png-03f302fbd9195711fc86ea8f28ca435
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="Screen Capture"
|
||||
config/description="An example showing how to take screenshots of the screen."
|
||||
config/tags=PackedStringArray("demo", "official", "rendering")
|
||||
run/main_scene="res://screen_capture.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[debug]
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://pqqpk0vulaq6
|
||||
uid://dq5sms3j5vl8k
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://d10mveb7aokfl"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://crmdxtrb6ofti"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://pqqpk0vulaq6" path="res://screen_capture.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://tgwx64g0plcn" path="res://mountains.png" id="2"]
|
||||
[ext_resource type="Script" uid="uid://dq5sms3j5vl8k" path="res://screen_capture.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dxu2g8q8dbhcr" path="res://mountains.png" id="2"]
|
||||
|
||||
[node name="ScreenCapture" type="Control"]
|
||||
layout_mode = 3
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ci5b7o7h2bmj0"
|
||||
uid="uid://b1px2dsiv4fjd"
|
||||
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://bdikev0kwlu1g
|
||||
uid://db1rlmm1lqfb1
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://crrvxnm6s4ssm
|
||||
uid://6gcil5jhkod3
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dqailbm8vcpf5"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://db3nuuj3pqwor"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://crrvxnm6s4ssm" path="res://split_screen.gd" id="1_4fp0b"]
|
||||
[ext_resource type="Script" uid="uid://mplfqw0th285" path="res://sub_viewport_container.gd" id="2_v8t84"]
|
||||
[ext_resource type="Texture2D" uid="uid://ci5b7o7h2bmj0" path="res://icon.svg" id="4_787wn"]
|
||||
[ext_resource type="Script" uid="uid://6gcil5jhkod3" path="res://split_screen.gd" id="1_4fp0b"]
|
||||
[ext_resource type="Script" uid="uid://phh002xa445q" path="res://sub_viewport_container.gd" id="2_v8t84"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1px2dsiv4fjd" path="res://icon.svg" id="4_787wn"]
|
||||
[ext_resource type="Script" uid="uid://b7p2tpqjka6jq" path="res://player.gd" id="5_1qhfw"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_m48mh"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ccutmhshaoqih"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b6rmkiaj8404h"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bdikev0kwlu1g" path="res://root.gd" id="1_2itit"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqailbm8vcpf5" path="res://split_screen.tscn" id="1_mcbdt"]
|
||||
[ext_resource type="Script" uid="uid://db1rlmm1lqfb1" path="res://root.gd" id="1_2itit"]
|
||||
[ext_resource type="PackedScene" uid="uid://db3nuuj3pqwor" path="res://split_screen.tscn" id="1_mcbdt"]
|
||||
|
||||
[node name="Node" type="Node"]
|
||||
script = ExtResource("1_2itit")
|
||||
@@ -15,7 +15,7 @@ grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="SplitScreen1" parent="." instance=ExtResource("1_mcbdt")]
|
||||
anchors_preset = -1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
@@ -28,7 +28,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="SplitScreen2" parent="." instance=ExtResource("1_mcbdt")]
|
||||
anchors_preset = -1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
@@ -42,7 +42,7 @@ grow_vertical = 2
|
||||
init_position = Vector2(132, 0)
|
||||
|
||||
[node name="SplitScreen3" parent="." instance=ExtResource("1_mcbdt")]
|
||||
anchors_preset = -1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
@@ -56,7 +56,7 @@ grow_vertical = 2
|
||||
init_position = Vector2(0, 132)
|
||||
|
||||
[node name="SplitScreen4" parent="." instance=ExtResource("1_mcbdt")]
|
||||
anchors_preset = -1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://mplfqw0th285
|
||||
uid://phh002xa445q
|
||||
|
||||
Reference in New Issue
Block a user