Skip to content

Commit

Permalink
forgot to remove vestigial node
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Apr 22, 2021
1 parent 17d4368 commit 20d7263
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/CardTemplate.tscn
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[gd_scene load_steps=9 format=2]
[gd_scene load_steps=8 format=2]

[ext_resource path="res://src/core/Card/ManipulationButtons.gd" type="Script" id=1]
[ext_resource path="res://src/core/CardTemplate.gd" type="Script" id=2]
[ext_resource path="res://src/core/Card/TargetingArrow.tscn" type="PackedScene" id=3]
[ext_resource path="res://src/core/Card/TokenDrawer.gd" type="Script" id=5]
[ext_resource path="res://src/core/Highlight.tscn" type="PackedScene" id=6]

Expand Down Expand Up @@ -102,8 +101,6 @@ __meta__ = {

[node name="Tween" type="Tween" parent="."]

[node name="TargetLine" parent="." instance=ExtResource( 3 )]

[node name="Debug" type="VBoxContainer" parent="."]
visible = false
margin_left = 150.0
Expand Down

0 comments on commit 20d7263

Please sign in to comment.