-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogress_bar.tscn
42 lines (35 loc) · 1.36 KB
/
progress_bar.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
[gd_scene load_steps=6 format=3 uid="uid://mcfs62ubs06f"]
[ext_resource type="Texture2D" uid="uid://lsooghyvxv2j" path="res://img/progress_bar.png" id="1_albwi"]
[ext_resource type="Script" path="res://progress_bar.gd" id="1_mfcfg"]
[ext_resource type="Texture2D" uid="uid://8wp5uvrx2b2c" path="res://img/spaceship0.png" id="2_o3w6b"]
[ext_resource type="Texture2D" uid="uid://c7sbybltheha1" path="res://img/stargate1.png" id="3_pp3we"]
[ext_resource type="Texture2D" uid="uid://bmr4lf0tqt8w0" path="res://img/stargate2.png" id="4_61khj"]
[node name="ProgressBar" type="Node2D"]
script = ExtResource("1_mfcfg")
[node name="Bar" type="TextureRect" parent="."]
texture = ExtResource("1_albwi")
[node name="Progress" type="ColorRect" parent="."]
offset_left = 16.0
offset_top = 12.0
offset_right = 16.0
offset_bottom = 34.0
color = Color(1, 1, 0.231373, 1)
[node name="Sg1" type="TextureRect" parent="."]
offset_left = 850.0
offset_top = -3.0
offset_right = 1126.0
offset_bottom = 497.0
scale = Vector2(0.1, 0.1)
texture = ExtResource("3_pp3we")
[node name="Sg2" type="TextureRect" parent="."]
offset_left = 877.0
offset_top = -3.0
offset_right = 1153.0
offset_bottom = 497.0
scale = Vector2(0.1, 0.1)
texture = ExtResource("4_61khj")
[node name="Ship" type="TextureRect" parent="."]
offset_right = 446.0
offset_bottom = 240.0
scale = Vector2(0.2, 0.2)
texture = ExtResource("2_o3w6b")