Skip to content

Commit ac1b152

Browse files
committed
small things
1 parent 62578e8 commit ac1b152

File tree

9 files changed

+31
-18
lines changed

9 files changed

+31
-18
lines changed

client/assets/ui/launcher/launcher.tscn

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ grow_horizontal = 2
2727
theme_override_font_sizes/font_size = 24
2828
text = "GodotNet"
2929

30+
[node name="version" type="Label" parent="panel"]
31+
layout_mode = 1
32+
anchors_preset = 5
33+
anchor_left = 0.5
34+
anchor_right = 0.5
35+
offset_left = -56.5
36+
offset_top = 92.0
37+
offset_right = 56.5
38+
offset_bottom = 129.0
39+
grow_horizontal = 2
40+
text = "alpha-0.0.1"
41+
horizontal_alignment = 1
42+
3043
[node name="vbox" type="VBoxContainer" parent="panel"]
3144
layout_mode = 1
3245
anchors_preset = 8

client/icon.png

23.8 KB
Loading
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
importer="texture"
44
type="CompressedTexture2D"
5-
uid="uid://cptogenvcd888"
6-
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
5+
uid="uid://cxo1m63jmhhoa"
6+
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

13-
source_file="res://icon.svg"
14-
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
13+
source_file="res://icon.png"
14+
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
1515

1616
[params]
1717

@@ -32,6 +32,3 @@ process/hdr_as_srgb=false
3232
process/hdr_clamp_exposure=false
3333
process/size_limit=0
3434
detect_3d/compress_to=1
35-
svg/scale=1.0
36-
editor/scale_with_editor_scale=false
37-
editor/convert_colors_with_editor_theme=false

client/icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/project.godot

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ config_version=5
1313
config/name="Client"
1414
run/main_scene="res://main.tscn"
1515
config/features=PackedStringArray("4.0", "Forward Plus")
16-
config/icon="res://icon.svg"
16+
boot_splash/bg_color=Color(0, 0, 0, 1)
17+
boot_splash/show_image=false
18+
boot_splash/fullsize=false
19+
boot_splash/use_filter=false
20+
config/icon="res://icon.png"
1721

1822
[input]
1923

server/icon.png

23.8 KB
Loading
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
importer="texture"
44
type="CompressedTexture2D"
5-
uid="uid://cokvt4duug2b6"
6-
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
5+
uid="uid://cs7sbyi8evv43"
6+
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

13-
source_file="res://icon.svg"
14-
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
13+
source_file="res://icon.png"
14+
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
1515

1616
[params]
1717

@@ -32,6 +32,3 @@ process/hdr_as_srgb=false
3232
process/hdr_clamp_exposure=false
3333
process/size_limit=0
3434
detect_3d/compress_to=1
35-
svg/scale=1.0
36-
editor/scale_with_editor_scale=false
37-
editor/convert_colors_with_editor_theme=false

server/icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

server/project.godot

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ config_version=5
1313
config/name="Server"
1414
run/main_scene="res://main.tscn"
1515
config/features=PackedStringArray("4.0", "Forward Plus")
16-
config/icon="res://icon.svg"
16+
boot_splash/bg_color=Color(0, 0, 0, 1)
17+
boot_splash/show_image=false
18+
boot_splash/fullsize=false
19+
boot_splash/use_filter=false
20+
config/icon="res://icon.png"

0 commit comments

Comments
 (0)