Getting started heregit status!
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user