mlpcardgame/Scenes/Loading/ScatterCard.tscn

13 lines
391 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://MLPAssets/Textures/CardBack.png" type="Texture" id=1]
[ext_resource path="res://Scenes/Loading/ScatterCard.gd" type="Script" id=2]
[node name="ScatterCard" type="Sprite"]
texture = ExtResource( 1 )
region_enabled = true
region_rect = Rect2( 30, 6, 350, 500 )
script = ExtResource( 2 )
[node name="Tween" type="Tween" parent="."]