fix: window flag errors
This commit is contained in:
parent
dab0545d26
commit
dd4c4bb5e8
3 changed files with 1 additions and 5 deletions
|
@ -9,8 +9,6 @@
|
|||
[node name="DragonAdder" type="Window"]
|
||||
position = Vector2i(0, 36)
|
||||
size = Vector2i(500, 300)
|
||||
transient = true
|
||||
exclusive = true
|
||||
always_on_top = true
|
||||
script = ExtResource("1_x83p2")
|
||||
hat_outfits = ExtResource("2_33u3u")
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
|
||||
[node name="DragonList" type="Window" node_paths=PackedStringArray("dragon_list_view")]
|
||||
size = Vector2i(450, 700)
|
||||
transient = true
|
||||
exclusive = true
|
||||
always_on_top = true
|
||||
script = ExtResource("1_q7g8i")
|
||||
dragon_list_entry = ExtResource("1_4vct3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue