[gd_scene load_steps=8 format=2] [ext_resource path="res://src/ui/EncounterChoice.gd" type="Script" id=1] [ext_resource path="res://assets/encounterPlaceholder2.png" type="Texture" id=2] [ext_resource path="res://assets/encounterPlaceholder0.png" type="Texture" id=3] [ext_resource path="res://assets/encounterPlaceholder1.png" type="Texture" id=4] [ext_resource path="res://assets/encounterIconPlaceholder0_pressed.png" type="Texture" id=5] [ext_resource path="res://assets/encounterIconPlaceholder1_pressed.png" type="Texture" id=6] [ext_resource path="res://assets/encounterIconPlaceholder2_pressed.png" type="Texture" id=7] [node name="EncounterChoice" type="Node2D"] position = Vector2( -0.5, 0.5 ) script = ExtResource( 1 ) [node name="Option0" type="TextureButton" parent="."] margin_left = -28.8286 margin_top = 14.3104 margin_right = 11.1714 margin_bottom = 54.3104 hint_tooltip = "Option 0" toggle_mode = true texture_normal = ExtResource( 3 ) texture_pressed = ExtResource( 5 ) __meta__ = { "_edit_use_anchors_": false } [node name="Option1" type="TextureButton" parent="."] margin_left = 24.2782 margin_top = 16.5904 margin_right = 64.2782 margin_bottom = 56.5904 hint_tooltip = "Option 1" toggle_mode = true texture_normal = ExtResource( 4 ) texture_pressed = ExtResource( 6 ) __meta__ = { "_edit_use_anchors_": false } [node name="Option2" type="TextureButton" parent="."] margin_left = 17.7514 margin_top = -36.9294 margin_right = 57.7514 margin_bottom = 3.07064 hint_tooltip = "Option 2" toggle_mode = true texture_normal = ExtResource( 2 ) texture_pressed = ExtResource( 7 ) __meta__ = { "_edit_use_anchors_": false }