[gd_scene load_steps=3 format=1] [ext_resource path="res://cards/card_base.tscn" type="PackedScene" id=1] [ext_resource path="res://cards/battery.gd" type="Script" id=2] [node name="card_base" instance=ExtResource( 1 )] script/script = ExtResource( 2 ) display_name = "Big powerpack" help = "Restores 6 energy" restore_strength = 6 [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 = 45.0 margin/bottom = 60.0 text = "A _big_ battery. ZZZZOT!" autowrap = true clip_text = true percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1