forked from jose-lico/Godot-RenderDoc-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExample.tscn
More file actions
37 lines (28 loc) · 932 Bytes
/
Copy pathExample.tscn
File metadata and controls
37 lines (28 loc) · 932 Bytes
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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://icon.png" type="Texture" id=1]
[node name="Main" type="Node2D"]
[node name="Icon" type="Sprite" parent="."]
position = Vector2( 269, 226 )
texture = ExtResource( 1 )
[node name="Icon2" type="Sprite" parent="."]
position = Vector2( 496, 350 )
scale = Vector2( 2, 2 )
texture = ExtResource( 1 )
[node name="Icon3" type="Sprite" parent="."]
modulate = Color( 1, 0, 0, 1 )
position = Vector2( 564, 110 )
texture = ExtResource( 1 )
[node name="Icon4" type="Sprite" parent="."]
position = Vector2( 191, 416 )
texture = ExtResource( 1 )
[node name="Icon5" type="Sprite" parent="."]
position = Vector2( 358, 445 )
z_index = 5
texture = ExtResource( 1 )
[node name="Icon7" type="Sprite" parent="."]
position = Vector2( 694, 385 )
z_index = -1
texture = ExtResource( 1 )
[node name="Icon6" type="Sprite" parent="."]
position = Vector2( 695, 253 )
texture = ExtResource( 1 )