add HanafudaCard
This commit is contained in:
parent
6a8d342f07
commit
2896f7d8bb
3 changed files with 52 additions and 5 deletions
10
HanafudaCard.tscn
Normal file
10
HanafudaCard.tscn
Normal 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 )
|
Loading…
Add table
Add a link
Reference in a new issue