31 lines
775 B
Plaintext
31 lines
775 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/medkit.gd" type="Script" id=2]
|
|
|
|
[node name="card_base" instance=ExtResource( 1 )]
|
|
|
|
script/script = ExtResource( 2 )
|
|
display_name = "Medkit"
|
|
help = "Play on an injured crewmember in your hand to heal them"
|
|
args_required_to_play = 1
|
|
|
|
[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 = -39.0
|
|
margin/top = -51.0
|
|
margin/right = 51.0
|
|
margin/bottom = 49.0
|
|
text = "A bag of syringes and bandages. Maybe someone needs help?"
|
|
autowrap = true
|
|
clip_text = true
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
|