31 lines
762 B
Plaintext
31 lines
762 B
Plaintext
[gd_scene load_steps=3 format=1]
|
|
|
|
[ext_resource path="res://cards/card_base.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://cards/repurpose.gd" type="Script" id=2]
|
|
|
|
[node name="card_base" instance=ExtResource( 1 )]
|
|
|
|
script/script = ExtResource( 2 )
|
|
display_name = "Repurpose"
|
|
help = "Destroy a card in your hand to repair a ship area by 1"
|
|
args_required_to_play = 2
|
|
|
|
[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 = -44.0
|
|
margin/top = -7.0
|
|
margin/right = 46.0
|
|
margin/bottom = 60.0
|
|
text = "Gotta break something to make something."
|
|
autowrap = true
|
|
clip_text = true
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
|