mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Open and save 3D demos in Godot 4.3 stable (#1109)
This commit is contained in:
@@ -550,8 +550,8 @@ layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
focus_mode = 0
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/h_separation = 10
|
||||
theme_override_constants/outline_size = 4
|
||||
theme_override_constants/h_separation = 10
|
||||
text = "Enable Sun"
|
||||
alignment = 2
|
||||
|
||||
@@ -561,8 +561,8 @@ layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
focus_mode = 0
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/h_separation = 10
|
||||
theme_override_constants/outline_size = 4
|
||||
theme_override_constants/h_separation = 10
|
||||
button_pressed = true
|
||||
text = "Animate Lights"
|
||||
alignment = 2
|
||||
@@ -584,8 +584,8 @@ layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 1.95
|
||||
focus_mode = 0
|
||||
item_count = 5
|
||||
selected = 2
|
||||
item_count = 5
|
||||
popup/item_0/text = "1024×1024 (Faster)"
|
||||
popup/item_0/id = 2
|
||||
popup/item_1/text = "2048×2048 (Fast)"
|
||||
@@ -614,10 +614,9 @@ layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 1.95
|
||||
focus_mode = 0
|
||||
item_count = 6
|
||||
selected = 3
|
||||
item_count = 6
|
||||
popup/item_0/text = "Hard (Fastest)"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "Soft Very Low (Faster)"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "Soft Low (Fast)"
|
||||
@@ -646,10 +645,9 @@ layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 1.95
|
||||
focus_mode = 0
|
||||
item_count = 6
|
||||
selected = 5
|
||||
item_count = 6
|
||||
popup/item_0/text = "Nearest"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "Linear"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "Nearest + Mipmaps"
|
||||
|
||||
Reference in New Issue
Block a user