Skip to content

Commit

Permalink
fix: bigger bg color rect, window stretch attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Jun 23, 2024
1 parent ae31995 commit 8bf9538
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 3 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ SoundManager="*res://addons/sound_manager/sound_manager.gd"

[display]

window/size/resizable=false
window/stretch/aspect="keep_width"
window/stretch/scale=2.0
window/stretch/scale_mode="integer"

[editor]

Expand Down
9 changes: 4 additions & 5 deletions src/BloxGame.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ script = ExtResource("1_t4cqx")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -721.0
offset_top = -511.0
offset_right = 1009.0
offset_bottom = 607.0
offset_left = -2569.0
offset_top = -1732.0
offset_right = 2992.0
offset_bottom = 2126.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.00151539, 0.187871, 0.249572, 1)
metadata/_edit_lock_ = true

[node name="BloxBucket" parent="." instance=ExtResource("1_hv3gi")]
z_index = 1
Expand Down

0 comments on commit 8bf9538

Please sign in to comment.