zmiana sceny um, zmiana logiki
This commit is contained in:
parent
55748d3f69
commit
72afd3c7e4
17 changed files with 375 additions and 257 deletions
39
scenes/create_player/metody.tscn
Normal file
39
scenes/create_player/metody.tscn
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://d152p3bvxhcv3"]
|
||||
|
||||
[ext_resource type="ButtonGroup" uid="uid://blusey675offa" path="res://scenes/create_player/resource/metody_cb.tres" id="1_ofqhb"]
|
||||
|
||||
[node name="Metody" type="GridContainer"]
|
||||
clip_contents = true
|
||||
offset_left = 464.0
|
||||
offset_top = 48.0
|
||||
offset_right = 654.0
|
||||
offset_bottom = 134.0
|
||||
columns = 2
|
||||
|
||||
[node name="UlicznicyCB" type="CheckBox" parent="."]
|
||||
layout_mode = 2
|
||||
button_pressed = true
|
||||
button_group = ExtResource("1_ofqhb")
|
||||
flat = true
|
||||
|
||||
[node name="Ulicznicy" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Ulicznicy"
|
||||
|
||||
[node name="KrawedziarzCB" type="CheckBox" parent="."]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
button_group = ExtResource("1_ofqhb")
|
||||
|
||||
[node name="Krawedziarz" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Krawędziarz"
|
||||
|
||||
[node name="KompletnyPakietCB" type="CheckBox" parent="."]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
button_group = ExtResource("1_ofqhb")
|
||||
|
||||
[node name="KompletnyPakiet" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Kompletny Pakiet"
|
||||
Loading…
Add table
Add a link
Reference in a new issue