27 lines
632 B
Plaintext
27 lines
632 B
Plaintext
[gd_scene load_steps=5 format=1]
|
|
|
|
[ext_resource path="res://ui/deck.gd" type="Script" id=1]
|
|
[ext_resource path="res://ui/deck-empty.tex" type="Texture" id=2]
|
|
[ext_resource path="res://ui/card-back.tex" type="Texture" id=3]
|
|
[ext_resource path="res://ui/hand.tex" type="Texture" id=4]
|
|
|
|
[node name="deck" type="Node2D"]
|
|
|
|
script/script = ExtResource( 1 )
|
|
|
|
[node name="empty" type="Sprite" parent="."]
|
|
|
|
z/z = -1
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="last_card" type="Sprite" parent="."]
|
|
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="icon" type="Sprite" parent="."]
|
|
|
|
transform/pos = Vector2( 20.3626, -87.1522 )
|
|
texture = ExtResource( 4 )
|
|
|
|
|