godot-demo-projects/2d/texscreen/bubbles.tscn

33 lines
701 B
Plaintext
Raw Normal View History

[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 )