mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 16:14:22 +00:00
41 lines
878 B
Text
41 lines
878 B
Text
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://Sprites/lööp.png" type="Texture" id=1]
|
||
|
[ext_resource path="res://Fonts/LiberationMono-Bold.ttf" type="DynamicFontData" id=2]
|
||
|
|
||
|
[sub_resource type="DynamicFont" id=1]
|
||
|
size = 30
|
||
|
font_data = ExtResource( 2 )
|
||
|
|
||
|
[node name="LoopCountPanel" type="Panel"]
|
||
|
margin_left = 1160.0
|
||
|
margin_top = 20.0
|
||
|
margin_right = 1260.0
|
||
|
margin_bottom = 60.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="LoopCountLabel" type="Label" parent="."]
|
||
|
margin_left = 40.0
|
||
|
margin_right = 94.0
|
||
|
margin_bottom = 40.0
|
||
|
custom_fonts/font = SubResource( 1 )
|
||
|
text = "999"
|
||
|
align = 2
|
||
|
valign = 1
|
||
|
clip_text = true
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||
|
margin_right = 40.0
|
||
|
margin_bottom = 40.0
|
||
|
texture = ExtResource( 1 )
|
||
|
expand = true
|
||
|
stretch_mode = 6
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|