mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 06:54:43 -04:00
Added "icons" and "splash_screen" folders into Assets/Graphics
Moved all the relative assets there, including the icon files which no longer are on the res:// folder. The main page of the repository should look much cleaner now.
This commit is contained in:
parent
c35e4b0613
commit
28de4d56f6
28 changed files with 56 additions and 60 deletions
File diff suppressed because one or more lines are too long
|
@ -1,13 +1,11 @@
|
|||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://src/UI/Dialogs/AboutDialog.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Assets/Graphics/icon_64x64.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Assets/Graphics/icons/icon_64x64.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Assets/Fonts/Roboto-Italic.tres" type="DynamicFont" id=3]
|
||||
[ext_resource path="res://Assets/Graphics/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]
|
||||
|
||||
|
||||
|
||||
[node name="AboutDialog" type="WindowDialog"]
|
||||
margin_right = 512.0
|
||||
margin_bottom = 288.0
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
[gd_scene load_steps=12 format=2]
|
||||
|
||||
[ext_resource path="res://src/UI/Dialogs/SplashDialog.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Assets/Graphics/Pixelorama Logo.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Assets/Graphics/Become a patron.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Assets/Graphics/Become a patron_Hover.png" type="Texture" id=4]
|
||||
[ext_resource path="res://Assets/Graphics/Splash Art.png" type="Texture" id=5]
|
||||
[ext_resource path="res://Assets/Graphics/splash_screen/pixelorama_logo.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Assets/Graphics/splash_screen/become_a_patron.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Assets/Graphics/splash_screen/become_a_patron_hover.png" type="Texture" id=4]
|
||||
[ext_resource path="res://Assets/Graphics/splash_screen/splash_art.png" type="Texture" id=5]
|
||||
[ext_resource path="res://Assets/Fonts/Roboto-Bold.tres" type="DynamicFont" id=6]
|
||||
[ext_resource path="res://Assets/Fonts/Roboto-Small.tres" type="DynamicFont" id=7]
|
||||
[ext_resource path="res://Assets/Graphics/orama_64x64.png" type="Texture" id=8]
|
||||
[ext_resource path="res://Assets/Graphics/discord.png" type="Texture" id=9]
|
||||
[ext_resource path="res://Assets/Graphics/GitHub-32px.png" type="Texture" id=10]
|
||||
[ext_resource path="res://Assets/Graphics/Patreon_Mark_White.png" type="Texture" id=11]
|
||||
|
||||
|
||||
[ext_resource path="res://Assets/Graphics/splash_screen/orama_64x64.png" type="Texture" id=8]
|
||||
[ext_resource path="res://Assets/Graphics/splash_screen/discord.png" type="Texture" id=9]
|
||||
[ext_resource path="res://Assets/Graphics/splash_screen/github_32px.png" type="Texture" id=10]
|
||||
[ext_resource path="res://Assets/Graphics/splash_screen/patreon_mark_white.png" type="Texture" id=11]
|
||||
|
||||
[node name="SplashDialog" type="WindowDialog"]
|
||||
margin_right = 614.0
|
||||
|
@ -169,7 +167,7 @@ rect_min_size = Vector2( 0, 260 )
|
|||
|
||||
[node name="Label" type="Label" parent="Contents/HBoxContainer/Buttons_Changelog/VBoxContainer/Changlog/ChangelogContainer/ChangelogScroll"]
|
||||
margin_right = 243.0
|
||||
margin_bottom = 1680.0
|
||||
margin_bottom = 1663.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
text = "Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue