mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-07-17 16:38:29 +00:00
77px wide HHoney Software logo (: on StartMenu
This commit is contained in:
parent
80acca522b
commit
85ad912b5e
2 changed files with 8 additions and 9 deletions
BIN
media/image/title_splash-tiny.png
Normal file
BIN
media/image/title_splash-tiny.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
|
|
@ -3,7 +3,6 @@
|
|||
[ext_resource path="res://media/image/creator.png" type="Texture" id=1]
|
||||
[ext_resource path="res://media/image/crate_tiles.png" type="Texture" id=2]
|
||||
[ext_resource path="res://src/menu/StartMenu.gd" type="Script" id=3]
|
||||
[ext_resource path="res://media/image/HarmonyHoneyLogo.png" type="Texture" id=4]
|
||||
[ext_resource path="res://media/font/ThaleahFat.ttf" type="DynamicFontData" id=5]
|
||||
[ext_resource path="res://media/font/ExpressionPro.ttf" type="DynamicFontData" id=6]
|
||||
[ext_resource path="res://media/image/8pixel.png" type="Texture" id=7]
|
||||
|
|
@ -26,6 +25,7 @@
|
|||
[ext_resource path="res://media/font/QuinqueFive.ttf" type="DynamicFontData" id=24]
|
||||
[ext_resource path="res://media/font/m3x6.tres" type="DynamicFont" id=25]
|
||||
[ext_resource path="res://src/stage/Stage.gd" type="Script" id=26]
|
||||
[ext_resource path="res://media/image/title_splash-tiny.png" type="Texture" id=27]
|
||||
|
||||
[sub_resource type="DynamicFont" id=3]
|
||||
extra_spacing_top = -3
|
||||
|
|
@ -1054,11 +1054,11 @@ align = 1
|
|||
|
||||
[node name="Logo" type="TextureRect" parent="Control"]
|
||||
modulate = Color( 0, 0.529412, 0.317647, 1 )
|
||||
margin_left = 115.0
|
||||
margin_top = 95.0
|
||||
margin_right = 192.0
|
||||
margin_bottom = 123.0
|
||||
texture = ExtResource( 4 )
|
||||
margin_left = 104.0
|
||||
margin_top = 87.0
|
||||
margin_right = 181.0
|
||||
margin_bottom = 129.0
|
||||
texture = ExtResource( 27 )
|
||||
|
||||
[node name="Website" type="Label" parent="Control"]
|
||||
modulate = Color( 0.160784, 0.678431, 1, 1 )
|
||||
|
|
@ -1074,7 +1074,6 @@ valign = 2
|
|||
[node name="Stage" type="Node2D" parent="."]
|
||||
script = ExtResource( 26 )
|
||||
is_random = true
|
||||
color_path = NodePath("../Control/Logo")
|
||||
|
||||
[node name="SolidTileMap" parent="Stage" instance=ExtResource( 11 )]
|
||||
tile_set = SubResource( 13 )
|
||||
|
|
@ -1143,9 +1142,9 @@ text = "by"
|
|||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="HarmonyHoneyLogo" type="Sprite" parent="Credits/Top"]
|
||||
[node name="HHoneySoftware" type="Sprite" parent="Credits/Top"]
|
||||
position = Vector2( 44, 29 )
|
||||
texture = ExtResource( 4 )
|
||||
texture = ExtResource( 27 )
|
||||
|
||||
[node name="Header2" type="Label" parent="Credits/Top"]
|
||||
margin_left = -11.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue