-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tscn
45 lines (39 loc) · 1.07 KB
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[gd_scene load_steps=5 format=2]
[ext_resource path="res://main.gd" type="Script" id=1]
[ext_resource path="res://mosaic.gdshader" type="Shader" id=2]
[ext_resource path="res://square.png" type="Texture" id=3]
[sub_resource type="ShaderMaterial" id=2]
shader = ExtResource( 2 )
shader_param/clear_color = Color( 0, 0, 0, 1 )
shader_param/border = null
shader_param/pixel_size = null
shader_param/pixel_texture = ExtResource( 3 )
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CenterContainer" type="CenterContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="CenterContainer"]
margin_left = 512.0
margin_top = 300.0
margin_right = 512.0
margin_bottom = 300.0
stretch_mode = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="."]
material = SubResource( 2 )
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}