taqin/game/src/Piece.tscn

13 lines
299 B
Plaintext
Raw Normal View History

2019-11-22 13:38:50 +01:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/Piece.gd" type="Script" id=1]
2019-11-25 01:16:06 +01:00
[node name="Piece" type="Node2D"]
2019-11-22 13:38:50 +01:00
script = ExtResource( 1 )
2019-11-25 01:16:06 +01:00
[node name="Label" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "!"