78 lines
2.2 KiB
Text
78 lines
2.2 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://odjphawrdiw8"]
|
|
|
|
[ext_resource type="Theme" uid="uid://dy41x4ott07ql" path="res://assets/themes/main_theme.tres" id="1_mks5g"]
|
|
[ext_resource type="Script" uid="uid://be8pfcpjesmal" path="res://scenes/create_player/new_character/new_character.gd" id="2_mks5g"]
|
|
[ext_resource type="ButtonGroup" uid="uid://ctiyrpjxwmat" path="res://scenes/create_player/new_character/checkbox_group.tres" id="3_rfvxj"]
|
|
[ext_resource type="PackedScene" uid="uid://p5nhkod3yaf0" path="res://scenes/create_player/new_character/stats.tscn" id="4_w7nxs"]
|
|
|
|
[node name="NewCharacter" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_mks5g")
|
|
script = ExtResource("2_mks5g")
|
|
checkbox_group = ExtResource("3_rfvxj")
|
|
|
|
[node name="Ksywa" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = 57.0
|
|
offset_bottom = 40.0
|
|
text = "Ksywa"
|
|
|
|
[node name="KsywaInput" type="LineEdit" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 80.0
|
|
offset_top = 8.0
|
|
offset_right = 222.0
|
|
offset_bottom = 44.0
|
|
|
|
[node name="Rola" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 8.0
|
|
offset_top = 64.0
|
|
offset_right = 61.0
|
|
offset_bottom = 92.0
|
|
text = "ROLA"
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="Rola"]
|
|
clip_contents = true
|
|
layout_mode = 0
|
|
offset_left = 72.0
|
|
offset_top = 4.0
|
|
offset_right = 222.0
|
|
offset_bottom = 96.0
|
|
columns = 2
|
|
|
|
[node name="NetrunnerCB" type="CheckBox" parent="Rola/GridContainer"]
|
|
layout_mode = 2
|
|
button_group = ExtResource("3_rfvxj")
|
|
|
|
[node name="Netrunner" type="Label" parent="Rola/GridContainer"]
|
|
layout_mode = 2
|
|
text = "Netrunner"
|
|
|
|
[node name="SoloCB" type="CheckBox" parent="Rola/GridContainer"]
|
|
layout_mode = 2
|
|
button_group = ExtResource("3_rfvxj")
|
|
|
|
[node name="Solo" type="Label" parent="Rola/GridContainer"]
|
|
layout_mode = 2
|
|
text = "Solo"
|
|
|
|
[node name="KorpoCB" type="CheckBox" parent="Rola/GridContainer"]
|
|
layout_mode = 2
|
|
button_group = ExtResource("3_rfvxj")
|
|
|
|
[node name="Korpo" type="Label" parent="Rola/GridContainer"]
|
|
layout_mode = 2
|
|
text = "Korpo"
|
|
|
|
[node name="Stats" parent="." instance=ExtResource("4_w7nxs")]
|
|
layout_mode = 0
|
|
offset_left = 248.0
|
|
offset_right = 472.0
|