Skip to content

Commit

Permalink
Game Title
Browse files Browse the repository at this point in the history
  • Loading branch information
AkikoOsaka committed Jan 28, 2024
1 parent 65fa132 commit 391a6ae
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 29 deletions.
42 changes: 13 additions & 29 deletions Godot_BootyHero/Scenes/titel_screen.tscn
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[gd_scene load_steps=9 format=3 uid="uid://hk4drtq0mir0"]
[gd_scene load_steps=10 format=3 uid="uid://hk4drtq0mir0"]

[ext_resource type="Texture2D" uid="uid://b6fambk26vg2q" path="res://ui_titel/background_start.png" id="1_wphbe"]
[ext_resource type="Texture2D" uid="uid://drg35ynt30o50" path="res://ui_titel/Curtains_start.png" id="2_kvjkk"]
[ext_resource type="Texture2D" uid="uid://5uvmie0jhhwf" path="res://ui_titel/Ligth_start.png" id="3_7qmw5"]
[ext_resource type="Texture2D" uid="uid://c2twu2o2wkmj5" path="res://ui_titel/Butt_start.png" id="4_qmx6x"]
[ext_resource type="Texture2D" uid="uid://bitcnq5q2pgr1" path="res://ui_titel/game_title.png" id="5_2txcb"]
[ext_resource type="PackedScene" uid="uid://ccycvh6i5ojun" path="res://Scenes/ScrollContainer.tscn" id="5_qt7hv"]
[ext_resource type="Texture2D" uid="uid://bj5j3e0sroi1j" path="res://ui_titel/Usb_normal_start.png" id="5_tajk5"]
[ext_resource type="PackedScene" uid="uid://cjlqo8rnqxhcu" path="res://Scenes/game.tscn" id="7_aomje"]
Expand Down Expand Up @@ -67,6 +68,17 @@ texture = ExtResource("4_qmx6x")
expand_mode = 1
stretch_mode = 4

[node name="Title" type="TextureRect" parent="MainMenu/Images"]
custom_minimum_size = Vector2(300, 130)
layout_mode = 0
offset_left = 386.0
offset_top = 532.0
offset_right = 886.0
offset_bottom = 741.0
texture = ExtResource("5_2txcb")
expand_mode = 1
stretch_mode = 4

[node name="ScrollContainer" parent="MainMenu" node_paths=PackedStringArray("mainMenu", "rootObject") instance=ExtResource("5_qt7hv")]
clip_contents = false
layout_mode = 1
Expand Down Expand Up @@ -286,31 +298,3 @@ Quit
fit_content = true
scroll_active = false
autowrap_mode = 1

[node name="RichTextLabel" type="RichTextLabel" parent="MainMenu"]
layout_mode = 0
offset_left = 443.0
offset_top = 599.0
offset_right = 629.0
offset_bottom = 675.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
theme_override_font_sizes/normal_font_size = 50
bbcode_enabled = true
text = "BOOTY"
fit_content = true
scroll_active = false
autowrap_mode = 0

[node name="RichTextLabel2" type="RichTextLabel" parent="MainMenu"]
layout_mode = 0
offset_left = 674.0
offset_top = 592.0
offset_right = 824.0
offset_bottom = 668.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
theme_override_font_sizes/normal_font_size = 55
bbcode_enabled = true
text = "HERO"
fit_content = true
scroll_active = false
autowrap_mode = 0
Binary file added Godot_BootyHero/ui_titel/game_title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions Godot_BootyHero/ui_titel/game_title.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bitcnq5q2pgr1"
path="res://.godot/imported/game_title.png-24143b2644c0dbe207dc95b91f812af0.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://ui_titel/game_title.png"
dest_files=["res://.godot/imported/game_title.png-24143b2644c0dbe207dc95b91f812af0.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

0 comments on commit 391a6ae

Please sign in to comment.