Added hidden card game.
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cqumma8ibtbsx"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://chk06witxlje" path="res://scenes/CardGame/card.gd" id="1_qu2n3"]
|
||||
[ext_resource type="Texture2D" uid="uid://bstshxshmlfiq" path="res://assets/images/card.webp" id="2_xgndj"]
|
||||
|
||||
[node name="Card" type="Node2D"]
|
||||
script = ExtResource("1_qu2n3")
|
||||
|
||||
[node name="CardBackbround" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.25, 0.25)
|
||||
texture = ExtResource("2_xgndj")
|
||||
|
||||
[node name="CardName" type="Label" parent="."]
|
||||
offset_left = -44.0
|
||||
offset_top = 22.0
|
||||
offset_right = 47.0
|
||||
offset_bottom = 45.0
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="CardText" type="RichTextLabel" parent="."]
|
||||
offset_left = -75.0
|
||||
offset_top = 64.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 115.0
|
||||
text = "Test Text"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="CardCost" type="Label" parent="."]
|
||||
offset_left = -80.0
|
||||
offset_top = -125.0
|
||||
offset_right = -45.0
|
||||
offset_bottom = -89.0
|
||||
text = "2"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="CardImage" type="Sprite2D" parent="."]
|
||||
Reference in New Issue
Block a user