mlpcardgame/Scenes/Game.tscn

16 lines
463 B
Text
Raw Normal View History

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