diff --git a/assets/images/left-arrow-svgrepo-com.png b/assets/images/left-arrow-svgrepo-com.png new file mode 100644 index 0000000..baa60ac Binary files /dev/null and b/assets/images/left-arrow-svgrepo-com.png differ diff --git a/assets/images/left-arrow-svgrepo-com.png.import b/assets/images/left-arrow-svgrepo-com.png.import new file mode 100644 index 0000000..2fdd129 --- /dev/null +++ b/assets/images/left-arrow-svgrepo-com.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c865fxarlp4e1" +path="res://.godot/imported/left-arrow-svgrepo-com.png-09d152a0374ac529486577896f020c4e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/left-arrow-svgrepo-com.png" +dest_files=["res://.godot/imported/left-arrow-svgrepo-com.png-09d152a0374ac529486577896f020c4e.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 diff --git a/assets/images/right-arrow-next-svgrepo-com (2).png b/assets/images/right-arrow-next-svgrepo-com (2).png new file mode 100644 index 0000000..8a170cf Binary files /dev/null and b/assets/images/right-arrow-next-svgrepo-com (2).png differ diff --git a/assets/images/right-arrow-next-svgrepo-com (2).png.import b/assets/images/right-arrow-next-svgrepo-com (2).png.import new file mode 100644 index 0000000..23ac875 --- /dev/null +++ b/assets/images/right-arrow-next-svgrepo-com (2).png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://4ulwmgydwoi2" +path="res://.godot/imported/right-arrow-next-svgrepo-com (2).png-665bbb95790be8cf11c37fcad0ac275c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/right-arrow-next-svgrepo-com (2).png" +dest_files=["res://.godot/imported/right-arrow-next-svgrepo-com (2).png-665bbb95790be8cf11c37fcad0ac275c.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 diff --git a/source/application/wallet_creator.gd b/source/application/wallet_creator.gd index 2fba1b9..760c5a1 100644 --- a/source/application/wallet_creator.gd +++ b/source/application/wallet_creator.gd @@ -122,7 +122,9 @@ func clear_all_output(): var bip39_info_label = bip39_panel.get_node("BIP39Info") if bip39_info_label: var headers_text = """[table=2] -[cell][color=white][b][u]BIP39 Hex:[/u][/b][/color][/cell] [cell][/cell] +[cell][color=white][b][u]BIP39 Hex: + +[/u][/b][/color][/cell] [cell][/cell] [cell][color=white][b][u]BIP39 Bin: @@ -171,9 +173,14 @@ func update_bip39_panel(output: Dictionary): formatted_checksum += checksum.substr(i, 4) + " " formatted_checksum = formatted_checksum.strip_edges() + var bip39_hex = output.get("bip39_hex", "") + var first_half = bip39_hex.substr(0, 32) + var second_half = bip39_hex.substr(32) var info_text = """[table=2] -[cell][color=white][b][u]BIP39 Hex:[/u][/b][/color][/cell] [cell]{bip39_hex}[/cell] +[cell][color=white][b][u]BIP39 Hex: + +[/u][/b][/color][/cell] [cell]{first_half}[color=#808080]{second_half}[/color][/cell] [cell][color=white][b][u]BIP39 Bin: @@ -182,7 +189,8 @@ func update_bip39_panel(output: Dictionary): [cell][color=white][b][u]BIP39 Checksum:[/u][/b][/color][/cell] [cell][color=green]{bip39_csum}[/color][/cell] [cell][color=white][b][u]BIP39 Checksum Hex:[/u][/b][/color][/cell] [cell][color=green]{bip39_csum_hex}[/color][/cell] [/table]""".format({ - "bip39_hex": output.get("bip39_hex", ""), + "first_half": first_half, + "second_half": second_half, "bip39_bin": formatted_bin, "bip39_csum": formatted_checksum, "bip39_csum_hex": output.get("bip39_csum_hex", "") @@ -246,7 +254,9 @@ func setup_bip39_headers(): var bip39_info_label = bip39_panel.get_node("BIP39Info") if bip39_info_label: var headers_text = """[table=2] -[cell][color=white][b][u]BIP39 Hex:[/u][/b][/color][/cell] [cell][/cell] +[cell][color=white][b][u]BIP39 Hex: + +[/u][/b][/color][/cell] [cell][/cell] [cell][color=white][b][u]BIP39 Bin: