You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
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 )