Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- [gd_scene load_steps=3 format=2]
-
- [ext_resource path="res://jrpg/scripts/ui/choices_box.gd" type="Script" id=1]
- [ext_resource path="res://jrpg/scenes/ui/ChoiceButton.tscn" type="PackedScene" id=2]
-
- [node name="ChoicesBox" type="VBoxContainer"]
- anchor_left = 0.3
- anchor_top = 0.1
- anchor_right = 0.7
- anchor_bottom = 0.45
- script = ExtResource( 1 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- button_template = ExtResource( 2 )
|