add HanafudaCard

This commit is contained in:
Fabien Freling 2021-11-16 23:22:54 +01:00
parent 6a8d342f07
commit 2896f7d8bb
3 changed files with 52 additions and 5 deletions

10
HanafudaCard.tscn Normal file
View file

@ -0,0 +1,10 @@
[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 )