mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-21 12:14:18 +00:00
Merge branch 'main' of https://github.com/RYGhub/the-cold-night into main
This commit is contained in:
commit
09caa513c2
1 changed files with 6 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
|||
[gd_scene load_steps=11 format=2]
|
||||
[gd_scene load_steps=12 format=2]
|
||||
|
||||
[ext_resource path="res://src/levels/ui/MusicOn.png" type="Texture" id=1]
|
||||
[ext_resource path="res://src/levels/ui/UIBar.png" type="Texture" id=2]
|
||||
[ext_resource path="res://src/levels/ui/ui/LifeBarBg.png" type="Texture" id=3]
|
||||
[ext_resource path="res://src/levels/ui/LifeBarBg.png" type="Texture" id=3]
|
||||
[ext_resource path="res://src/levels/ui/TimeSurvived.gd" type="Script" id=4]
|
||||
[ext_resource path="res://src/levels/ui/ui/LifeBarFg.png" type="Texture" id=5]
|
||||
[ext_resource path="res://src/levels/ui/LifeBarFg.png" type="Texture" id=5]
|
||||
[ext_resource path="res://src/levels/ui/fonts/SourceSerifPro-Regular.ttf" type="DynamicFontData" id=6]
|
||||
[ext_resource path="res://src/levels/ui/MuteButton.gd" type="Script" id=7]
|
||||
[ext_resource path="res://src/levels/ui/MusicOff.png" type="Texture" id=8]
|
||||
[ext_resource path="res://src/levels/ui/HealthBar.gd" type="Script" id=9]
|
||||
|
||||
[sub_resource type="DynamicFont" id=3]
|
||||
size = 22
|
||||
|
@ -56,8 +57,8 @@ margin_top = 15.0
|
|||
margin_right = 365.0
|
||||
margin_bottom = 65.0
|
||||
value = 100.0
|
||||
texture_under = ExtResource( 5 )
|
||||
texture_progress = ExtResource( 3 )
|
||||
texture_under = ExtResource( 3 )
|
||||
texture_progress = ExtResource( 5 )
|
||||
texture_progress_offset = Vector2( 2, 0 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
|
|
Loading…
Reference in a new issue