Skip to content

Instantly share code, notes, and snippets.

@YeOldeDM
Created May 27, 2017 23:20
Show Gist options
  • Save YeOldeDM/e0cb6f9292159fdf36386c1abc9100b8 to your computer and use it in GitHub Desktop.
Save YeOldeDM/e0cb6f9292159fdf36386c1abc9100b8 to your computer and use it in GitHub Desktop.
[gd_scene load_steps=2 format=1]
[ext_resource path="res://icon.png" type="Texture" id=1]
[node name="Control" type="VBoxContainer"]
anchor/right = 1
anchor/bottom = 1
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 32.0
margin/top = 32.0
margin/right = 32.0
margin/bottom = 32.0
alignment = 1
[node name="TextureFrame" type="TextureFrame" parent="."]
rect/min_size = Vector2( 600, 600 )
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 3
size_flags/vertical = 0
margin/left = 0.0
margin/top = 0.0
margin/right = 736.0
margin/bottom = 600.0
texture = ExtResource( 1 )
expand = true
stretch_mode = 7
[node name="Button" type="Button" parent="TextureFrame"]
visibility/self_opacity = 0.5
anchor/right = 1
anchor/bottom = 1
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 3
size_flags/vertical = 3
margin/left = 0.0
margin/top = 0.0
margin/right = 0.0
margin/bottom = 0.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
flat = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment