updating card picker scene for new cards
This commit is contained in:
parent
91e8739322
commit
8c029f0684
|
|
@ -1491,6 +1491,7 @@ libraries = {
|
|||
|
||||
[node name="card" parent="cards/card_1" instance=ExtResource("2_dqebt")]
|
||||
text = "Slot 1"
|
||||
metadata/type = "card"
|
||||
|
||||
[node name="card_2" type="Control" parent="cards"]
|
||||
layout_mode = 2
|
||||
|
|
@ -1503,6 +1504,7 @@ libraries = {
|
|||
|
||||
[node name="card" parent="cards/card_2" instance=ExtResource("2_dqebt")]
|
||||
text = "Slot 2"
|
||||
metadata/type = "card"
|
||||
|
||||
[node name="card_3" type="Control" parent="cards"]
|
||||
layout_mode = 2
|
||||
|
|
@ -1520,6 +1522,7 @@ libraries = {
|
|||
|
||||
[node name="card" parent="cards/card_3" instance=ExtResource("2_dqebt")]
|
||||
text = "Slot 3"
|
||||
metadata/type = "card"
|
||||
|
||||
[node name="postIts" type="Panel" parent="."]
|
||||
layout_mode = 2
|
||||
|
|
@ -1539,7 +1542,7 @@ libraries = {
|
|||
|
||||
[node name="post-it" parent="postIts/postIt_1" instance=ExtResource("3_ggbxq")]
|
||||
text = "Post 1"
|
||||
is_dragable = false
|
||||
metadata/type = "post-it"
|
||||
|
||||
[node name="postIt_2" type="Control" parent="postIts"]
|
||||
layout_mode = 2
|
||||
|
|
@ -1556,7 +1559,7 @@ libraries = {
|
|||
|
||||
[node name="post-it" parent="postIts/postIt_2" instance=ExtResource("3_ggbxq")]
|
||||
text = "Post 2"
|
||||
is_dragable = false
|
||||
metadata/type = "post-it"
|
||||
|
||||
[node name="postIt_3" type="Control" parent="postIts"]
|
||||
layout_mode = 2
|
||||
|
|
@ -1573,7 +1576,7 @@ libraries = {
|
|||
|
||||
[node name="post-it" parent="postIts/postIt_3" instance=ExtResource("3_ggbxq")]
|
||||
text = "Post 3"
|
||||
is_dragable = false
|
||||
metadata/type = "post-it"
|
||||
|
||||
[node name="postIt_4" type="Control" parent="postIts"]
|
||||
layout_mode = 2
|
||||
|
|
@ -1590,7 +1593,7 @@ libraries = {
|
|||
|
||||
[node name="post-it" parent="postIts/postIt_4" instance=ExtResource("3_ggbxq")]
|
||||
text = "Post 4"
|
||||
is_dragable = false
|
||||
metadata/type = "post-it"
|
||||
|
||||
[node name="board of devs" parent="." instance=ExtResource("4_1kvte")]
|
||||
visible = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue