Skip to content

Commit

Permalink
Merge branch 'LayerTwo-Labs:main' into srs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouscatsoserious authored Jun 5, 2024
2 parents 1c0a508 + fded37c commit 3a6acc4
Show file tree
Hide file tree
Showing 7 changed files with 299 additions and 0 deletions.
71 changes: 71 additions & 0 deletions assets/images/bitcoin.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/images/bitcoin.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cr22jmymornam"
path="res://.godot/imported/bitcoin.svg-79755ed98620311bbddf37e12b26a2f5.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/images/bitcoin.svg"
dest_files=["res://.godot/imported/bitcoin.svg-79755ed98620311bbddf37e12b26a2f5.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
46 changes: 46 additions & 0 deletions assets/images/ether.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/images/ether.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://dof5s5npkcucf"
path="res://.godot/imported/ether.svg-95cc4c8955f72d95a11f8ac501dac1f2.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/images/ether.svg"
dest_files=["res://.godot/imported/ether.svg-95cc4c8955f72d95a11f8ac501dac1f2.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
70 changes: 70 additions & 0 deletions assets/images/test.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/images/test.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cirtdl1um6t8s"
path="res://.godot/imported/test.svg-ef2e8a1cd86af341084177833f877297.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/images/test.svg"
dest_files=["res://.godot/imported/test.svg-ef2e8a1cd86af341084177833f877297.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
1 change: 1 addition & 0 deletions ui/main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ func _ready():
left_menu.left_menu_button_pressed.connect(self._on_left_menu_button_pressed)
settings_tab.hide_settings.connect(self._on_left_menu_button_pressed)

get_tree().root.title += " | " + Appstate.app_config.get_value("", "version")

func _on_left_menu_button_pressed(v: int):
tab_container.current_tab = v
Expand Down

0 comments on commit 3a6acc4

Please sign in to comment.