mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-06 03:30:22 -08:00
Various ROM verification screen improvements (#682)
* Added file prompt button for selecting rom and additional error checks Updated the rom verification screen with clarified errors and a slight bug fix to the error text. Along with this, there is now a button on the rom verification screen to select a file directly, defaulting to an array of NES rom extensions, and a proper theme set for buttons, which shouldn't interfere with other themes. * Updated label and repositioned elements Label now properly mentions either selecting the rom file using the button or dragging it onto the window. Button also clarified a little more clearly * final touches * bro * i hate labels
This commit is contained in:
parent
85aef0d92f
commit
2773d2e8e1
5 changed files with 229 additions and 14 deletions
BIN
Assets/Sprites/UI/PanelHover.png
Normal file
BIN
Assets/Sprites/UI/PanelHover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 B |
40
Assets/Sprites/UI/PanelHover.png.import
Normal file
40
Assets/Sprites/UI/PanelHover.png.import
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b4vej1pkyqomg"
|
||||
path="res://.godot/imported/PanelHover.png-41824b38e004dba7008ad1f1352f9881.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/UI/PanelHover.png"
|
||||
dest_files=["res://.godot/imported/PanelHover.png-41824b38e004dba7008ad1f1352f9881.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue