ld39-dead_in_the_water/game/cards/injured.tscn

31 lines
754 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/injured.gd" type="Script" id=2]
[node name="injured" instance=ExtResource( 1 )]
script/script = ExtResource( 2 )
display_name = "Injured Crewmember"
help = "Play on actiavted medbay to turn into another card"
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 = -44.0
margin/top = 9.0
margin/right = 47.0
margin/bottom = 61.0
text = "You gotta help me - I'm injured!"
autowrap = true
clip_text = true
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1