neowarsaw/scenes/create_player/new_character/new_character.tscn
2026-01-05 13:36:23 +01:00

115 lines
3.1 KiB
Text

[gd_scene load_steps=6 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://b18rjpsr6uaw4" path="res://scenes/create_player/new_character/rola_cb.tres" id="3_xx3y5"]
[ext_resource type="PackedScene" uid="uid://p5nhkod3yaf0" path="res://scenes/create_player/new_character/stats.tscn" id="4_w7nxs"]
[ext_resource type="ButtonGroup" uid="uid://blusey675offa" path="res://scenes/create_player/new_character/metody_cb.tres" id="5_3ifvl"]
[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
size_flags_horizontal = 3
size_flags_vertical = 3
theme = ExtResource("1_mks5g")
script = ExtResource("2_mks5g")
rola_cb = ExtResource("3_xx3y5")
metody_cb = ExtResource("5_3ifvl")
[node name="Ksywa" type="Label" parent="."]
layout_mode = 0
offset_left = 8.0
offset_top = 12.0
offset_right = 75.0
offset_bottom = 44.0
text = "Ksywa"
[node name="KsywaInput" type="LineEdit" parent="."]
layout_mode = 0
offset_left = 78.0
offset_top = 12.0
offset_right = 448.0
offset_bottom = 48.0
[node name="Rola" type="GridContainer" parent="."]
clip_contents = true
layout_mode = 0
offset_left = 272.0
offset_top = 60.0
offset_right = 422.0
offset_bottom = 152.0
columns = 2
[node name="NetrunnerCB" type="CheckBox" parent="Rola"]
layout_mode = 2
button_pressed = true
button_group = ExtResource("3_xx3y5")
[node name="Netrunner" type="Label" parent="Rola"]
layout_mode = 2
text = "Netrunner"
[node name="SoloCB" type="CheckBox" parent="Rola"]
layout_mode = 2
disabled = true
button_group = ExtResource("3_xx3y5")
[node name="Solo" type="Label" parent="Rola"]
layout_mode = 2
text = "Solo"
[node name="KorpoCB" type="CheckBox" parent="Rola"]
layout_mode = 2
disabled = true
button_group = ExtResource("3_xx3y5")
[node name="Korpo" type="Label" parent="Rola"]
layout_mode = 2
text = "Korpo"
[node name="Stats" parent="." instance=ExtResource("4_w7nxs")]
layout_mode = 0
offset_left = 600.0
offset_top = 8.0
offset_right = 824.0
offset_bottom = 404.0
[node name="Metody" type="GridContainer" parent="."]
clip_contents = true
layout_mode = 0
offset_left = 8.0
offset_top = 56.0
offset_right = 251.0
offset_bottom = 148.0
columns = 2
[node name="UlicznicyCB" type="CheckBox" parent="Metody"]
layout_mode = 2
button_pressed = true
button_group = ExtResource("5_3ifvl")
[node name="Ulicznicy" type="Label" parent="Metody"]
layout_mode = 2
text = "Ulicznicy"
[node name="KrawedziarzCB" type="CheckBox" parent="Metody"]
layout_mode = 2
disabled = true
button_group = ExtResource("5_3ifvl")
[node name="Krawedziarz" type="Label" parent="Metody"]
layout_mode = 2
text = "Krawędziarz"
[node name="KompletnyPakietCB" type="CheckBox" parent="Metody"]
layout_mode = 2
disabled = true
button_group = ExtResource("5_3ifvl")
[node name="KompletnyPakiet" type="Label" parent="Metody"]
layout_mode = 2
text = "Kompletny Pakiet"