Music notes on music panel
This commit is contained in:
parent
a29aa1929a
commit
ec0cc0721c
3 changed files with 56 additions and 1 deletions
BIN
2DArt/tutorial/music.webp
Normal file
BIN
2DArt/tutorial/music.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
34
2DArt/tutorial/music.webp.import
Normal file
34
2DArt/tutorial/music.webp.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bhe2kvpsn0yci"
|
||||
path="res://.godot/imported/music.webp-5c262df613acfefe696ec27197f03c51.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://2DArt/tutorial/music.webp"
|
||||
dest_files=["res://.godot/imported/music.webp-5c262df613acfefe696ec27197f03c51.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://ytbacsuahxie"]
|
||||
[gd_scene load_steps=12 format=3 uid="uid://ytbacsuahxie"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/HUD.gd" id="1_mqiiw"]
|
||||
[ext_resource type="Texture2D" uid="uid://tjvdle3jlb6g" path="res://textures/crosshair1.png" id="2_5dvrx"]
|
||||
[ext_resource type="FontFile" uid="uid://dvvqq2hluaa3o" path="res://fonts/League.otf" id="3_x1wqt"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhe2kvpsn0yci" path="res://2DArt/tutorial/music.webp" id="4_8egld"]
|
||||
[ext_resource type="Texture2D" uid="uid://8di4e215lc26" path="res://2DArt/tutorial/WASD.png" id="4_wdsme"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8yep31eeor2o" path="res://2DArt/tutorial/mouse.png" id="5_p1l0s"]
|
||||
[ext_resource type="Texture2D" uid="uid://dovolduibqou2" path="res://2DArt/tutorial/arrow.png" id="6_lxmr7"]
|
||||
|
@ -190,6 +191,26 @@ offset_right = 252.0
|
|||
offset_bottom = 81.0
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Music" type="Sprite2D" parent="musicPanel"]
|
||||
position = Vector2(14.75, 11.1035)
|
||||
scale = Vector2(0.101036, 0.101036)
|
||||
texture = ExtResource("4_8egld")
|
||||
|
||||
[node name="Music2" type="Sprite2D" parent="musicPanel"]
|
||||
position = Vector2(239.75, 13.1035)
|
||||
scale = Vector2(0.101036, 0.101036)
|
||||
texture = ExtResource("4_8egld")
|
||||
|
||||
[node name="Music3" type="Sprite2D" parent="musicPanel"]
|
||||
position = Vector2(240, 82)
|
||||
scale = Vector2(0.101036, 0.101036)
|
||||
texture = ExtResource("4_8egld")
|
||||
|
||||
[node name="Music4" type="Sprite2D" parent="musicPanel"]
|
||||
position = Vector2(16, 82)
|
||||
scale = Vector2(0.101036, 0.101036)
|
||||
texture = ExtResource("4_8egld")
|
||||
|
||||
[node name="RunnerPanel" type="Panel" parent="."]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
|
|
Loading…
Reference in a new issue