New sfx, credits overhaul, and feedback button
This commit is contained in:
BIN
client/Assets/Art/UI/Credits/godot.png
Normal file
BIN
client/Assets/Art/UI/Credits/godot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
34
client/Assets/Art/UI/Credits/godot.png.import
Normal file
34
client/Assets/Art/UI/Credits/godot.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/godot.png-5a026be5d3bdf3191b324100b5a9082a.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Art/UI/Credits/godot.png"
|
||||
dest_files=[ "res://.import/godot.png-5a026be5d3bdf3191b324100b5a9082a.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
21
client/Assets/Sfx/doop.wav.import
Normal file
21
client/Assets/Sfx/doop.wav.import
Normal file
@ -0,0 +1,21 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamSample"
|
||||
path="res://.import/doop.wav-c367f72b66b202e52047bea064819597.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sfx/doop.wav"
|
||||
dest_files=[ "res://.import/doop.wav-c367f72b66b202e52047bea064819597.sample" ]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop=false
|
||||
compress/mode=0
|
BIN
client/Assets/Sfx/intro/doop.wav
Normal file
BIN
client/Assets/Sfx/intro/doop.wav
Normal file
Binary file not shown.
21
client/Assets/Sfx/intro/doop.wav.import
Normal file
21
client/Assets/Sfx/intro/doop.wav.import
Normal file
@ -0,0 +1,21 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamSample"
|
||||
path="res://.import/doop.wav-e7e72235859ccaca12113963ce8e590b.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sfx/intro/doop.wav"
|
||||
dest_files=[ "res://.import/doop.wav-e7e72235859ccaca12113963ce8e590b.sample" ]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop=false
|
||||
compress/mode=0
|
BIN
client/Assets/Sfx/recharge.wav
Normal file
BIN
client/Assets/Sfx/recharge.wav
Normal file
Binary file not shown.
21
client/Assets/Sfx/recharge.wav.import
Normal file
21
client/Assets/Sfx/recharge.wav.import
Normal file
@ -0,0 +1,21 @@
|
||||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamSample"
|
||||
path="res://.import/recharge.wav-32ace1901ba67b9ff95108bc1ef3f6bb.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sfx/recharge.wav"
|
||||
dest_files=[ "res://.import/recharge.wav-32ace1901ba67b9ff95108bc1ef3f6bb.sample" ]
|
||||
|
||||
[params]
|
||||
|
||||
force/8_bit=false
|
||||
force/mono=false
|
||||
force/max_rate=false
|
||||
force/max_rate_hz=44100
|
||||
edit/trim=false
|
||||
edit/normalize=false
|
||||
edit/loop=false
|
||||
compress/mode=0
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Theme" load_steps=10 format=2]
|
||||
[gd_resource type="Theme" load_steps=11 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Proprietary/hf-scifi-complete/marksman-v1/Marksman.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
@ -14,6 +14,9 @@
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=6]
|
||||
|
||||
[sub_resource type="StyleBoxLine" id=9]
|
||||
color = Color( 0.203922, 0.760784, 0.819608, 0.54902 )
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=7]
|
||||
|
||||
[sub_resource type="DynamicFont" id=8]
|
||||
@ -37,6 +40,8 @@ Button/styles/hover = SubResource( 4 )
|
||||
Button/styles/normal = SubResource( 5 )
|
||||
Button/styles/pressed = SubResource( 6 )
|
||||
HBoxContainer/constants/separation = 64
|
||||
HSeparator/constants/separation = 4
|
||||
HSeparator/styles/separator = SubResource( 9 )
|
||||
Label/colors/font_color = Color( 0.203922, 0.760784, 0.819608, 0.54902 )
|
||||
Label/colors/font_color_shadow = Color( 0, 0, 0, 0 )
|
||||
Label/colors/font_outline_modulate = Color( 0.243137, 0.858824, 0.815686, 0.498039 )
|
||||
|
Reference in New Issue
Block a user