midori-school/main.tscn

31 lines
837 B
Text
Raw Normal View History

2024-11-04 00:29:58 +01:00
[gd_scene load_steps=5 format=2]
2024-01-16 13:58:17 +01:00
2024-11-04 00:29:58 +01:00
[ext_resource path="res://fonts/selftest.tres" type="DynamicFont" id=1]
[ext_resource path="res://main.gd" type="Script" id=2]
[ext_resource path="res://Label2.gd" type="Script" id=3]
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=4]
2024-01-16 13:58:17 +01:00
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2024-11-04 00:29:58 +01:00
script = ExtResource( 2 )
2024-01-16 13:58:17 +01:00
[node name="Label" type="Label" parent="."]
2024-11-04 00:29:58 +01:00
margin_top = 326.0
margin_right = 1280.0
margin_bottom = 394.0
rect_pivot_offset = Vector2( 1260, 141 )
custom_fonts/font = ExtResource( 1 )
2024-04-11 03:04:28 +02:00
text = "TEXT_CONTINUE"
2024-11-04 00:29:58 +01:00
align = 1
valign = 3
2024-01-16 13:58:17 +01:00
2024-11-04 00:29:58 +01:00
[node name="Selftest" type="Label" parent="."]
margin_left = 40.0
margin_top = 23.0
margin_right = 97.0
margin_bottom = 135.0
script = ExtResource( 3 )
2024-01-16 13:58:17 +01:00
2024-11-04 00:29:58 +01:00
[node name="Bottomhud" parent="." instance=ExtResource( 4 )]