[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 = "Small powerpack" help = "Restores 3 energy" restore_strength = 3 [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 = -45.0 margin/top = 8.0 margin/right = 43.0 margin/bottom = 61.0 text = "A small battery pack. Bzzzzt." autowrap = true clip_text = true percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1