mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dnhyegott4sq3"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://draifeksrhsmc"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dgglwcbo10bxf" path="res://marker/AxisMarker2D.tscn" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://boxrp2xph66pd" path="res://marker/AxisMarker2D.tscn" id="1"]
|
||||
|
||||
[node name="2D" type="Node2D"]
|
||||
|
||||
[node name="Scale100" type="Node2D" parent="."]
|
||||
rotation = 2.98023e-08
|
||||
scale = Vector2(100, 100)
|
||||
|
||||
[node name="AxisMarker" parent="Scale100" instance=ExtResource("1")]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dh1yenn4jvxrf"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b0wjqk7pbb8yu"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bn1lmdxiowagu" path="res://marker/AxisMarker3D.tscn" id="1"]
|
||||
[ext_resource type="PackedScene" uid="uid://bs6ch5go4jcme" path="res://marker/AxisMarker3D.tscn" id="1"]
|
||||
|
||||
[node name="3D" type="Node3D"]
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brwp8bimc75uu"
|
||||
uid="uid://ctnaorx2vyf6k"
|
||||
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://c422hmpso5c08
|
||||
uid://hk6icl2fsb5y
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dlbq375n1808o"
|
||||
uid="uid://c7c3l2to0im6e"
|
||||
path="res://.godot/imported/AxisMarker2D.svg-a52a23070c2ca9dcdd860a47183ce756.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/AxisMarker2D.svg-a52a23070c2ca9dcdd860a47183c
|
||||
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,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dgglwcbo10bxf"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://boxrp2xph66pd"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c422hmpso5c08" path="res://marker/AxisMarker2D.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://hk6icl2fsb5y" path="res://marker/AxisMarker2D.gd" id="1"]
|
||||
|
||||
[node name="AxisMarker" type="Node2D"]
|
||||
script = ExtResource("1")
|
||||
@@ -11,30 +11,18 @@ script = ExtResource("1")
|
||||
points = PackedVector2Array(0, 0, 0, 0)
|
||||
width = 0.1
|
||||
default_color = Color(0, 0.266667, 1, 1)
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="Center" type="Line2D" parent="."]
|
||||
points = PackedVector2Array(-0.05, 0, 0.05, 0)
|
||||
width = 0.1
|
||||
default_color = Color(0, 0.266667, 1, 1)
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="X" type="Line2D" parent="."]
|
||||
points = PackedVector2Array(0.05, 0, 1, 0)
|
||||
width = 0.1
|
||||
default_color = Color(0.866667, 0, 0, 1)
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="Y" type="Line2D" parent="."]
|
||||
points = PackedVector2Array(0, 0.05, 0, 1)
|
||||
width = 0.1
|
||||
default_color = Color(0, 0.866667, 0, 1)
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://dm1m23b17d4a2
|
||||
uid://decyll8kdjkmk
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c5pw5vmdnwr15"
|
||||
uid="uid://y3nftv2et2ct"
|
||||
path="res://.godot/imported/AxisMarker3D.svg-613a31ba426aca266949d27353333ae4.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/AxisMarker3D.svg-613a31ba426aca266949d2735333
|
||||
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,6 +1,6 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://bn1lmdxiowagu"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://bs6ch5go4jcme"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dm1m23b17d4a2" path="res://marker/AxisMarker3D.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://decyll8kdjkmk" path="res://marker/AxisMarker3D.gd" id="1"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="1"]
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Matrix Transform3D"
|
||||
config/name="Matrix Transform"
|
||||
config/description="This demo project is a playground where you can visualize how transforms work.
|
||||
|
||||
Do not 'run' this project. You are only meant to use it within the Godot editor.
|
||||
@@ -18,7 +18,7 @@ Do not 'run' this project. You are only meant to use it within the Godot editor.
|
||||
For more information, see the Matrices and Transforms article."
|
||||
config/tags=PackedStringArray("3d", "demo", "editor", "official")
|
||||
run/main_scene="res://3D.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[debug]
|
||||
|
||||
Reference in New Issue
Block a user