18 lines
739 B
Text
18 lines
739 B
Text
[gd_scene load_steps=4 format=3 uid="uid://c7lkpcfoqf0xu"]
|
|
|
|
[ext_resource type="Script" uid="uid://cjl13eh6mtfou" path="res://UI Elements/center_boost_cooldown.gd" id="1_e7ol8"]
|
|
[ext_resource type="Texture2D" uid="uid://pj6lwapo1im1" path="res://assets/cooldown_bar_empty.png" id="2_msrqj"]
|
|
[ext_resource type="Texture2D" uid="uid://t3obbry64ou3" path="res://assets/cooldown_bar_full.png" id="3_sg53x"]
|
|
|
|
[node name="boost_cooldown" type="Node2D"]
|
|
texture_filter = 1
|
|
scale = Vector2(4, 4)
|
|
script = ExtResource("1_e7ol8")
|
|
|
|
[node name="TextureProgressBar" type="TextureProgressBar" parent="."]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
step = 0.01
|
|
fill_mode = 3
|
|
texture_under = ExtResource("2_msrqj")
|
|
texture_progress = ExtResource("3_sg53x")
|