mlpcardgame/Scenes/DeckBuilder.tscn

17 lines
454 B
Plaintext
Raw Normal View History

2019-06-02 23:35:31 +00:00
[gd_scene load_steps=3 format=2]
2019-05-31 22:44:21 +00:00
2019-06-02 23:35:31 +00:00
[ext_resource path="res://Scenes/Scripts/DeckBuilder.gd" type="Script" id=1]
[ext_resource path="res://MLPAssets/Background/library.webp" type="Texture" id=2]
2019-05-31 22:44:21 +00:00
[node name="DeckBuilder" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2019-06-02 23:35:31 +00:00
script = ExtResource( 1 )
2019-05-31 22:44:21 +00:00
[node name="TextureRect" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
2019-06-02 23:35:31 +00:00
texture = ExtResource( 2 )
2019-05-31 22:44:21 +00:00
expand = true
stretch_mode = 7