Skip to content

Commit

Permalink
fix: discover header
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Sep 19, 2024
1 parent 46384e8 commit 04f33d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions godot/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ gdscript/warnings/redundant_await=false
window/size/viewport_width=1280
window/size/viewport_height=720

[editor]

run/main_run_args="--skip-lobby"

[editor_plugins]

enabled=PackedStringArray("res://addons/GodotAndroidPluginMagicLink/plugin.cfg", "res://addons/dcl_build_plugin/plugin.cfg", "res://addons/godot-xr-tools/plugin.cfg", "res://addons/resource_tracker/plugin.cfg")
Expand Down
4 changes: 1 addition & 3 deletions godot/src/ui/components/discover/discover.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ disable_3d = true
transparent_bg = true
handle_input_locally = false
gui_disable_input = true
size = Vector2i(2, 121)
size = Vector2i(1220, 121)
size_2d_override = Vector2i(1220, 121)
size_2d_override_stretch = true
render_target_update_mode = 4
Expand All @@ -146,8 +146,6 @@ layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 20740.0
offset_bottom = 2057.0
grow_horizontal = 2
grow_vertical = 2

Expand Down

0 comments on commit 04f33d6

Please sign in to comment.