init
This commit is contained in:
34
scenes/cost_container.tscn
Normal file
34
scenes/cost_container.tscn
Normal file
@@ -0,0 +1,34 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user