forked from team-sg/hero-mark-2
95 lines
2.9 KiB
Text
95 lines
2.9 KiB
Text
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1]
|
|
[ext_resource path="res://menus/newgrounds_login.gd" type="Script" id=2]
|
|
[ext_resource path="res://ui/theme.tres" type="Theme" id=3]
|
|
[ext_resource path="res://ui/2ndpuberty_scholar_outline.fnt" type="BitmapFont" id=4]
|
|
[ext_resource path="res://shaders/wibble_wobble.gdshader" type="Shader" id=5]
|
|
|
|
[sub_resource type="ShaderMaterial" id=1]
|
|
shader = ExtResource( 1 )
|
|
shader_param/color_1 = Color( 1, 0.709804, 0.054902, 1 )
|
|
shader_param/color_2 = Color( 1, 0.945098, 0.478431, 1 )
|
|
shader_param/checker_size = Vector2( 24, 12 )
|
|
shader_param/pan_speed = Vector2( 0, 0 )
|
|
shader_param/cycle_speed = Vector2( 8, -8 )
|
|
shader_param/cycle_alternation = Vector2( 0, 1 )
|
|
shader_param/uv_transform = Transform2D( 1, 1, 1, 1, 0, 0 )
|
|
|
|
[sub_resource type="ShaderMaterial" id=2]
|
|
shader = ExtResource( 5 )
|
|
shader_param/speed = Vector2( 8, 4 )
|
|
shader_param/ammount = Vector2( 12, 24 )
|
|
shader_param/offset = Vector2( 0, 0 )
|
|
shader_param/delay = Vector2( 0, 0 )
|
|
|
|
[node name="NewgroundsLogin" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
focus_mode = 2
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
material = SubResource( 1 )
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 3 )
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="CenterContainer"]
|
|
unique_name_in_owner = true
|
|
margin_left = 23.0
|
|
margin_top = 43.0
|
|
margin_right = 233.0
|
|
margin_bottom = 148.0
|
|
tabs_visible = false
|
|
|
|
[node name="Loading" type="VBoxContainer" parent="CenterContainer/TabContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_pivot_offset = Vector2( -174, -77 )
|
|
|
|
[node name="Label" type="Label" parent="CenterContainer/TabContainer/Loading"]
|
|
margin_right = 210.0
|
|
margin_bottom = 10.0
|
|
custom_fonts/font = ExtResource( 4 )
|
|
text = "Log into newgrounds in browser"
|
|
align = 1
|
|
|
|
[node name="LoadingGraphic" type="Label" parent="CenterContainer/TabContainer/Loading"]
|
|
material = SubResource( 2 )
|
|
margin_top = 14.0
|
|
margin_right = 210.0
|
|
margin_bottom = 78.0
|
|
rect_min_size = Vector2( 0, 64 )
|
|
text = "§"
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="Clipboard" type="Label" parent="CenterContainer/TabContainer/Loading"]
|
|
unique_name_in_owner = true
|
|
modulate = Color( 1, 1, 1, 0 )
|
|
margin_top = 82.0
|
|
margin_right = 210.0
|
|
margin_bottom = 105.0
|
|
custom_fonts/font = ExtResource( 4 )
|
|
text = "If browser didn't open,
|
|
url copied to clipboard"
|
|
align = 1
|
|
|
|
[node name="Success" type="Label" parent="CenterContainer/TabContainer"]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
custom_fonts/font = ExtResource( 4 )
|
|
text = "Success!"
|
|
|
|
[node name="Failure" type="Label" parent="CenterContainer/TabContainer"]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
custom_fonts/font = ExtResource( 4 )
|
|
text = "Failure :("
|