godot-vn/menus/options_menu.tscn

22 lines
460 B
Plaintext
Raw Normal View History

2018-09-21 19:39:08 +01:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://menus/options_menu.gd" type="Script" id=1]
[node name="options_menu" type="Control" index="0"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_right = 40.0
margin_bottom = 40.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
script = ExtResource( 1 )