Skip to content

Commit

Permalink
Final Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adeon18 committed Aug 11, 2022
1 parent e4bd9f0 commit 1644304
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions game/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ Loader="*res://src/global_scripts/Loader.gd"

window/size/width=512
window/size/height=288
window/size/fullscreen=true
window/size/test_width=1980
window/size/test_height=1080
window/dpi/allow_hidpi=true
window/stretch/mode="2d"
window/stretch/aspect="expand"

Expand Down Expand Up @@ -199,4 +201,5 @@ common/enable_pause_aware_picking=true
[rendering]

2d/snapping/use_gpu_pixel_snap=true
environment/default_clear_color=Color( 0.0784314, 0.0235294, 0.0235294, 1 )
environment/default_environment="res://default_env.tres"
24 changes: 12 additions & 12 deletions game/src/UI/IntroScreen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -104.0
margin_top = -80.0
margin_right = 184.0
margin_bottom = 10.0
margin_left = -360.0
margin_top = -224.0
margin_right = -72.0
margin_bottom = -134.0
custom_colors/font_color = Color( 0.454902, 0, 0, 1 )
custom_fonts/font = SubResource( 2 )
text = "HOY"
Expand All @@ -195,10 +195,10 @@ anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = 224.0
margin_top = 280.0
margin_right = 512.0
margin_bottom = 370.0
margin_left = -32.0
margin_top = 136.0
margin_right = 256.0
margin_bottom = 226.0
custom_colors/font_color = Color( 0.454902, 0, 0, 1 )
custom_fonts/font = SubResource( 2 )
text = "DAL"
Expand All @@ -208,10 +208,10 @@ anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = 528.0
margin_top = 96.0
margin_right = 816.0
margin_bottom = 186.0
margin_left = 272.0
margin_top = -48.0
margin_right = 560.0
margin_bottom = 42.0
custom_colors/font_color = Color( 0.454902, 0, 0, 1 )
custom_fonts/font = SubResource( 2 )
text = "KA"
Expand Down

0 comments on commit 1644304

Please sign in to comment.