fix: window flag errors
This commit is contained in:
parent
dab0545d26
commit
dd4c4bb5e8
3 changed files with 1 additions and 5 deletions
|
@ -10,7 +10,7 @@ config_version=5
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="La Placeta del Drac"
|
config/name="La Torreta del Drac"
|
||||||
run/main_scene="uid://ctytpqaed0yqx"
|
run/main_scene="uid://ctytpqaed0yqx"
|
||||||
config/features=PackedStringArray("4.4", "GL Compatibility")
|
config/features=PackedStringArray("4.4", "GL Compatibility")
|
||||||
boot_splash/bg_color=Color(0.14, 0.14, 0.14, 0)
|
boot_splash/bg_color=Color(0.14, 0.14, 0.14, 0)
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
[node name="DragonAdder" type="Window"]
|
[node name="DragonAdder" type="Window"]
|
||||||
position = Vector2i(0, 36)
|
position = Vector2i(0, 36)
|
||||||
size = Vector2i(500, 300)
|
size = Vector2i(500, 300)
|
||||||
transient = true
|
|
||||||
exclusive = true
|
|
||||||
always_on_top = true
|
always_on_top = true
|
||||||
script = ExtResource("1_x83p2")
|
script = ExtResource("1_x83p2")
|
||||||
hat_outfits = ExtResource("2_33u3u")
|
hat_outfits = ExtResource("2_33u3u")
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
[node name="DragonList" type="Window" node_paths=PackedStringArray("dragon_list_view")]
|
[node name="DragonList" type="Window" node_paths=PackedStringArray("dragon_list_view")]
|
||||||
size = Vector2i(450, 700)
|
size = Vector2i(450, 700)
|
||||||
transient = true
|
|
||||||
exclusive = true
|
|
||||||
always_on_top = true
|
always_on_top = true
|
||||||
script = ExtResource("1_q7g8i")
|
script = ExtResource("1_q7g8i")
|
||||||
dragon_list_entry = ExtResource("1_4vct3")
|
dragon_list_entry = ExtResource("1_4vct3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue