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.
 
 

16 wiersze
423 B

  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://jrpg/scripts/ui/choices_box.gd" type="Script" id=1]
  3. [ext_resource path="res://jrpg/scenes/ui/ChoiceButton.tscn" type="PackedScene" id=2]
  4. [node name="ChoicesBox" type="VBoxContainer"]
  5. anchor_left = 0.3
  6. anchor_top = 0.1
  7. anchor_right = 0.7
  8. anchor_bottom = 0.45
  9. script = ExtResource( 1 )
  10. __meta__ = {
  11. "_edit_use_anchors_": false
  12. }
  13. button_template = ExtResource( 2 )