Skip to content

Commit 0a89c9b

Browse files
experiment with texture and font scaling
1 parent c3ff97e commit 0a89c9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
### 🎬 Scenes
9292

9393
- **BootSplash**
94-
- Main Scene, smoothly transitions from boot to true main scene.
94+
- Main Scene, smoothly transitions from Boot Splash to true main scene.
9595

9696
- **MainMenu**
9797
- TODO

godot/project.godot

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ gdscript/warnings/untyped_declaration=1
4646

4747
[display]
4848

49-
window/size/viewport_width=1920
50-
window/size/viewport_height=1080
49+
window/size/viewport_width=1280
50+
window/size/viewport_height=720
5151
window/size/window_width_override=1280
5252
window/size/window_height_override=720
5353
window/stretch/mode="viewport"
@@ -59,8 +59,6 @@ enabled=PackedStringArray("res://addons/format_on_save/plugin.cfg", "res://addon
5959

6060
[rendering]
6161

62-
textures/canvas_textures/default_texture_filter=2
6362
renderer/rendering_method="gl_compatibility"
6463
renderer/rendering_method.mobile="gl_compatibility"
6564
textures/vram_compression/import_etc2_astc=true
66-
textures/decals/filter=5

godot/scenes/view/boot_splash/boot_splash.tscn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ grow_horizontal = 2
1111
grow_vertical = 2
1212
script = ExtResource("1_lhijl")
1313

14+
[node name="CanvasLayer" type="CanvasLayer" parent="."]
15+
1416
[node name="BootSplashMarginContainer" type="MarginContainer" parent="."]
1517
layout_mode = 1
1618
anchors_preset = 15

0 commit comments

Comments
 (0)