You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
935 B

[gd_scene load_steps=4 format=2]
[ext_resource path="res://examples/numbers/Numbers.tscn" type="PackedScene" id=1]
[ext_resource path="res://examples/colorful_font/ColorfulFont.tscn" type="PackedScene" id=2]
[ext_resource path="res://examples/emoji/emoji.tscn" type="PackedScene" id=3]
[node name="Showcase" type="TabContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 8.0
margin_top = 8.0
margin_right = -8.0
margin_bottom = -8.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Numbers" parent="." instance=ExtResource( 1 )]
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
[node name="ColorfulFont" parent="." instance=ExtResource( 2 )]
visible = false
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
[node name="Emoji" parent="." instance=ExtResource( 3 )]
visible = false
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0