fix hanafuda card lifetime
This commit is contained in:
parent
ee9b4777cb
commit
4c7038dd4a
3 changed files with 13 additions and 9 deletions
|
@ -10,17 +10,16 @@ script = ExtResource( 1 )
|
|||
revealed = false
|
||||
|
||||
[node name="Frontside" type="Sprite" parent="."]
|
||||
visible = false
|
||||
scale = Vector2( 0.2, 0.2 )
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[node name="Backside" type="Node2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Backside"]
|
||||
margin_left = -91.0
|
||||
margin_top = -155.0
|
||||
margin_right = 809.0
|
||||
margin_bottom = 1380.0
|
||||
margin_left = -110.0
|
||||
margin_top = -193.0
|
||||
margin_right = 1000.0
|
||||
margin_bottom = 1722.0
|
||||
rect_scale = Vector2( 0.2, 0.2 )
|
||||
texture = ExtResource( 4 )
|
||||
stretch_mode = 2
|
||||
|
@ -29,5 +28,4 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="Border sprite" type="Sprite" parent="Backside"]
|
||||
scale = Vector2( 0.2, 0.2 )
|
||||
texture = ExtResource( 3 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue