mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 07:50:22 +01:00
Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258)
This commit is contained in:
@@ -1 +1 @@
|
||||
uid://c8j1v1pxecy0q
|
||||
uid://b0fmcs80ffm3s
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://dxpettbof8pr8"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://ccuepidukgq0e"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c8j1v1pxecy0q" path="res://graphics_tablet_input.gd" id="1_fhuxi"]
|
||||
[ext_resource type="Script" uid="uid://b0fmcs80ffm3s" path="res://graphics_tablet_input.gd" id="1_fhuxi"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0pp2f"]
|
||||
content_margin_left = 12.0
|
||||
@@ -151,6 +151,7 @@ layout_mode = 2
|
||||
selected = 3
|
||||
item_count = 4
|
||||
popup/item_0/text = "Disabled"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "2×"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "4×"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://besl3a0sbq1v0"
|
||||
uid="uid://bd4ifwwknqgce"
|
||||
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.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
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="Graphics Tablet Input"
|
||||
config/description="A demo showing how to use graphics tablet input in Godot."
|
||||
config/tags=PackedStringArray("2d", "demo", "input", "official", "porting")
|
||||
run/main_scene="res://graphics_tablet_input.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
run/low_processor_mode=true
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user