Files
MisguidedLaunch/scenes/cost_container.tscn
Eric Vande Voort 7eb0dea424 init
2025-01-07 16:10:03 -06:00

35 lines
985 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://u13yhxooh61n"]
[ext_resource type="Script" path="res://scripts/cost_container.gd" id="1_vbysc"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_vy8d6"]
[node name="CostContainer" type="BoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_vbysc")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
size_flags_horizontal = 3
[node name="ResourceTexture" type="TextureRect" parent="HBoxContainer"]
layout_mode = 2
texture = SubResource("PlaceholderTexture2D_vy8d6")
expand_mode = 3
[node name="CostTextEdit" type="LineEdit" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "20"
editable = false
context_menu_enabled = false
virtual_keyboard_enabled = false
shortcut_keys_enabled = false
middle_mouse_paste_enabled = false
selecting_enabled = false
drag_and_drop_selection_enabled = false