38 lines
947 B
Plaintext
38 lines
947 B
Plaintext
[gd_scene load_steps=4 format=1]
|
|
|
|
[ext_resource path="res://cards/card_base.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://cards/card_repair.gd" type="Script" id=2]
|
|
[ext_resource path="res://ui/wrench.tex" type="Texture" id=3]
|
|
|
|
[node name="card_repair" instance=ExtResource( 1 )]
|
|
|
|
script/script = ExtResource( 2 )
|
|
display_name = "Repair"
|
|
help = "Fix one damange from a ship area"
|
|
args_required_to_play = 1
|
|
|
|
[node name="Sprite 2" type="Sprite" parent="."]
|
|
|
|
transform/pos = Vector2( 2.7805, -32.9688 )
|
|
transform/scale = Vector2( 2, 2 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
focus/ignore_mouse = true
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 0
|
|
margin/left = -46.0
|
|
margin/top = -5.0
|
|
margin/right = 44.0
|
|
margin/bottom = 80.0
|
|
text = "Repairs 1 (one) damage for a selected area."
|
|
autowrap = true
|
|
clip_text = true
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
|