diff options
author | tpart <tpart120@proton.me> | 2024-07-15 13:08:59 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-15 13:08:59 +0200 |
commit | d9ad661792297503fb0ea11f79ec153d8430f65b (patch) | |
tree | f352d6a16beb366027001bce3cf172b5518b90c0 /client/menu/controller_buttons | |
parent | 7aef7f193dca90a5253944450196d2dd71fefed5 (diff) | |
download | hurrycurry-d9ad661792297503fb0ea11f79ec153d8430f65b.tar hurrycurry-d9ad661792297503fb0ea11f79ec153d8430f65b.tar.bz2 hurrycurry-d9ad661792297503fb0ea11f79ec153d8430f65b.tar.zst |
Add join/spectate button; Join by default
Diffstat (limited to 'client/menu/controller_buttons')
-rw-r--r-- | client/menu/controller_buttons/y.svg | 6 | ||||
-rw-r--r-- | client/menu/controller_buttons/y.svg.import | 37 |
2 files changed, 43 insertions, 0 deletions
diff --git a/client/menu/controller_buttons/y.svg b/client/menu/controller_buttons/y.svg new file mode 100644 index 00000000..a378078b --- /dev/null +++ b/client/menu/controller_buttons/y.svg @@ -0,0 +1,6 @@ +<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs/> + <g> + <path stroke="none" fill="#FEB504" d="M56 32 Q56 42 48.95 48.95 42 56 32 56 22.05 56 15 48.95 8 42 8 32 8 22.05 15 15 22.05 8 32 8 42 8 48.95 15 56 22.05 56 32 M23 25 L30 32.9 30 42 34 42 34 32.9 41 25 41 24 38.75 22 37.65 22 32 28.55 26.4 22 25.25 22 23 24 23 25"/> + </g> +</svg>
\ No newline at end of file diff --git a/client/menu/controller_buttons/y.svg.import b/client/menu/controller_buttons/y.svg.import new file mode 100644 index 00000000..5fec3cf1 --- /dev/null +++ b/client/menu/controller_buttons/y.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cr2a6ide6vnnv" +path="res://.godot/imported/y.svg-41b9f391c7719d6f019c38a3e4816a9f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://menu/controller_buttons/y.svg" +dest_files=["res://.godot/imported/y.svg-41b9f391c7719d6f019c38a3e4816a9f.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 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false |