1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-11-22 06:44:18 +00:00
office-madness/Scenes/Minigames/4.tscn
2022-10-03 00:44:58 +02:00

58 lines
1.6 KiB
Text

[gd_scene load_steps=9 format=2]
[ext_resource path="res://Fonts/BADABB__.TTF" type="DynamicFontData" id=1]
[ext_resource path="res://Sprites/Password.png" type="Texture" id=2]
[ext_resource path="res://Scenes/Minigames/4.gd" type="Script" id=3]
[ext_resource path="res://Fonts/Life is goofy.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://Sprites/ProgressOverground.png" type="Texture" id=5]
[sub_resource type="DynamicFont" id=1]
size = 60
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 30
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 4 )
[sub_resource type="DynamicFont" id=3]
size = 40
font_data = ExtResource( 4 )
[node name="Node2D" type="Node2D"]
script = ExtResource( 3 )
[node name="Title" type="Label" parent="."]
margin_top = 30.0
margin_right = 696.0
margin_bottom = 14.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 1 )
text = "Type in the password"
align = 1
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 371, 364 )
texture = ExtResource( 2 )
[node name="Label" type="Label" parent="."]
modulate = Color( 0, 0, 0, 1 )
margin_left = 278.0
margin_top = 360.0
margin_right = 460.0
margin_bottom = 385.0
custom_fonts/font = SubResource( 2 )
align = 1
[node name="TextEdit" type="TextEdit" parent="."]
margin_left = 243.0
margin_top = 153.0
margin_right = 488.0
margin_bottom = 190.0
custom_fonts/font = SubResource( 3 )
[node name="Sprite2" type="Sprite" parent="."]
position = Vector2( 362, 171 )
texture = ExtResource( 5 )
[connection signal="text_changed" from="TextEdit" to="." method="confront"]