diff options
Diffstat (limited to 'demos/2d/texscreen/bubbles.tscn')
-rw-r--r-- | demos/2d/texscreen/bubbles.tscn | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/demos/2d/texscreen/bubbles.tscn b/demos/2d/texscreen/bubbles.tscn deleted file mode 100644 index 72b7874b92..0000000000 --- a/demos/2d/texscreen/bubbles.tscn +++ /dev/null @@ -1,32 +0,0 @@ -[gd_scene load_steps=3 format=1] - -[ext_resource path="res://bubbles.gd" type="Script" id=1] -[ext_resource path="res://burano.png" type="Texture" id=2] - -[node name="texscreen_demo" type="Control"] - -anchor/right = 1 -anchor/bottom = 1 -focus/ignore_mouse = false -focus/stop_mouse = true -size_flags/horizontal = 2 -size_flags/vertical = 2 -margin/left = 0.0 -margin/top = 0.0 -margin/right = 0.0 -margin/bottom = 0.0 -script/script = ExtResource( 1 ) - -[node name="burano" type="TextureFrame" parent="."] - -focus/ignore_mouse = true -focus/stop_mouse = true -size_flags/horizontal = 2 -size_flags/vertical = 2 -margin/left = 0.0 -margin/top = 0.0 -margin/right = 800.0 -margin/bottom = 600.0 -texture = ExtResource( 2 ) - - |