Changed icon
|
@ -443,6 +443,12 @@ msgstr ""
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Arabic"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Turkish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Development Team"
|
msgid "Development Team"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 761 B After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 384 B |
|
@ -1,34 +0,0 @@
|
||||||
[remap]
|
|
||||||
|
|
||||||
importer="texture"
|
|
||||||
type="StreamTexture"
|
|
||||||
path="res://.import/icon_64x64.png-2937d85e056a1cd1fa09a65d7bee952f.stex"
|
|
||||||
metadata={
|
|
||||||
"vram_texture": false
|
|
||||||
}
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
|
|
||||||
source_file="res://assets/graphics/icons/icon_64x64.png"
|
|
||||||
dest_files=[ "res://.import/icon_64x64.png-2937d85e056a1cd1fa09a65d7bee952f.stex" ]
|
|
||||||
|
|
||||||
[params]
|
|
||||||
|
|
||||||
compress/mode=0
|
|
||||||
compress/lossy_quality=0.7
|
|
||||||
compress/hdr_mode=0
|
|
||||||
compress/bptc_ldr=0
|
|
||||||
compress/normal_map=0
|
|
||||||
flags/repeat=0
|
|
||||||
flags/filter=false
|
|
||||||
flags/mipmaps=false
|
|
||||||
flags/anisotropic=false
|
|
||||||
flags/srgb=2
|
|
||||||
process/fix_alpha_border=true
|
|
||||||
process/premult_alpha=false
|
|
||||||
process/HDR_as_SRGB=false
|
|
||||||
process/invert_color=false
|
|
||||||
stream=false
|
|
||||||
size_limit=0
|
|
||||||
detect_3d=true
|
|
||||||
svg/scale=1.0
|
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=6 format=2]
|
[gd_scene load_steps=6 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://src/UI/Dialogs/AboutDialog.gd" type="Script" id=1]
|
[ext_resource path="res://src/UI/Dialogs/AboutDialog.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://assets/graphics/icons/icon_64x64.png" type="Texture" id=2]
|
[ext_resource path="res://assets/graphics/icons/icon.png" type="Texture" id=2]
|
||||||
[ext_resource path="res://assets/fonts/Roboto-Italic.tres" type="DynamicFont" id=3]
|
[ext_resource path="res://assets/fonts/Roboto-Italic.tres" type="DynamicFont" id=3]
|
||||||
[ext_resource path="res://assets/graphics/splash_screen/orama_64x64.png" type="Texture" id=4]
|
[ext_resource path="res://assets/graphics/splash_screen/orama_64x64.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://assets/fonts/Roboto-Small.tres" type="DynamicFont" id=5]
|
[ext_resource path="res://assets/fonts/Roboto-Small.tres" type="DynamicFont" id=5]
|
||||||
|
@ -30,7 +30,9 @@ margin_bottom = 64.0
|
||||||
[node name="PixeloramaLogo" type="TextureRect" parent="AboutUI/IconsButtons"]
|
[node name="PixeloramaLogo" type="TextureRect" parent="AboutUI/IconsButtons"]
|
||||||
margin_right = 64.0
|
margin_right = 64.0
|
||||||
margin_bottom = 64.0
|
margin_bottom = 64.0
|
||||||
|
rect_min_size = Vector2( 64, 64 )
|
||||||
texture = ExtResource( 2 )
|
texture = ExtResource( 2 )
|
||||||
|
expand = true
|
||||||
|
|
||||||
[node name="SloganAndLinks" type="CenterContainer" parent="AboutUI/IconsButtons"]
|
[node name="SloganAndLinks" type="CenterContainer" parent="AboutUI/IconsButtons"]
|
||||||
margin_left = 68.0
|
margin_left = 68.0
|
||||||
|
|