11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://HanafudaCard.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://assets/png/Hanafuda_April_Kasu_1.png" type="Texture" id=2]
|
||
|
|
||
|
[node name="HanafudaCard" type="Sprite"]
|
||
|
position = Vector2( 292.75, 250.01 )
|
||
|
scale = Vector2( 0.2, 0.2 )
|
||
|
texture = ExtResource( 2 )
|
||
|
script = ExtResource( 1 )
|