pong/menu.tscn

57 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2017-09-03 17:07:20 +01:00
[gd_scene load_steps=6 format=2]
[ext_resource path="res://menu.vs" type="Script" id=1]
[ext_resource path="res://logo.png" type="Texture" id=2]
[ext_resource path="res://intro.wav" type="AudioStream" id=3]
[ext_resource path="res://segoeui.ttf" type="DynamicFontData" id=4]
[sub_resource type="DynamicFont" id=1]
size = 16
use_mipmaps = false
use_filter = false
font_data = ExtResource( 4 )
_sections_unfolded = [ "Font" ]
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="logo" type="Sprite" parent="."]
position = Vector2( 320, 120 )
texture = ExtResource( 2 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
volume_db = -20.0
autoplay = true
mix_target = 0
bus = "Master"
[node name="Label" type="Label" parent="."]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 250.0
margin_top = 270.0
margin_right = 376.0
margin_bottom = 319.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 2
size_flags_horizontal = 1
size_flags_vertical = 4
custom_fonts/font = SubResource( 1 )
text = "A- VERSUS MODE
Z- VOLLEY MODE"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
_sections_unfolded = [ "custom_fonts" ]