28 lines
645 B
Plaintext
28 lines
645 B
Plaintext
[gd_scene load_steps=2 format=1]
|
|
|
|
[ext_resource path="res://cards/card_base.tscn" type="PackedScene" id=1]
|
|
|
|
[node name="spare parts" instance=ExtResource( 1 )]
|
|
|
|
display_name = "Spare Parts"
|
|
help = "This card does nothing"
|
|
|
|
[node name="Label" type="Label" parent="CenterContainer"]
|
|
|
|
focus/ignore_mouse = true
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 0
|
|
margin/left = -46.0
|
|
margin/top = -60.0
|
|
margin/right = 52.0
|
|
margin/bottom = 62.0
|
|
text = "A handful of bolts and widgets. Useful somewhere, but not here and not now."
|
|
autowrap = true
|
|
clip_text = true
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
|