mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Update the splash screen with 3 new artworks for v0.9
Art by Wishdream, Roroto and Kamilayza
This commit is contained in:
parent
f3ea6b57cd
commit
dc413eb724
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
BIN
assets/graphics/splash_screen/artworks/kamilayza.png
Normal file
BIN
assets/graphics/splash_screen/artworks/kamilayza.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/jessmpz.png-dbccabb1c0fbf170a36de90e7a060bb2.stex"
|
||||
path="res://.import/kamilayza.png-90757c16a9bd6291dcf6fd5dce2db930.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/graphics/splash_screen/artworks/jessmpz.png"
|
||||
dest_files=[ "res://.import/jessmpz.png-dbccabb1c0fbf170a36de90e7a060bb2.stex" ]
|
||||
source_file="res://assets/graphics/splash_screen/artworks/kamilayza.png"
|
||||
dest_files=[ "res://.import/kamilayza.png-90757c16a9bd6291dcf6fd5dce2db930.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -30,5 +30,5 @@ process/HDR_as_SRGB=false
|
|||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 18 KiB |
|
@ -30,5 +30,5 @@ process/HDR_as_SRGB=false
|
|||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 16 KiB |
|
@ -30,5 +30,5 @@ process/HDR_as_SRGB=false
|
|||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
||||
|
|
|
@ -2,8 +2,8 @@ extends WindowDialog
|
|||
|
||||
|
||||
var artworks := {
|
||||
"Roroto Sic" : [preload("res://assets/graphics/splash_screen/artworks/roroto.png"), "https://www.instagram.com/roroto_sic/"],
|
||||
"jess.mpz" : [preload("res://assets/graphics/splash_screen/artworks/jessmpz.png"), "https://www.instagram.com/jess.mpz/"],
|
||||
"Roroto Sic" : [preload("res://assets/graphics/splash_screen/artworks/roroto.png"), "https://linktr.ee/Roroto_Sic"],
|
||||
"Kamilayza" : [preload("res://assets/graphics/splash_screen/artworks/kamilayza.png"), "https://twitter.com/kamilayza"],
|
||||
"Wishdream" : [preload("res://assets/graphics/splash_screen/artworks/wishdream.png"), "https://twitter.com/WishdreamStar"]
|
||||
}
|
||||
|
||||
|
|
|
@ -220,6 +220,7 @@ text = "Don't show again"
|
|||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[connection signal="about_to_show" from="." to="." method="_on_SplashDialog_about_to_show"]
|
||||
[connection signal="pressed" from="Contents/ArtBy/ArtistName" to="." method="_on_ArtCredits_pressed"]
|
||||
[connection signal="pressed" from="Contents/ButtonsPatronsLogos/Buttons/NewBtn" to="." method="_on_NewBtn_pressed"]
|
||||
|
|
Loading…
Reference in a new issue