Browse Source

:art: Add a logo

DricomDragon 2 years ago
parent
commit
5fa41c1692
6 changed files with 28 additions and 12 deletions
  1. 2 0
      README.md
  2. BIN
      godot/StarKissLogo.png
  3. 4 7
      godot/icon.svg.import
  4. 0 1
      godot/icon.svg
  5. 2 1
      godot/project.godot
  6. 20 3
      godot/run/menu.tscn

+ 2 - 0
README.md

@@ -1,3 +1,5 @@
 # Star Kiss
 
 Beautiful music visualization.
+
+![Star Kiss logo](godot/StarKissLogo.png)

BIN
godot/StarKissLogo.png


+ 4 - 7
godot/icon.svg.import

@@ -2,16 +2,16 @@
 
 importer="texture"
 type="CompressedTexture2D"
-uid="uid://3msj63yh4l36"
-path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
+uid="uid://bsld6lureiq11"
+path="res://.godot/imported/StarKissLogo.png-c57b20a23b70c88dff47674cbcc85ce7.ctex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://icon.svg"
-dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
+source_file="res://StarKissLogo.png"
+dest_files=["res://.godot/imported/StarKissLogo.png-c57b20a23b70c88dff47674cbcc85ce7.ctex"]
 
 [params]
 
@@ -32,6 +32,3 @@ process/hdr_as_srgb=false
 process/hdr_clamp_exposure=false
 process/size_limit=0
 detect_3d/compress_to=1
-svg/scale=1.0
-editor/scale_with_editor_scale=false
-editor/convert_colors_with_editor_theme=false

File diff suppressed because it is too large
+ 0 - 1
godot/icon.svg


+ 2 - 1
godot/project.godot

@@ -23,7 +23,7 @@ _global_script_class_icons={
 config/name="StarKiss"
 run/main_scene="res://run/menu.tscn"
 config/features=PackedStringArray("4.0", "Mobile")
-config/icon="res://icon.svg"
+config/icon="res://StarKissLogo.png"
 
 [display]
 
@@ -33,3 +33,4 @@ window/size/viewport_height=1080
 [rendering]
 
 renderer/rendering_method="mobile"
+environment/defaults/default_clear_color=Color(0, 0, 0, 1)

+ 20 - 3
godot/run/menu.tscn

@@ -1,9 +1,10 @@
-[gd_scene load_steps=5 format=3 uid="uid://yi5bab38nsy1"]
+[gd_scene load_steps=6 format=3 uid="uid://yi5bab38nsy1"]
 
 [ext_resource type="PackedScene" uid="uid://xa6opw1e34ve" path="res://component/ui/launcher/launcher.tscn" id="1_drwug"]
+[ext_resource type="Texture2D" uid="uid://bsld6lureiq11" path="res://StarKissLogo.png" id="1_fdf5f"]
 [ext_resource type="PackedScene" uid="uid://bs8crkburdpjc" path="res://run/levels/world.tscn" id="2_x8xps"]
-[ext_resource type="PackedScene" uid="uid://bwvywnh4itqg3" path="res://run/levels/simple_scales.tscn" id="3_xung6"]
-[ext_resource type="PackedScene" uid="uid://38l0xifohua4" path="res://run/levels/heart.tscn" id="4_wmep8"]
+[ext_resource type="PackedScene" uid="uid://bmdqfw4sxhdt3" path="res://run/levels/simple_scales.tscn" id="3_xung6"]
+[ext_resource type="PackedScene" uid="uid://cm11n13hpeyrm" path="res://run/levels/heart.tscn" id="4_wmep8"]
 
 [node name="Menu" type="Control"]
 layout_mode = 3
@@ -13,7 +14,18 @@ anchor_bottom = 1.0
 grow_horizontal = 2
 grow_vertical = 2
 
+[node name="Logo" type="TextureRect" parent="."]
+layout_mode = 1
+anchors_preset = -1
+anchor_left = 0.169
+anchor_right = 0.169
+offset_top = 20.0
+offset_right = 160.0
+offset_bottom = 180.0
+texture = ExtResource("1_fdf5f")
+
 [node name="Title" type="RichTextLabel" parent="."]
+layout_mode = 1
 anchors_preset = -1
 anchor_left = 0.5
 anchor_right = 0.5
@@ -27,6 +39,7 @@ text = "Star Kiss"
 scroll_active = false
 
 [node name="LevelScroll" type="ScrollContainer" parent="."]
+layout_mode = 1
 anchors_preset = -1
 anchor_right = 1.0
 anchor_bottom = 1.0
@@ -37,11 +50,13 @@ offset_bottom = -20.0
 horizontal_scroll_mode = 0
 
 [node name="LevelContainer" type="VBoxContainer" parent="LevelScroll"]
+layout_mode = 2
 offset_right = 302.0
 offset_bottom = 239.0
 alignment = 1
 
 [node name="SimpleLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")]
+layout_mode = 2
 anchors_preset = 0
 anchor_right = 0.0
 anchor_bottom = 0.0
@@ -54,6 +69,7 @@ text = "Basic test
 level = ExtResource("2_x8xps")
 
 [node name="ScaleLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")]
+layout_mode = 2
 anchors_preset = 0
 anchor_right = 0.0
 anchor_bottom = 0.0
@@ -66,6 +82,7 @@ text = "Scale test"
 level = ExtResource("3_xung6")
 
 [node name="HeartLevel" parent="LevelScroll/LevelContainer" instance=ExtResource("1_drwug")]
+layout_mode = 2
 anchors_preset = 0
 anchor_right = 0.0
 anchor_bottom = 0.0