165 lines
4.6 KiB
Plaintext
165 lines
4.6 KiB
Plaintext
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://menues/ArmyDesigner/ArmyDesigner.gd" type="Script" id=1]
|
|
[ext_resource path="res://images/warrior.png" type="Texture" id=2]
|
|
[ext_resource path="res://menues/smallbtn.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://font/anton.tres" type="DynamicFont" id=4]
|
|
[ext_resource path="res://menues/ArmyDesigner/rohstoffWahl.gd" type="Script" id=5]
|
|
[ext_resource path="res://menues/ArmyDesigner/ArmyDesigneritems.gd" type="Script" id=6]
|
|
[ext_resource path="res://menues/ArmyDesigner/Design.gd" type="Script" id=7]
|
|
[ext_resource path="res://menues/ArmyDesigner/designItemSocket.tscn" type="PackedScene" id=8]
|
|
|
|
[node name="ArmyDesigner" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_horizontal_guides_": [ 173.361, 934.964 ],
|
|
"_edit_use_anchors_": false,
|
|
"_edit_vertical_guides_": [ 83.3878, 1043.33 ]
|
|
}
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect" parent="."]
|
|
self_modulate = Color( 0.223529, 0.160784, 0.588235, 1 )
|
|
margin_left = 2.0
|
|
margin_top = 0.180447
|
|
margin_right = 1922.0
|
|
margin_bottom = 1020.18
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="WaffenBtn" parent="." instance=ExtResource( 3 )]
|
|
margin_left = 308.297
|
|
margin_top = 56.7061
|
|
margin_right = 394.297
|
|
margin_bottom = 120.706
|
|
|
|
[node name="EinheitenBtn" parent="." instance=ExtResource( 3 )]
|
|
margin_left = 469.747
|
|
margin_top = 58.2135
|
|
margin_right = 555.747
|
|
margin_bottom = 122.214
|
|
|
|
[node name="limitTech" type="CheckBox" parent="."]
|
|
modulate = Color( 0.905882, 0.0392157, 0.0392157, 1 )
|
|
margin_left = 622.806
|
|
margin_top = 67.5994
|
|
margin_right = 646.806
|
|
margin_bottom = 91.5994
|
|
rect_scale = Vector2( 2, 2 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 676.32
|
|
margin_top = 79.5919
|
|
margin_right = 896.32
|
|
margin_bottom = 107.592
|
|
custom_fonts/font = ExtResource( 4 )
|
|
text = "Forschung nicht berücksichtigen"
|
|
|
|
[node name="rohstoffWahlLabel" type="Label" parent="."]
|
|
margin_left = 1153.0
|
|
margin_top = 30.0
|
|
margin_right = 1702.0
|
|
margin_bottom = 44.0
|
|
rect_pivot_offset = Vector2( -1398.49, -538.719 )
|
|
text = "Wähle einen Rohstoff aus um die Gegenstände dafür für dein Design auszuwählen"
|
|
autowrap = true
|
|
|
|
[node name="rohstoffWahl" type="ItemList" parent="."]
|
|
margin_left = 1122.0
|
|
margin_top = 66.0
|
|
margin_right = 1712.0
|
|
margin_bottom = 312.0
|
|
script = ExtResource( 5 )
|
|
|
|
[node name="itemsLabel" type="Label" parent="."]
|
|
margin_left = 1158.0
|
|
margin_top = 344.0
|
|
margin_right = 1305.0
|
|
margin_bottom = 382.0
|
|
rect_pivot_offset = Vector2( -1398.49, -538.719 )
|
|
text = "Gegenstände:"
|
|
autowrap = true
|
|
|
|
[node name="items" type="ItemList" parent="."]
|
|
margin_left = 1132.0
|
|
margin_top = 375.0
|
|
margin_right = 1706.0
|
|
margin_bottom = 698.0
|
|
script = ExtResource( 6 )
|
|
|
|
[node name="races" type="ItemList" parent="."]
|
|
margin_left = 1129.0
|
|
margin_top = 782.0
|
|
margin_right = 1702.0
|
|
margin_bottom = 951.0
|
|
|
|
[node name="Design" type="Control" parent="."]
|
|
margin_left = 87.5867
|
|
margin_top = 172.24
|
|
margin_right = 1039.59
|
|
margin_bottom = 933.24
|
|
script = ExtResource( 7 )
|
|
|
|
[node name="Race" parent="Design" instance=ExtResource( 8 )]
|
|
margin_left = 558.109
|
|
margin_top = 47.7737
|
|
margin_right = 688.109
|
|
margin_bottom = 209.774
|
|
|
|
[node name="MainHand" parent="Design" instance=ExtResource( 8 )]
|
|
margin_left = 136.185
|
|
margin_top = 251.923
|
|
margin_right = 266.185
|
|
margin_bottom = 413.923
|
|
|
|
[node name="Title" parent="Design/MainHand" index="0"]
|
|
text = "Haupthand"
|
|
|
|
[node name="OffHand" parent="Design" instance=ExtResource( 8 )]
|
|
margin_left = 459.867
|
|
margin_top = 252.402
|
|
margin_right = 589.867
|
|
margin_bottom = 414.402
|
|
|
|
[node name="Title" parent="Design/OffHand" index="0"]
|
|
text = "Zweithand"
|
|
|
|
[node name="SecondaryWeapon" parent="Design" instance=ExtResource( 8 )]
|
|
margin_left = 654.508
|
|
margin_top = 249.436
|
|
margin_right = 784.508
|
|
margin_bottom = 411.436
|
|
|
|
[node name="Title" parent="Design/SecondaryWeapon" index="0"]
|
|
text = "Zweitwaffe"
|
|
|
|
[node name="armor" parent="Design" instance=ExtResource( 8 )]
|
|
margin_left = 288.122
|
|
margin_top = 250.186
|
|
margin_right = 418.122
|
|
margin_bottom = 412.186
|
|
|
|
[node name="Title" parent="Design/armor" index="0"]
|
|
text = "Rüstung"
|
|
|
|
[node name="Mount" parent="Design" instance=ExtResource( 8 )]
|
|
margin_left = 414.437
|
|
margin_top = 403.094
|
|
margin_right = 544.437
|
|
margin_bottom = 565.094
|
|
|
|
[node name="Title" parent="Design/Mount" index="0"]
|
|
text = "Reittier"
|
|
|
|
[node name="TextureButton" parent="Design" instance=ExtResource( 3 )]
|
|
margin_left = 765.651
|
|
margin_top = 628.255
|
|
margin_right = 849.651
|
|
margin_bottom = 692.255
|
|
|
|
[editable path="Design/MainHand"]
|
|
[editable path="Design/OffHand"]
|
|
[editable path="Design/SecondaryWeapon"]
|
|
[editable path="Design/armor"]
|
|
[editable path="Design/Mount"]
|