2020-10-13 18:58:30 +02:00
|
|
|
[gd_scene load_steps=5 format=2]
|
2020-10-13 13:04:12 +02:00
|
|
|
|
2020-10-13 14:16:36 +02:00
|
|
|
[ext_resource path="res://drop_area.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://repository.tscn" type="PackedScene" id=3]
|
|
|
|
[ext_resource path="res://cardgame.gd" type="Script" id=4]
|
|
|
|
[ext_resource path="res://terminal.tscn" type="PackedScene" id=5]
|
2020-10-13 13:04:12 +02:00
|
|
|
|
|
|
|
[node name="Cardgame" type="Node2D"]
|
2020-10-13 14:16:36 +02:00
|
|
|
script = ExtResource( 4 )
|
2020-10-13 13:04:12 +02:00
|
|
|
|
2020-10-13 14:16:36 +02:00
|
|
|
[node name="Repository" parent="." instance=ExtResource( 3 )]
|
|
|
|
margin_right = 1481.0
|
|
|
|
margin_bottom = 592.0
|
2020-10-13 18:58:30 +02:00
|
|
|
file_browser_active = false
|
|
|
|
simplified_view = true
|
2020-10-13 14:16:36 +02:00
|
|
|
|
|
|
|
[node name="DropArea" parent="." instance=ExtResource( 2 )]
|
2020-10-13 13:04:12 +02:00
|
|
|
|
2020-10-13 14:16:36 +02:00
|
|
|
[node name="Terminal" parent="." instance=ExtResource( 5 )]
|
|
|
|
margin_left = 1488.0
|
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 1914.0
|
|
|
|
margin_bottom = 586.0
|
2020-10-13 18:13:42 +02:00
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
|
|
margin_left = 1726.67
|
|
|
|
margin_top = 1021.41
|
|
|
|
margin_right = 1899.67
|
|
|
|
margin_bottom = 1063.41
|
|
|
|
text = "redraw cards"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-10-13 14:16:36 +02:00
|
|
|
[connection signal="command_done" from="Terminal" to="." method="_update_repo"]
|
2020-10-13 18:13:42 +02:00
|
|
|
[connection signal="pressed" from="Button" to="." method="redraw_all_cards"]
|