Skip to content

Commit f94be91

Browse files
Fix stretched example window (#93)
Example is stretched causing a distorted look. Changed html5 project settings to match other examples.
1 parent ae48d6d commit f94be91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

material/custom_sprite/game.project

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ shared_state = 1
1111
[display]
1212
width = 720
1313
height = 720
14+
high_dpi = 1
1415

1516
[android]
1617
input_method = HiddenInputField
1718

1819
[html5]
19-
scale_mode = stretch
20+
scale_mode = no_scale
21+
show_fullscreen_button = 0
22+
show_made_with_defold = 0
2023

2124
[project]
2225
title = custom_sprite_shader

0 commit comments

Comments
 (0)