mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 02:34:53 +00:00
update logos and links
This commit is contained in:
parent
39f3f3cb1a
commit
2f0397f7da
6 changed files with 66 additions and 31 deletions
BIN
media/image/harmony-monroe-square-margin-white.png
Normal file
BIN
media/image/harmony-monroe-square-margin-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
media/image/harmony-monroe-square-white.png
Normal file
BIN
media/image/harmony-monroe-square-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
BIN
media/image/harmony-monroe-white.png
Normal file
BIN
media/image/harmony-monroe-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
|
|
@ -81,12 +81,12 @@ _global_script_class_icons={
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Tiny Crate"
|
config/name="Tiny Crate"
|
||||||
config/description="Tiny Crate by Harmony Honey
|
config/description="Tiny Crate by Harmony Honey Monroe
|
||||||
hhoney.net"
|
harmonymonroe.com"
|
||||||
run/main_scene="res://src/menu/splash.tscn"
|
run/main_scene="res://src/menu/splash.tscn"
|
||||||
config/use_custom_user_dir=true
|
config/use_custom_user_dir=true
|
||||||
config/custom_user_dir_name="tiny_crate"
|
config/custom_user_dir_name="tiny_crate"
|
||||||
boot_splash/image="res://media/image/title_splash-pixel.png"
|
boot_splash/image="res://media/image/harmony-monroe-square-white.png"
|
||||||
boot_splash/use_filter=false
|
boot_splash/use_filter=false
|
||||||
boot_splash/bg_color=Color( 0, 0, 0, 1 )
|
boot_splash/bg_color=Color( 0, 0, 0, 1 )
|
||||||
config/icon="res://media/image/icon.png"
|
config/icon="res://media/image/icon.png"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=44 format=2]
|
[gd_scene load_steps=46 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://media/image/creator.png" type="Texture" id=1]
|
[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://media/image/crate_tiles.png" type="Texture" id=2]
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
[ext_resource path="res://src/menu/AttractMode.gd" type="Script" id=10]
|
[ext_resource path="res://src/menu/AttractMode.gd" type="Script" id=10]
|
||||||
[ext_resource path="res://src/stage/SolidTileMap.tscn" type="PackedScene" id=11]
|
[ext_resource path="res://src/stage/SolidTileMap.tscn" type="PackedScene" id=11]
|
||||||
[ext_resource path="res://src/actor/Player.tscn" type="PackedScene" id=12]
|
[ext_resource path="res://src/actor/Player.tscn" type="PackedScene" id=12]
|
||||||
|
[ext_resource path="res://media/image/harmony-monroe-white.png" type="Texture" id=13]
|
||||||
[ext_resource path="res://src/actor/SwitchBlockBlue.tscn" type="PackedScene" id=14]
|
[ext_resource path="res://src/actor/SwitchBlockBlue.tscn" type="PackedScene" id=14]
|
||||||
[ext_resource path="res://src/actor/SwitchBlue.tscn" type="PackedScene" id=15]
|
[ext_resource path="res://src/actor/SwitchBlue.tscn" type="PackedScene" id=15]
|
||||||
[ext_resource path="res://media/image/menu.png" type="Texture" id=16]
|
[ext_resource path="res://media/image/menu.png" type="Texture" id=16]
|
||||||
|
|
@ -25,7 +26,7 @@
|
||||||
[ext_resource path="res://media/font/QuinqueFive.ttf" type="DynamicFontData" id=24]
|
[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://media/font/m3x6.tres" type="DynamicFont" id=25]
|
||||||
[ext_resource path="res://src/stage/Stage.gd" type="Script" id=26]
|
[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]
|
[ext_resource path="res://media/font/NicoClean-Regular.ttf" type="DynamicFontData" id=27]
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=3]
|
[sub_resource type="DynamicFont" id=3]
|
||||||
extra_spacing_top = -3
|
extra_spacing_top = -3
|
||||||
|
|
@ -309,6 +310,11 @@ extra_spacing_top = -4
|
||||||
extra_spacing_bottom = -4
|
extra_spacing_bottom = -4
|
||||||
font_data = ExtResource( 5 )
|
font_data = ExtResource( 5 )
|
||||||
|
|
||||||
|
[sub_resource type="DynamicFont" id=30]
|
||||||
|
extra_spacing_top = -2
|
||||||
|
extra_spacing_bottom = -4
|
||||||
|
font_data = ExtResource( 27 )
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=23]
|
[sub_resource type="DynamicFont" id=23]
|
||||||
extra_spacing_top = -5
|
extra_spacing_top = -5
|
||||||
extra_spacing_bottom = -2
|
extra_spacing_bottom = -2
|
||||||
|
|
@ -1053,28 +1059,31 @@ text = "Tiny Crate"
|
||||||
align = 1
|
align = 1
|
||||||
|
|
||||||
[node name="Logo" type="TextureRect" parent="Control"]
|
[node name="Logo" type="TextureRect" parent="Control"]
|
||||||
|
visible = false
|
||||||
modulate = Color( 0, 0.529412, 0.317647, 1 )
|
modulate = Color( 0, 0.529412, 0.317647, 1 )
|
||||||
margin_left = 104.0
|
margin_left = 96.0
|
||||||
margin_top = 87.0
|
margin_top = 92.0
|
||||||
margin_right = 181.0
|
margin_right = 155.0
|
||||||
margin_bottom = 129.0
|
margin_bottom = 134.0
|
||||||
texture = ExtResource( 27 )
|
texture = ExtResource( 13 )
|
||||||
|
expand = true
|
||||||
|
stretch_mode = 6
|
||||||
|
|
||||||
[node name="Website" type="Label" parent="Control"]
|
[node name="Website" type="Label" parent="Control"]
|
||||||
modulate = Color( 0.160784, 0.678431, 1, 1 )
|
modulate = Color( 0.160784, 0.678431, 1, 1 )
|
||||||
margin_left = 158.0
|
margin_left = 114.0
|
||||||
margin_top = 112.0
|
margin_top = 112.0
|
||||||
margin_right = 227.0
|
margin_right = 227.0
|
||||||
margin_bottom = 127.0
|
margin_bottom = 127.0
|
||||||
custom_fonts/font = SubResource( 5 )
|
custom_fonts/font = SubResource( 5 )
|
||||||
text = "hhoney.net"
|
text = "harmonymonroe.com"
|
||||||
align = 2
|
align = 2
|
||||||
valign = 2
|
valign = 2
|
||||||
|
|
||||||
[node name="Stage" type="Node2D" parent="."]
|
[node name="Stage" type="Node2D" parent="."]
|
||||||
script = ExtResource( 26 )
|
script = ExtResource( 26 )
|
||||||
is_random = true
|
is_random = true
|
||||||
color_path = NodePath("../Control/Logo")
|
color_path = NodePath("../Control/Website")
|
||||||
|
|
||||||
[node name="SolidTileMap" parent="Stage" instance=ExtResource( 11 )]
|
[node name="SolidTileMap" parent="Stage" instance=ExtResource( 11 )]
|
||||||
tile_set = SubResource( 13 )
|
tile_set = SubResource( 13 )
|
||||||
|
|
@ -1134,27 +1143,42 @@ margin_right = 143.0
|
||||||
margin_bottom = 5.0
|
margin_bottom = 5.0
|
||||||
rect_pivot_offset = Vector2( -202, 36 )
|
rect_pivot_offset = Vector2( -202, 36 )
|
||||||
|
|
||||||
|
[node name="tinycrate" type="Label" parent="Credits/Top"]
|
||||||
|
margin_left = -14.0
|
||||||
|
margin_top = 3.0
|
||||||
|
margin_right = 55.0
|
||||||
|
margin_bottom = 10.0
|
||||||
|
custom_fonts/font = SubResource( 21 )
|
||||||
|
text = "Tiny Crate"
|
||||||
|
align = 1
|
||||||
|
|
||||||
[node name="By" type="Label" parent="Credits/Top"]
|
[node name="By" type="Label" parent="Credits/Top"]
|
||||||
margin_left = -1.0
|
margin_left = -22.0
|
||||||
margin_top = 16.0
|
margin_top = 15.0
|
||||||
margin_right = 9.0
|
margin_right = -12.0
|
||||||
margin_bottom = 26.0
|
margin_bottom = 25.0
|
||||||
custom_fonts/font = ExtResource( 25 )
|
custom_fonts/font = ExtResource( 25 )
|
||||||
text = "by"
|
text = "by"
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
|
|
||||||
[node name="HHoneySoftware" type="Sprite" parent="Credits/Top"]
|
[node name="harmony" type="Label" parent="Credits/Top"]
|
||||||
position = Vector2( 44, 29 )
|
margin_left = -9.0
|
||||||
texture = ExtResource( 27 )
|
margin_top = 17.0
|
||||||
|
margin_right = 77.0
|
||||||
|
margin_bottom = 40.0
|
||||||
|
custom_fonts/font = SubResource( 30 )
|
||||||
|
text = "HARMONY
|
||||||
|
MONROE"
|
||||||
|
align = 1
|
||||||
|
|
||||||
[node name="Header2" type="Label" parent="Credits/Top"]
|
[node name="website" type="Label" parent="Credits/Top"]
|
||||||
margin_left = -11.0
|
margin_left = -23.0
|
||||||
margin_top = 7.0
|
margin_top = 43.0
|
||||||
margin_right = 58.0
|
margin_right = 79.0
|
||||||
margin_bottom = 14.0
|
margin_bottom = 60.0
|
||||||
custom_fonts/font = SubResource( 21 )
|
custom_fonts/font = SubResource( 5 )
|
||||||
text = "Tiny Crate"
|
text = "harmonymonroe.com"
|
||||||
align = 1
|
align = 1
|
||||||
|
|
||||||
[node name="List" type="Label" parent="Credits"]
|
[node name="List" type="Label" parent="Credits"]
|
||||||
|
|
@ -1163,9 +1187,9 @@ margin_top = 54.0
|
||||||
margin_right = 224.0
|
margin_right = 224.0
|
||||||
margin_bottom = 128.0
|
margin_bottom = 128.0
|
||||||
custom_fonts/font = SubResource( 23 )
|
custom_fonts/font = SubResource( 23 )
|
||||||
text = "hhoney.net
|
text = "
|
||||||
Made with Godot Engine
|
|
||||||
|
|
||||||
|
Made with Godot Engine
|
||||||
Fonts: NicoPaint -emhuo
|
Fonts: NicoPaint -emhuo
|
||||||
QuinqueFive -GGBotNet
|
QuinqueFive -GGBotNet
|
||||||
Expression Pro -somepx
|
Expression Pro -somepx
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://media/image/title_splash-pixel.png" type="Texture" id=1]
|
[ext_resource path="res://media/image/harmony-monroe-white.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://src/stage/CamBounds.gd" type="Script" id=2]
|
[ext_resource path="res://src/stage/CamBounds.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://src/menu/splash.gd" type="Script" id=3]
|
[ext_resource path="res://src/menu/splash.gd" type="Script" id=3]
|
||||||
|
[ext_resource path="res://media/image/harmony-monroe-square-white.png" type="Texture" id=4]
|
||||||
|
|
||||||
[node name="Splash" type="Node2D"]
|
[node name="Splash" type="Node2D"]
|
||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
|
|
@ -24,14 +25,24 @@ margin_bottom = 128.0
|
||||||
rect_min_size = Vector2( 228, 128 )
|
rect_min_size = Vector2( 228, 128 )
|
||||||
|
|
||||||
[node name="Logo" type="Sprite" parent="CanvasLayer/Center/Control"]
|
[node name="Logo" type="Sprite" parent="CanvasLayer/Center/Control"]
|
||||||
|
visible = false
|
||||||
modulate = Color( 0, 0, 0, 1 )
|
modulate = Color( 0, 0, 0, 1 )
|
||||||
position = Vector2( 114, 64 )
|
position = Vector2( 114, 64 )
|
||||||
|
scale = Vector2( 0.1, 0.1 )
|
||||||
texture = ExtResource( 1 )
|
texture = ExtResource( 1 )
|
||||||
|
|
||||||
[node name="CamBounds" type="Node2D" parent="CanvasLayer/Center/Control"]
|
[node name="CamBounds" type="Node2D" parent="CanvasLayer/Center/Control"]
|
||||||
position = Vector2( 114, 64 )
|
position = Vector2( 114, 64 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
||||||
|
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/Center/Control"]
|
||||||
|
modulate = Color( 0, 0, 0, 1 )
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
texture = ExtResource( 4 )
|
||||||
|
expand = true
|
||||||
|
stretch_mode = 6
|
||||||
|
|
||||||
[node name="ViewportContainer" type="ViewportContainer" parent="."]
|
[node name="ViewportContainer" type="ViewportContainer" parent="."]
|
||||||
margin_left = -163.0
|
margin_left = -163.0
|
||||||
margin_top = -120.0
|
margin_top = -120.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue