mlpcardgame/Scenes/Game.tscn
2019-05-03 18:10:06 +02:00

15 lines
463 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Scenes/Scripts/Game.gd" type="Script" id=1]
[ext_resource path="res://Scenes/Components/Card.tscn" type="PackedScene" id=2]
[node name="Node2D" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="Board" type="Node2D" parent="."]
[node name="Node2D3" parent="Board" instance=ExtResource( 2 )]
position = Vector2( 736.851, 566.497 )
scale = Vector2( 0.3, 0.3 )