Skip to content

Commit

Permalink
Added a double speed mode (#5959)
Browse files Browse the repository at this point in the history
* Backend implementation of double speed mode done

* Added the GUI for the 2x button

* Added the tooltip text
  • Loading branch information
hhyyrylainen authored Feb 26, 2025
1 parent 8a036da commit f86fa0b
Show file tree
Hide file tree
Showing 69 changed files with 1,000 additions and 279 deletions.
52 changes: 52 additions & 0 deletions assets/textures/gui/bevel/Speed2XButton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions assets/textures/gui/bevel/Speed2XButton.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cq3ewq272kbxb"
path="res://.godot/imported/Speed2XButton.svg-3318e62436800505570b68c42f6dfd88.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/textures/gui/bevel/Speed2XButton.svg"
dest_files=["res://.godot/imported/Speed2XButton.svg-3318e62436800505570b68c42f6dfd88.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=true
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=256
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
48 changes: 48 additions & 0 deletions assets/textures/gui/bevel/Speed2XButtonActive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions assets/textures/gui/bevel/Speed2XButtonActive.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://gee04cb8dj2n"
path="res://.godot/imported/Speed2XButtonActive.svg-1dd0d282d3646bc633329ea9d5f04316.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/textures/gui/bevel/Speed2XButtonActive.svg"
dest_files=["res://.godot/imported/Speed2XButtonActive.svg-1dd0d282d3646bc633329ea9d5f04316.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=true
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=256
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
52 changes: 52 additions & 0 deletions assets/textures/gui/bevel/Speed2XButtonDisabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions assets/textures/gui/bevel/Speed2XButtonDisabled.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://xq1p0mf4k8sq"
path="res://.godot/imported/Speed2XButtonDisabled.svg-ed35436f5ff98fba3b18081265c037f7.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/textures/gui/bevel/Speed2XButtonDisabled.svg"
dest_files=["res://.godot/imported/Speed2XButtonDisabled.svg-ed35436f5ff98fba3b18081265c037f7.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=true
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=256
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
52 changes: 52 additions & 0 deletions assets/textures/gui/bevel/Speed2XButtonHover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f86fa0b

Please sign in to comment.